CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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
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
void hepmc_rootio::weightcontainer_set_default_names ( unsigned int  n,
std::map< std::string, HepMC::WeightContainer::size_type > &  names 
)
inline

Definition at line 30 of file classes.h.

References submitPVResolutionJobs::count, dqmiodumpmetadata::n, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.

31  {
32  std::ostringstream name;
34  name.str(std::string());
35  name << count;
36  names[name.str()] = count;
37  }
38  }
uint16_t size_type
const std::string names[nVars_]