23 #include <gsl/gsl_randist.h>
24 #include <gsl/gsl_rng.h>
59 cout <<
PHWHERE <<
"::ERROR - smearing must be defined for (x,y,z,t) via set_?_smearing(float)" << endl;
68 cout <<
"=================== GlobalVertexFastSimReco::InitRun() ====================" << endl;
69 cout <<
" x smearing: " <<
_x_smear <<
" cm " << endl;
70 cout <<
" y smearing: " <<
_y_smear <<
" cm " << endl;
71 cout <<
" z smearing: " <<
_z_smear <<
" cm " << endl;
72 cout <<
" t smearing: " <<
_t_smear <<
" cm " << endl;
73 cout <<
" random seed: " << seed << endl;
74 cout <<
"===========================================================================" << endl;
82 if (
Verbosity() > 1) cout <<
"GlobalVertexFastSimReco::process_event -- entered" << endl;
90 cout <<
PHWHERE <<
"::ERROR - cannot find G4TruthInfo" << endl;
94 GlobalVertexMap *vertexes = findNode::getClass<GlobalVertexMap>(topNode,
"GlobalVertexMap");
97 cout <<
PHWHERE <<
"::ERROR - cannot find GlobalVertexMap" << endl;
146 cout <<
PHWHERE <<
"DST Node missing, doing nothing." << endl;
159 GlobalVertexMap *vertexes = findNode::getClass<GlobalVertexMap>(topNode,
"GlobalVertexMap");
164 globalNode->
addNode(VertexMapNode);
168 cout <<
PHWHERE <<
"::ERROR - GlobalVertexMap pre-exists, but should not if running FastSim" << endl;