10 #define _H_AnaTrkQA_H_
13 #include <TSQLServer.h>
14 #include <TSQLResult.h>
52 AnaTrkQA(
const std::string &name =
"AnaTrkQA.root");
65 return _hit_container_type;
69 _hit_container_type = hitContainerChoice;
86 bool FindG4HitAtStation(
const int trk_id,
const PHG4HitContainer* g4hc, TVector3* pos, TLorentzVector* mom);
87 int FindCommonHitIDs(std::vector<int>& hitidvec1, std::vector<int>& hitidvec2);
92 std::string _hit_container_type;
128 std::string _out_name;
140 unsigned short emu_trigger;
147 int detector_id[100];
150 float drift_distance[100];
152 float detector_z[100];
157 float truth_pos[100];
179 float sq_pos_st1[100];
180 float sq_drift_st1[100];
185 float sq_px_st1[100];
186 float sq_py_st1[100];
187 float sq_pz_st1[100];
190 float sq_pos_st2[100];
191 float sq_drift_st2[100];
195 float sq_px_st2[100];
196 float sq_py_st2[100];
197 float sq_pz_st2[100];
200 float sq_pos_st3[100];
201 float sq_drift_st3[100];
205 float sq_px_st3[100];
206 float sq_py_st3[100];
207 float sq_pz_st3[100];
210 float chisq_st1[100];
215 float pull_q2p_st1[100];
216 float pull_q2p_st2[100];
217 float pull_q2p_st3[100];
220 float rec_drift_st1[100];
221 float rec_px_st1[100];
222 float rec_py_st1[100];
223 float rec_pz_st1[100];
224 float rec_p_st1[100];
225 float rec_x_st1[100];
226 float rec_y_st1[100];
227 float rec_z_st1[100];
229 float rec_drift_st2[100];
230 float rec_px_st2[100];
231 float rec_py_st2[100];
232 float rec_pz_st2[100];
233 float rec_p_st2[100];
234 float rec_x_st2[100];
235 float rec_y_st2[100];
236 float rec_z_st2[100];
239 float rec_drift_st3[100];
240 float rec_px_st3[100];
241 float rec_py_st3[100];
242 float rec_pz_st3[100];
243 float rec_p_st3[100];
244 float rec_x_st3[100];
245 float rec_y_st3[100];
246 float rec_z_st3[100];
271 float pull_state00[100];
273 int gelmid[1000][128];
int process_event(PHCompositeNode *topNode)
AnaTrkQA(const std::string &name="AnaTrkQA.root")
const std::string & get_out_name() const
const std::string & get_hit_container_choice() const
int End(PHCompositeNode *topNode)
===========================
void set_out_name(const std::string &outName)
int Init(PHCompositeNode *topNode)
void set_hit_container_choice(const std::string &hitContainerChoice)
int InitRun(PHCompositeNode *topNode)
User interface class about the geometry of detector planes.
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects as std::map.
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 the run-level info.
An SQ interface class to hold a list of SQSpill objects.