18 void runMuFgtOccTxtMkr(
const Char_t *filename,
19 Int_t neventsIn = 10 ){
22 std::cout <<
"***** Loading libraries *****" << endl;
25 std::cout <<
"***** Done loading libraries *****" << endl;
26 std::cout <<
"***** Instanciating all the classes *****" << endl;
31 analysisChain =
new StChain(
"eemcAnalysisChain");
37 muDstMaker =
new StMuDstMaker( 0, 0,
"", filename,
"MuDst", nfiles );
41 muDstMaker->
SetStatus(
"PrimaryVertices",1);
52 std::cout <<
"***** Done instanciating all the classes *****" << endl;
58 std::cout <<
"***** Initializing all makers in the analysis chain *****" << std::endl;
60 analysisChain->Init();
62 std::cout <<
"***** Initialization done *****" << std::endl;
75 for( ; nevents < neventsIn && !ierr; ++nevents ){
77 analysisChain->
Clear();
80 ierr = analysisChain->
Make();
104 gROOT->Macro(
"loadMuDst.C");
105 gROOT->Macro(
"LoadLogger.C");
108 gSystem->Load(
"StDbLib");
109 gSystem->Load(
"StDbBroker");
110 gSystem->Load(
"St_db_Maker");
111 gSystem->Load(
"StStarLogger");
113 gSystem->Load(
"StFgtUtil");
114 gSystem->Load(
"StMuFgtQa");
virtual void Delete(Option_t *opt="")
virtual void Clear(Option_t *option="")
User defined functions.
void SetStatus(const char *arrType, int status)