1 #ifndef _TRUTH_NODE_MAKER__H_
2 #define _TRUTH_NODE_MAKER__H_
48 std::map<int, PHG4HitContainer*> m_g4hc;
59 bool m_legacy_rec_container;
60 bool m_do_truthtrk_tagging;
64 double m_matching_threshold;
74 void SetJobID(
const int job_id) { m_job_id = job_id; }
84 bool FindHitAtStation(
int target_detIDs[],
int trkid,
const std::vector<SQHit*>& hitvec, TVector3& pos, TLorentzVector& mom);
85 int FindCommonHitIDs(std::vector<int>& hitidvec1, std::vector<int>& hitidvec2);
User interface class about the geometry of detector planes.
PHHepMCGenEventMap is collection of HEPMC events input into this simulation map of embedding ID -> PH...
An SQ interface class to hold a list of SQDimuon objects.
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 detector hit.
An SQ interface class to hold one simulated-event header.
An SQ interface class to hold a list of SQTrack objects.
An SQ interface class to hold one true or reconstructed track.
An SubsysReco module to create a set of SQ nodes for the simulation true info.
void set_legacy_rec_container(bool b=true)
int process_event(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
void SetJobID(const int job_id)
void set_matching_threshold(double threshold)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
virtual ~TruthNodeMaker()
int Init(PHCompositeNode *topNode)