1 #ifndef _ANA_SIM_RUN_INFO__H_
2 #define _ANA_SIM_RUN_INFO__H_
13 std::string m_fn_lumi_tot;
14 std::string m_fn_lumi_info;
15 std::string m_fn_lumi_list;
24 std::ofstream ofs_lumi_list;
27 AnaSimRunInfo(
const char* fn_lumi_tot=
"lumi_tot.txt",
const char* fn_lumi_info=
"lumi_info.txt",
const char* fn_lumi_list=
"lumi_list.txt");
A SubsysReco module to analyze the simulated run (=DST) info.
AnaSimRunInfo(const char *fn_lumi_tot="lumi_tot.txt", const char *fn_lumi_info="lumi_info.txt", const char *fn_lumi_list="lumi_list.txt")
int InitRun(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
An SQ interface class to hold one event header.