1 #ifndef _E906_SPILL_SELECTOR__H_
2 #define _E906_SPILL_SELECTOR__H_
20 std::vector<int> m_list_spill_ok;
21 std::string m_fn_list;
35 void EnableOutput(
const std::string fn_out=
"e906_spill_selector.tsv") { m_fn_out = fn_out; }
A SubsysReco module to select good E906 spills.
int Init(PHCompositeNode *topNode)
virtual ~E906SpillSelector()
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int InitRun(PHCompositeNode *topNode)
void EnableOutput(const std::string fn_out="e906_spill_selector.tsv")
void SetSpillListFile(const std::string fn_list)
int process_event(PHCompositeNode *topNode)
E906SpillSelector(const std::string &name="E906SpillSelector")
An SQ interface class to hold one event header.