1 #ifndef _SUBSYS_RECO_BG__H_
2 #define _SUBSYS_RECO_BG__H_
13 typedef enum { DEFAULT, FULL_BG } Mode_t;
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects.
An SQ interface class to hold one simulated-event header.
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")