1 #if ROOT_VERSION_CODE >= ROOT_VERSION(6,00,0)
3 R__LOAD_LIBRARY(libana_real_dst)
9 gSystem->Load(
"libana_real_dst.so");
15 cout <<
"DST file = " << fn_in << endl;
40 gSystem->Load(
"libana_real_dst.so");
49 ifstream ifs(fn_list_run);
53 cout <<
"Run " << run <<
": " << fn_in << endl;
int registerInputManager(Fun4AllInputManager *InManager)
int Fun4MultiRealDst(const char *fn_list_run="list_run.txt")
Function to analyze multiple DST files.
static Fun4AllServer * instance()
int Fun4RealDst(const int run=1666, const int nevent=0)
Fun4MainDaq.C: Fun4all macro to decode the MainDAQ data.
int run(const int nEvents=1)
int registerSubsystem(SubsysReco *subsystem, const std::string &topnodename="TOP")
static std::string GetDstFilePath(const int run)
int run(const int nevnts=0, const bool require_nevents=false)
run n events (0 means up to end of file)
An example class to analyze the E1039 DST file.
static std::string RunNum2DstFile(const int run)
Convert a run number to the corresponding name of DST file.
static std::string GetDstFileDir()