33 #include <trackbase_historic/SvtxVertexMap.h>
34 #include <trackbase_historic/SvtxVertex.h>
58 #define LogDebug(exp) std::cout<<"DEBUG: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
59 #define LogError(exp) std::cout<<"ERROR: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
60 #define LogWarning(exp) std::cout<<"WARNING: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
70 _outfile_name(filename),
71 _trackmapname(trackmapname),
74 _eval_tree_tracks( NULL)
116 "#frac{#Delta p}{truth p} vs. truth #eta", 54, -4.5, +4.5, 1000, -1,
120 "#frac{#Delta p}{truth p} vs. truth p", 41, -0.5, 40.5, 1000, -1,
176 LogError(
"_truth_container not found!");
189 truth_itr != range.second; ++truth_itr) {
207 std::cout <<
"ERROR CASTING PARTICLE!" << std::endl;
246 TVector3 truth_mom(
gpx,gpy,gpz);
247 TVector3 reco_mom(
px, py, pz);
312 cout <<
PHWHERE <<
" PHG4TruthInfoContainer node not found on node tree"
317 _trackmap = findNode::getClass<SvtxTrackMap>(topNode,
321 cout <<
PHWHERE <<
"SvtxTrackMap node with name "
323 <<
" not found on node tree"