22 #include <gsl/gsl_randist.h>
23 #include <gsl/gsl_rng.h>
53 cout <<
PHWHERE <<
"::ERROR - smearing must be defined via setm_T_Smearing(float) and set_z_smeaering(float)" << endl;
62 cout <<
"===================== MbdVertexFastSimReco::InitRun() =====================" << endl;
63 cout <<
" t smearing: " <<
m_T_Smear <<
" cm " << endl;
64 cout <<
" z smearing: " <<
m_Z_Smear <<
" cm " << endl;
65 cout <<
" random seed: " << seed << endl;
66 cout <<
"===========================================================================" << endl;
76 cout <<
"MbdVertexFastSimReco::process_event -- entered" << endl;
85 cout <<
PHWHERE <<
"::ERROR - cannot find G4TruthInfo" << endl;
89 MbdVertexMap *vertexes = findNode::getClass<MbdVertexMap>(topNode,
"MbdVertexMap");
92 cout <<
PHWHERE <<
"::ERROR - cannot find MbdVertexMap" << endl;
148 cout <<
PHWHERE <<
"DST Node missing, doing nothing." << endl;
161 MbdVertexMap *vertexes = findNode::getClass<MbdVertexMap>(topNode,
"MbdVertexMap");
166 bbcNode->
addNode(VertexMapNode);
170 cout <<
PHWHERE <<
"::ERROR - MbdVertexMap pre-exists, but should not if running FastSim" << endl;