1 #ifndef DPTriggerAnalyzer_H
2 #define DPTriggerAnalyzer_H
25 void addTrElement(
int uniqueID) { uniqueTrIDs.push_back(uniqueID); }
78 std::vector<int> uniqueTrIDs;
98 return _road_set_file_name;
101 _road_set_file_name = roadSetFileName;
118 void searchMatrix(MatrixNode* node,
int level,
int index);
124 std::list<DPTriggerRoad>&
getRoadsFound(
int index) {
return roads_found[index]; }
135 std::string _road_set_file_name;
136 std::string _output_node_name;
143 typedef std::vector<std::set<int> > TrHitPattern;
148 MatrixNode* matrix[2];
149 std::map<TString, DPTriggerRoad> roads[2];
153 std::list<DPTriggerRoad> roads_found[2];
void add(MatrixNode *child)
add a child
std::list< MatrixNode * > children
DPTriggerAnalyzer(const std::string &name="DPTriggerAnalyzer")
void deleteMatrix(MatrixNode *node)
Tree deletion.
const std::string & get_road_set_file_name() const
int InitRun(PHCompositeNode *topNode)
void buildTriggerMatrix()
Build the trigger matrix by the input roads list.
void require_in_time(const bool val)
void set_road_set_file_name(const std::string &roadSetFileName)
void printHitPattern()
Helper functions to print various things.
void set_nim_mode(const NimMode nim1, const NimMode nim2)
virtual ~DPTriggerAnalyzer()
int Init(PHCompositeNode *topNode)
const std::string & get_output_node_name() const
int End(PHCompositeNode *topNode)
Called at the end of all processing.
std::list< DPTriggerRoad > & getRoadsFound(int index)
Helper function to retrieve the found road list.
int process_event(PHCompositeNode *topNode)
void set_output_node_name(const std::string &name)
void searchMatrix(MatrixNode *node, int level, int index)
Test the trigger pattern.
void setPxMin(double pxmin)
int getTrDetectorID(unsigned int i) const
void setSigWeight(double weight)
double getSigWeight() const
int getTrElementID(unsigned int i) const
int getTB()
Get the sign of LR or TB.
void addTrElement(int uniqueID)
add one hit into the road
double getBkgRate() const
friend std::ostream & operator<<(std::ostream &os, const DPTriggerRoad &road)
printer
bool operator==(const DPTriggerRoad &elem) const
comparison
void flipTB()
flip the LR or TB
void setBkgRate(double rate)
int getRoadID() const
Other gets.
int getTrID(unsigned int i) const
void addTrElement(int detectorID, int elementID)
void setRoadID(int id)
Sets.
bool operator<(const DPTriggerRoad &elem) const
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 the run-level info.