HepMC3 event record library
Deprecated List
Global FourVector::pseudoRapidity () const
Prefer 'only one way to do it', and we don't have equivalent long names for e.g. pid, phi or eta
Global FourVector::setE (double ee)
Prefer the HepMC-style set_y() function
Global FourVector::setPx (double pxx)
Prefer the HepMC-style set_px() function
Global FourVector::setPy (double pyy)
Prefer the HepMC-style set_py() function
Global FourVector::setPz (double pzz)
Prefer the HepMC-style set_pz() function
Global FourVector::setT (double tt)
Prefer the HepMC-style set_t() function
Global FourVector::setX (double xx)
Prefer the HepMC-style set_x() function
Global FourVector::setY (double yy)
Prefer the HepMC-style set_y() function
Global FourVector::setZ (double zz)
Prefer the HepMC-style set_z() function
Global GenEvent::add_particle (GenParticle *p)
Use GenEvent::add_particle( const GenParticlePtr& ) instead
Global GenEvent::add_vertex (GenVertex *v)
Use GenEvent::add_vertex( const GenVertexPtr& ) instead
Global GenEvent::set_beam_particles (GenParticlePtr p1, GenParticlePtr p2)
Backward compatibility
Global GenParticle::pdg_id () const
Use pid() instead
Global GenParticle::set_pdg_id (const int &pidin)
Use set_pid() instead
Global GenVertex::add_particle_in (GenParticle *p)
Use GenVertex::add_particle_in( const GenParticlePtr &p ) instead
Global GenVertex::add_particle_out (GenParticle *p)
Use GenVertex::add_particle_out( const GenParticlePtr &p ) instead