]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/CalibMacros/CPass0/recCPass0.C
Default OCDB path as an argument for the macro
[u/mrichter/AliRoot.git] / PWGPP / CalibMacros / CPass0 / recCPass0.C
index 2b8bf8e68e8422d808137bd7de3d02fc7eb7df3e..98b1e91c5753f1925a37efa1b0e880b2e930eb0b 100644 (file)
@@ -6,10 +6,10 @@
    - default OCDB storage set to "raw://"
 
    Example:
-   aliroot -b -q 'recPass0.C("raw.root",100)'
+   aliroot -b -q 'recCPass0.C("raw.root",100)'
 */
 
-void recPass0(const char *filename="raw.root",Int_t nevents=-1, const char *ocdb="raw://")
+void recCPass0(const char *filename="raw.root",Int_t nevents=-1, const char *ocdb="raw://")
 {
   // Load some system libs for Grid and monitoring
   // Set the CDB storage location
@@ -27,7 +27,7 @@ void recPass0(const char *filename="raw.root",Int_t nevents=-1, const char *ocdb
  // AliReconstruction settings - hardwired MB trigger for calibration
 
   TString newfilename = filename;
-//  newfilename += "?Trigger=CPBI2_B1-B-NOPF-ALLNOTRD";
+  newfilename += "?Trigger=kCalibBarrel";
   rec.SetInput(newfilename.Data());
 
   // Set protection against too many events in a chunk (should not happen)
@@ -37,7 +37,7 @@ void recPass0(const char *filename="raw.root",Int_t nevents=-1, const char *ocdb
   rec.SetDeleteRecPoints("TPC TRD ITS");
 
   // Switch off the V0 finder - saves time!
-  rec.SetRunMultFinder(kFALSE);
+  //  rec.SetRunMultFinder(kFALSE);
   rec.SetRunV0Finder(kFALSE); 
 
   //