CMS 3D CMS Logo

Functions
hepmc_rootio Namespace Reference

Functions

void add_to_particles_in (HepMC::GenVertex *, HepMC::GenParticle *)
 
void clear_particles_in (HepMC::GenVertex *)
 
void weightcontainer_set_default_names (unsigned int n, std::map< std::string, HepMC::WeightContainer::size_type > &names)
 

Function Documentation

◆ add_to_particles_in()

void hepmc_rootio::add_to_particles_in ( HepMC::GenVertex *  iVertex,
HepMC::GenParticle *  iPart 
)

Definition at line 22 of file hepmc_rootio.cc.

References HepMC::GenEvent::add_to_particles_in().

22  {
24  }
static void add_to_particles_in(HepMC::GenVertex *iVertex, HepMC::GenParticle *iPart)
Definition: hepmc_rootio.cc:14

◆ clear_particles_in()

void hepmc_rootio::clear_particles_in ( HepMC::GenVertex *  iVertex)

Definition at line 26 of file hepmc_rootio.cc.

References HepMC::GenEvent::clear_particles_in().

26  {
28  }
static void clear_particles_in(HepMC::GenVertex *iVertex)
Definition: hepmc_rootio.cc:11

◆ weightcontainer_set_default_names()

void hepmc_rootio::weightcontainer_set_default_names ( unsigned int  n,
std::map< std::string, HepMC::WeightContainer::size_type > &  names 
)
inline