24 #include <gsl/gsl_randist.h>
25 #include <gsl/gsl_rng.h>
55 cout <<
PHWHERE <<
"::ERROR - smearing must be defined via setm_T_Smearing(float) and set_z_smeaering(float)" << endl;
64 cout <<
"===================== BbcVertexFastSimReco::InitRun() =====================" << endl;
65 cout <<
" t smearing: " <<
m_T_Smear <<
" cm " << endl;
66 cout <<
" z smearing: " <<
m_Z_Smear <<
" cm " << endl;
67 cout <<
" random seed: " << seed << endl;
68 cout <<
"===========================================================================" << endl;
76 if (
Verbosity() > 1) cout <<
"BbcVertexFastSimReco::process_event -- entered" << endl;
84 cout <<
PHWHERE <<
"::ERROR - cannot find G4TruthInfo" << endl;
88 BbcVertexMap *vertexes = findNode::getClass<BbcVertexMap>(topNode,
"BbcVertexMap");
91 cout <<
PHWHERE <<
"::ERROR - cannot find BbcVertexMap" << endl;
144 cout <<
PHWHERE <<
"DST Node missing, doing nothing." << endl;
157 BbcVertexMap *vertexes = findNode::getClass<BbcVertexMap>(topNode,
"BbcVertexMap");
162 bbcNode->
addNode(VertexMapNode);
166 cout <<
PHWHERE <<
"::ERROR - BbcVertexMap pre-exists, but should not if running FastSim" << endl;