StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
runBfc.C
1 TString opt = "in Event l0 trgd ZDCvtx CMuDst eemcDb emcDY2 fmsdat fpsdat fmspoint pp2pp -geant";
2 
3 void runBfc(const Char_t *file="data/st_fms_16077027_raw_1000002.daq", Int_t nevents=1000000){
4  gROOT->LoadMacro("bfc.C"); // Load big "full" chain
5  bfc(-1,opt,file); // Setup but do not init
6 
7  // Intializet the chain
8  chain->Init();
9 
10  // Process events
11  chain->EventLoop(nevents);
12 }