]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed hit generation from step manager.
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2000 07:49:27 +0000 (07:49 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2000 07:49:27 +0000 (07:49 +0000)
ITS/AliITSv1.cxx

index 4aefeb46a1925288c19faae4901a4fe345838e8d..f57c8e4c8a18e83cf0ae32e9dc2e32f5b1805549 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.20  2000/10/02 21:28:08  fca
+Removal of useless dependecies via forward declarations
+
 Revision 1.19  2000/07/10 16:07:19  fca
 Release version of ITS code
 
@@ -825,6 +828,7 @@ void AliITSv1::StepManager(){
 //    Called for every step in the ITS, then calles the AliITShit class
 // creator with the information to be recoreded about that hit.
 ////////////////////////////////////////////////////////////////////////
+/*
   Int_t         copy, id;
   Float_t       hits[8];
   Int_t         vol[4];
@@ -889,6 +893,7 @@ void AliITSv1::StepManager(){
     hits[6]=gMC->Edep();
     hits[7]=gMC->TrackTime();
     new(lhits[fNhits++]) AliITShit(fIshunt,gAlice->CurrentTrack(),vol,hits);
+*/
 }
 //____________________________________________________________________________
 void AliITSv1::Streamer(TBuffer &R__b){