11 , m_list_name(
"list_spill_good.txt")
21 cout <<
"FilterE906Nim3::Init(): Read the good spill list from '" << m_list_name <<
"'.\n";
22 ifstream ifs(m_list_name.c_str());
23 if (! ifs.is_open()) {
24 cout <<
"!!ERROR!! Cannot open the file. Abort." << endl;
28 while (ifs >> sp) m_list_spill_ok.push_back(sp);
30 if (m_list_spill_ok.size() == 0) {
31 cout <<
"!!ERROR!! No good spill was found. Abort." << endl;
39 mi_evt = findNode::getClass<SQEvent>(topNode,
"SQEvent");
57 ofstream ofs(
"stat.txt");
58 ofs << m_n_evt_all <<
"\n" << m_n_evt_spill <<
"\n" << m_n_evt_nim3 <<
"\n";
int Init(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int process_event(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
FilterE906Nim3(const std::string name="FilterE906Nim3")
virtual bool get_trigger(const SQEvent::TriggerMask i) const =0
Return the trigger bit (fired or not) of the selected trigger channel.
virtual int get_spill_id() const =0
Return the spill ID.