![]() |
AliPhysics
556872f (556872f)
|
Main function to run the bad channel analysis. More...
Go to the source code of this file.
Functions | |
void | Run_BadChannel (Int_t nversion=-1, TString period="LHC15n", TString train="Train_603", TString trigger="AnyINT", 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 runAnalysisBC.C++
root [2] Run_BadChannel(1,"LHC15o","Train_771","INT7",244918,"","GloballyGood.txt") //for merging to one runblock
root [2] Run_BadChannel(-1,"LHC15o","Train_771","INT7",244918,"244918_INT7Filtered.root","") //for single files
Definition in file runAnalysisBC.C.