28 SQEvent*
event = findNode::getClass<SQEvent>(topNode,
"SQEvent");
31 SQHardEvent* hard_evt = findNode::getClass<SQHardEvent>(topNode,
"SQHardEvent");
34 int run_id =
event->get_run_id();
35 int qual =
event->get_data_quality();
38 if (run_id >= 28664) n_tdc = 101;
56 event->set_data_quality(qual);
int process_event(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
CalibEvtQual(const std::string &name="CalibEvtQual")
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int Init(PHCompositeNode *topNode)
An SQ interface class to hold one event header.
virtual int get_run_id() const =0
Return the run ID.
virtual int get_data_quality() const =0
Return the data-quality bits.
virtual int get_spill_id() const =0
Return the spill ID.
virtual int get_event_id() const =0
Return the event ID, which is unique per run.
An SQ interface class to hold one hardware-related event info.
virtual short get_n_board_taiwan() const =0
Return the number of Taiwan-TDC boards read out.
virtual short get_n_board_qie() const =0
Return the number of QIE boards read out.
virtual short get_n_board_v1495() const =0
Return the number of V1495 boards read out.
virtual short get_n_board_trig_count() const =0
Return the number of trigger-count boards read out.
virtual int get_vme_time() const =0
Return the VME time.
virtual short get_n_board_trig_bit() const =0
Return the number of trigger-bit boards read out.
virtual int get_coda_event_id() const =0
Return the Coda-event ID, which is unique per run.