X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSv3.cxx;h=0900313a5632f2e2abbfe35098ab914442f27058;hb=27835353dc08f4dc0a3e02ece525b1a0bd62ab9e;hp=5281afebc2a9db7f7f6e55c770cbf418d79b2c31;hpb=f7f0c278b922cde7b98837e5525d04c3f277a553;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSv3.cxx b/ITS/AliITSv3.cxx index 5281afebc2a..0900313a563 100644 --- a/ITS/AliITSv3.cxx +++ b/ITS/AliITSv3.cxx @@ -15,6 +15,16 @@ /* $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 #include #include +#include +#include + #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