21 if (m_h1_evt_cnt)
delete m_h1_evt_cnt;
31 m_evt = findNode::getClass<SQEvent>(topNode,
"SQEvent");
35 m_h1_evt_cnt =
new TH1D(
"h1_evt_cnt",
"", 2, 0.5, 2.5);
36 m_h1_evt_cnt->GetXaxis()->SetBinLabel(1,
"All");
37 m_h1_evt_cnt->GetXaxis()->SetBinLabel(2,
"Accepted");
45 if (m_h1_evt_cnt) m_h1_evt_cnt->Fill(1);
49 if (m_h1_evt_cnt) m_h1_evt_cnt->Fill(2);
56 ofstream ofs(m_fn_out.c_str());
57 for (
int ib = 1; ib <= m_h1_evt_cnt->GetNbinsX(); ib++) {
58 ofs << m_h1_evt_cnt->GetXaxis()->GetBinLabel(ib) <<
"\t"
59 << m_h1_evt_cnt->GetBinContent(ib) <<
"\n";
int End(PHCompositeNode *topNode)
Called at the end of all processing.
void SetFpgaBits(const bool fpga1, const bool fpga2, const bool fpga3, const bool fpga4, const bool fpga5)
int InitRun(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
void SetNimBits(const bool nim1, const bool nim2, const bool nim3, const bool nim4, const bool nim5)
int Init(PHCompositeNode *topNode)
virtual ~FilterByTrigger()
virtual bool get_trigger(const SQEvent::TriggerMask i) const =0
Return the trigger bit (fired or not) of the selected trigger channel.