![]() |
AliPhysics
764b6ea (764b6ea)
|
Main function to run the bad channel analysis. More...
Go to the source code of this file.
Functions | |
void | runAnalysisBC (Int_t nversion=-1, TString period="LHC15n", TString train="Train_603", TString trigger="INT7", Int_t runNum=245683, TString externalFile="", TString listName="runList.txt", TString workDir=".") |
Main function to run the bad channel analysis.
See https://twiki.cern.ch/twiki/bin/view/ALICE/BadChannelAnalysis for general documentation
use root -b to speed up (no canvas drawn)
root [1] .L $ALICE_WORK_DIR/../ali-master/AliPhysics/PWGPP/EMCAL/BCMacros/runAnalysisBC.C++
root [2] runAnalysisBC(1,"LHC15o","Train_771","INT7",244918,"","GloballyGood.txt") //for merging to one runblock
root [2] runAnalysisBC(-1,"LHC15o","Train_771","INT7",244918,"244918_INT7Filtered.root","") //for single files
Definition in file runAnalysisBC.C.