]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Usage of RecoParam objects instead of hardcoded parameters in reconstruction.
authorpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jul 2007 17:22:48 +0000 (17:22 +0000)
committerpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Jul 2007 17:22:48 +0000 (17:22 +0000)
PHOS/macros/BeamTest2006/RawReconstruction.C

index 6fd35cedf71a33b20341234093c4abe14923a59d..fdc8d142f0e4a7c8ccb49efea8a36e9a5320598d 100644 (file)
@@ -5,9 +5,14 @@ void RawReconstruction(TString file="2006run2211.root")
   // and has to be converted to root format
   // Author: Boris Polichtchouk, August 2006
 
-  AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT");
-  AliCDBManager::Instance()->SetSpecificStorage("PHOS","local://CalibDB");
+  //   AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT");
+  //   AliCDBManager::Instance()->SetSpecificStorage("PHOS/*","local://CalibDB");
 
+  // Set reconstruction parameters other then the default ones
+  //   AliPHOSRecoParam* recEmc = new AliPHOSRecoParamEmc();
+  //   recEmc->SetMinE(0.05);
+  //   AliPHOSReconstructor::SetRecoParamEmc(recEmc);
+  
   AliReconstruction rec ;
   rec.SetOption("PHOS","OldRCUFormat");
   rec.SetRunTracking("PHOS") ;