]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv3.cxx
More exact rounding function, but also much slower.
[u/mrichter/AliRoot.git] / ITS / AliITSv3.cxx
index 5281afebc2a9db7f7f6e55c770cbf418d79b2c31..0900313a5632f2e2abbfe35098ab914442f27058 100644 (file)
 
 /*
 $Log$
+Revision 1.21  2000/11/30 11:13:11  barbera
+ Added changes suggested by Federico Carminati on nov, 30, 2000
+
+Revision 1.20  2000/10/07 17:29:51  nilsen
+Blank Line added at end of file to remove a warning for hp compilers
+(Give me a Break!).
+
+Revision 1.19  2000/10/05 20:49:59  nilsen
+Now using root generated streamers.
+
 Revision 1.11.4.10  2000/07/31 13:50:51  barbera
 Updated from the release
 
@@ -82,6 +92,9 @@ Introduction of the Copyright and cvs Log
 #include <TObjArray.h>
 #include <TObjString.h>
 #include <TClonesArray.h>
+#include <TLorentzVector.h>
+#include <TMath.h>
+
 
 #include "AliMC.h"
 #include "AliConst.h"
@@ -5061,25 +5074,3 @@ void AliITSv3::StepManager(){
   } // end if printit[layer][ladder][detector]
 #endif
 }
-/*
-//____________________________________________________________________________
-void AliITSv3::Streamer(TBuffer &R__b){
-////////////////////////////////////////////////////////////////////////
-//    A dummy Streamer function for this class AliITSv3. By default it
-// only streams the AliITS class as it is required. Since this class
-// dosen't contain any "real" data to be saved, it doesn't.
-////////////////////////////////////////////////////////////////////////
-
-   if (R__b.IsReading()) {
-      Version_t R__v = R__b.ReadVersion();
-      if (R__v==1) {
-         AliITS::Streamer(R__b);
-      }else{
-         AliITS::Streamer(R__b);
-      } // end if
-   } else {
-      R__b.WriteVersion(AliITSv3::IsA());
-      AliITS::Streamer(R__b);
-   } // end if R__b.IsReading()
-}
-*/
\ No newline at end of file