]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update, according to macros on alien from latest running (LHC13g + update from T0...
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Aug 2013 10:17:39 +0000 (10:17 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Aug 2013 10:17:39 +0000 (10:17 +0000)
for LHC11 reprocessing.

PWGPP/CalibMacros/CPass0/recCPass0.C
PWGPP/CalibMacros/CPass1/makeOCDB.C
PWGPP/CalibMacros/CPass1/recCPass1.C

index 351fb2132ef6ccab40742631622acad78e5f5ff8..ddc4451695a010bcaa8abed5372365f83105da04 100644 (file)
@@ -19,7 +19,6 @@ void recCPass0(const char *filename="raw.root",Int_t nevents=-1, const char *ocd
   AliReconstruction rec;
   // Upload CDB entries from the snapshot (local root file) if snapshot exist
   if (gSystem->AccessPathName("OCDB.root", kFileExists)==0) {        
-    //rec.SetFromCDBSnapshot("OCDB.root");
     rec.SetCDBSnapshotMode("OCDB.root");
   }
 
@@ -59,13 +58,10 @@ void recCPass0(const char *filename="raw.root",Int_t nevents=-1, const char *ocd
   rec.SetWriteESDfriend(kTRUE);
   rec.SetWriteAlignmentData();
   rec.SetUseTrackingErrorsForAlignment("ITS");
-  rec.SetRunReconstruction("ALL");
+  rec.SetRunReconstruction("ALL -HLT");
   rec.SetFillESD("ALL");
   rec.SetCleanESD(kFALSE);
 
-  // Specific reco params for ZDC (why isn't this automatic?)
-//  rec.SetRecoParam("ZDC",AliZDCRecoParamPbPb::GetHighFluxParam(2760));
-
   //Ignore SetStopOnError
   rec.SetStopOnError(kFALSE);
 
index c9fdd390080b6a34fc89b5f9e11d714ef890f86f..a93013d203fe10dc020ce38ae35084c5392733ae 100644 (file)
@@ -93,7 +93,7 @@ void makeOCDB(Int_t runNumber, TString  targetOCDBstorage="", TString sourceOCDB
     Printf("\n******* Calibrating T0 *******");
     procesT0 = new AliT0PreprocessorOffline;
     // Make  calibration of channels offset
-    procesT0->setDArun(177000);
+    procesT0->setDArun(100000);
     procesT0->Process("CalibObjects.root",runNumber, runNumber, targetStorage);
   }
 
index 17b44d58b62e5a836ce2218948a7581d29879960..41414780dfb99296cd6f0f0cce98a021de8991fd 100644 (file)
@@ -20,7 +20,6 @@ void recCPass1(const char *filename="raw.root",Int_t nevents=-1, const char *ocd
   AliReconstruction rec;
   // Upload CDB entries from the snapshot (local root file) if snapshot exist
   if (gSystem->AccessPathName("OCDB.root", kFileExists)==0) {        
-    //rec.SetFromCDBSnapshot("OCDB.root");
     rec.SetCDBSnapshotMode("OCDB.root");
   }
 
@@ -59,13 +58,10 @@ void recCPass1(const char *filename="raw.root",Int_t nevents=-1, const char *ocd
   rec.SetWriteESDfriend(kTRUE);
   rec.SetWriteAlignmentData();
   rec.SetUseTrackingErrorsForAlignment("ITS");
-  rec.SetRunReconstruction("ALL");
+  rec.SetRunReconstruction("ALL -HLT");
   rec.SetFillESD("ALL");
   rec.SetCleanESD(kFALSE);
 
-  // Specific reco params for ZDC (why isn't this automatic?)
-//  rec.SetRecoParam("ZDC",AliZDCRecoParamPbPb::GetHighFluxParam(2760));
-
   //Ignore SetStopOnError
   rec.SetStopOnError(kFALSE);