]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
cleanup
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Apr 2001 14:21:28 +0000 (14:21 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Apr 2001 14:21:28 +0000 (14:21 +0000)
PHOS/AliPHOSv1.cxx

index a64b6d4b3ce239efd4ce5194d98f807179954066..afa7bb3d59fb7e294658fb2623963f7c7cdfeadf 100644 (file)
@@ -95,38 +95,6 @@ AliPHOSv0(name,title)
   
 }
 
-//____________________________________________________________________________
-// AliPHOSv1::AliPHOSv1(AliPHOSReconstructioner * Reconstructioner, const char *name, const char *title):
-//   AliPHOSv0(name,title)
-// {
-//   // ctor : title is used to identify the layout
-//   //        GPS2 = 5 modules (EMC + PPSD)   
-
-//   fPinElectronicNoise = 0.010 ;
-
-//   // We do not want to save in TreeH the raw hits
-
-//   fDigits = 0 ;
-//   fHits= new TClonesArray("AliPHOSHit",1000) ;
-
-//   fNhits = 0 ;
-
-//   fIshunt     =  1 ; // All hits are associated with primary particles
-//   // gets an instance of the geometry parameters class  
-//   fGeom =  AliPHOSGeometry::GetInstance(title, "") ; 
-
-//   if (fGeom->IsInitialized() ) 
-//     cout << "AliPHOS" << Version() << " : PHOS geometry intialized for " << fGeom->GetName() << endl ;
-//   else
-//     cout << "AliPHOS" << Version() << " : PHOS geometry initialization failed !" << endl ;   
-
-//   // Defining the PHOS Reconstructioner
-//  fReconstructioner = Reconstructioner ;
-
-// }
-
 //____________________________________________________________________________
 AliPHOSv1::~AliPHOSv1()
 {
@@ -171,7 +139,6 @@ void AliPHOSv1::AddHit(Int_t shunt, Int_t primary, Int_t tracknumber, Int_t Id,
 }
 
 //____________________________________________________________________________
-
 void AliPHOSv1::StepManager(void)
 {
   // Accumulates hits as long as the track stays in a single crystal or PPSD gas Cell
@@ -347,8 +314,6 @@ void AliPHOSv1::StepManager(void)
 
     } // there is deposited energy
   } // we are inside a PHOS Xtal
-
-
 }
 
 //____________________________________________________________________________