]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv1.cxx
First commit.
[u/mrichter/AliRoot.git] / ITS / AliITSv1.cxx
index cc012c2c81790273cf474e0a8346676c1ba7c025..cbb0de59d67e1cdff09df378c6adf54155c0cd65 100644 (file)
 
 /*
 $Log$
+Revision 1.23  2001/01/30 09:23:13  hristov
+Streamers removed (R.Brun)
+
+Revision 1.22  2000/10/05 20:49:59  nilsen
+Now using root generated streamers.
+
 Revision 1.14.2.9  2000/10/05 07:49:27  nilsen
 Removed hit generation from step manager.
 
@@ -84,7 +90,6 @@ Introduction of the Copyright and cvs Log
 #include <TClonesArray.h>
 
 
-#include "AliMC.h"
 #include "AliConst.h"
 #include "AliRun.h"
 #include "AliMagF.h"
@@ -907,21 +912,3 @@ void AliITSv1::StepManager(){
     new(lhits[fNhits++]) AliITShit(fIshunt,gAlice->CurrentTrack(),vol,hits);
 */
 }
-/*
-//____________________________________________________________________________
-void AliITSv1::Streamer(TBuffer &R__b){
-////////////////////////////////////////////////////////////////////////
-//    A dummy Streamer function for this class AliITSv1. 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) { }
-      AliITS::Streamer(R__b);
-   } else {
-      R__b.WriteVersion(AliITSv1::IsA());
-      AliITS::Streamer(R__b);
-   } // end if R__b.IsReading()
-}
-*/
\ No newline at end of file