]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv3.cxx
EMCAL in
[u/mrichter/AliRoot.git] / ITS / AliITSv3.cxx
index 3f0b008b2ed37b81dfdb7105f0deeb2f79bc015b..0900313a5632f2e2abbfe35098ab914442f27058 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $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!).
@@ -5071,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()
-}
-*/