]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing hardcoded module id in initialisation
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Sep 2009 11:28:25 +0000 (11:28 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Sep 2009 11:28:25 +0000 (11:28 +0000)
HLT/PHOS/AliHLTPHOSRcuDAComponent.cxx

index b19854a47a793fa2d50196d114b739f66e8d769e..5654bb6ad65faf488d75391169b6d937d78c9f28 100644 (file)
@@ -112,9 +112,6 @@ AliHLTPHOSRcuDAComponent::ScanArgument( Int_t argc, const char** argv)
 
 Int_t AliHLTPHOSRcuDAComponent::InitCalibration()
 {  
-  //CRAP PT just to get something working by 5 May 2008
-  const int tmpModule = 2;
-  fPHOSDAPtr = new AliPHOSRcuDA1(tmpModule ,GetRCUID()); 
   return 0;
 }