34 mi_evt = findNode::getClass<SQEvent >(topNode,
"SQEvent");
35 mi_vec_hit = findNode::getClass<SQHitVector>(topNode,
"SQHitVector");
38 if (m_mode == FULL_BG) {
39 mi_mc_evt = findNode::getClass<SQMCEvent>(topNode,
"SQMCEvent");
43 mo_file =
new TFile(
"bg_data.root",
"RECREATE");
44 mo_tree =
new TTree(
"bg_tree",
"Created by SubsysRecoBG");
45 mo_tree->Branch(
"bg_data", &mo_bg);
56 if (m_mode == FULL_BG) {
61 for (
int ii = -8; ii <= 8; ii++) {
93 list_ele.push_back( (*it)->get_element_id() );
virtual int get_run_id() const =0
Return the run ID.
virtual int get_qie_rf_intensity(const short i) const =0
Return the i-th QIE RF intensity, where i=-16...+16.
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_event_id() const =0
Return the event ID, which is unique per run.
An SQ interface class to hold a list of SQHit objects.
std::vector< SQHit * >::iterator Iter
virtual double get_cross_section() const =0
Return the cross section.
int Init(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int InitRun(PHCompositeNode *topNode)
void ExtractHits(const SQHitVector *hit_vec, const std::string det_name, std::vector< int > &list_ele)
int process_event(PHCompositeNode *topNode)
SubsysRecoBG(const std::string &name="SubsysRecoBG")
SQHitVector * FindFirstHits(const SQHitVector *vec_in, const std::string det_name, const bool in_time=false)
Extract a set of first hits that are of the given detector (det_name), where "first" means the earlie...
int inte_rfp00
In unit of QIE count.
double pot_rfp00
In unit of N of protons.