13 , m_fn_list(
"$E1039_RESOURCE/spill/e906/R009/good_spill_fy2017.txt")
23 if (m_h1_evt_cnt)
delete m_h1_evt_cnt;
28 char* path = gSystem->ExpandPathName(m_fn_list.c_str());
30 cout <<
Name() <<
": Read '" << path <<
"'." << endl;
34 while (ifs >> sp) m_list_spill_ok.push_back(sp);
37 cout <<
" N of good spills = " << m_list_spill_ok.size() <<
"." << endl;
39 if (m_list_spill_ok.size() == 0) {
40 cout <<
Name() <<
": No good spill was found. Abort." << endl;
49 m_evt = findNode::getClass<SQEvent>(topNode,
"SQEvent");
53 m_h1_evt_cnt =
new TH1D(
"h1_evt_cnt",
"", 2, 0.5, 2.5);
54 m_h1_evt_cnt->GetXaxis()->SetBinLabel(1,
"All");
55 m_h1_evt_cnt->GetXaxis()->SetBinLabel(2,
"Accepted");
63 m_h1_evt_cnt->Fill(1);
66 m_h1_evt_cnt->Fill(2);
73 ofstream ofs(m_fn_out.c_str());
74 for (
int ib = 1; ib <= m_h1_evt_cnt->GetNbinsX(); ib++) {
75 ofs << m_h1_evt_cnt->GetXaxis()->GetBinLabel(ib) <<
"\t"
76 << m_h1_evt_cnt->GetBinContent(ib) <<
"\n";
int Init(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int InitRun(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
E906SpillSelector(const std::string &name="E906SpillSelector")
virtual ~E906SpillSelector()
virtual const std::string Name() const
Returns the name of this module.
virtual int Verbosity() const
Gets the verbosity of this module.
virtual int get_spill_id() const =0
Return the spill ID.