29 PHG4InEvent *ineve = findNode::getClass<PHG4InEvent>(topNode,
"PHG4INEVENT");
47 PHG4InEvent *inEvent = findNode::getClass<PHG4InEvent>(topNode,
"PHG4INEVENT");
50 cout <<
"no PHG4INEVENT node found" << endl;
53 VariableArray *vtxarray = findNode::getClass<VariableArray>(topNode,
"PHG4Vtx_VarArray");
56 cout <<
"no PHG4Vtx_VarArray node found" << endl;
60 VariableArray *particlearray = findNode::getClass<VariableArray>(topNode,
"PHG4Particle_VarArray");
63 cout <<
"no PHG4Particle_VarArray node found" << endl;
68 const short int *sval = vtxarray->
get_array();
82 inEvent->
AddVtx(vtxid,vtx);
PHBoolean addNode(PHNode *)
PHG4InEventReadBack(const std::string &name="PHG4InEventReadBack")
int process_event(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int AddParticle(const int vtxid, PHG4Particle *particle)
int AddVtx(const double x, const double y, const double z, const double t)
virtual void set_pid(const int i)
virtual void set_py(const double x)
virtual void set_px(const double x)
virtual void set_pz(const double x)
void set_y(const double r)
void set_t(const double r)
void set_z(const double r)
void set_x(const double r)
PHNode * findFirst(const std::string &, const std::string &)
static float ShortBitsToFloat(const short ival)
unsigned int get_array_size() const
const short int * get_array() const