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.

22  {
24  }

References HepMC::GenEvent::add_to_particles_in().

◆ clear_particles_in()

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

Definition at line 26 of file hepmc_rootio.cc.

26  {
28  }

References HepMC::GenEvent::clear_particles_in().

◆ weightcontainer_set_default_names()

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.

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

References KineDebug3::count(), dqmiodumpmetadata::n, Skims_PA_cff::name, names, and AlCaHLTBitMon_QueryRunRegistry::string.

dqmiodumpmetadata.n
n
Definition: dqmiodumpmetadata.py:28
HepMC::GenEvent::clear_particles_in
static void clear_particles_in(HepMC::GenVertex *iVertex)
Definition: hepmc_rootio.cc:11
trigger::size_type
uint16_t size_type
Definition: TriggerTypeDefs.h:18
names
const std::string names[nVars_]
Definition: PhotonIDValueMapProducer.cc:122
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
KineDebug3::count
void count()
Definition: KinematicConstrainedVertexUpdatorT.h:21
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
HepMC::GenEvent::add_to_particles_in
static void add_to_particles_in(HepMC::GenVertex *iVertex, HepMC::GenParticle *iPart)
Definition: hepmc_rootio.cc:14