#include <G4SimEvent.h>
Public Member Functions | |
void | add (G4SimTrack *t) |
void | add (G4SimVertex *v) |
const math::XYZTLorentzVectorD & | collisionPoint () const |
void | collisionPoint (const math::XYZTLorentzVectorD &v) |
G4SimEvent () | |
const G4SimTrack & | g4track (int i) const |
const G4SimVertex & | g4vertex (int i) const |
const HepMC::GenEvent * | hepEvent () const |
void | hepEvent (const HepMC::GenEvent *r) |
void | load (edm::SimTrackContainer &c) const |
void | load (edm::SimVertexContainer &c) const |
unsigned int | nGenParts () const |
const int | nparam () const |
void | nparam (int n) |
unsigned int | nTracks () const |
unsigned int | nVertices () const |
const std::vector< float > & | param () const |
void | param (const std::vector< float > &p) |
float | weight () const |
void | weight (float w) |
virtual | ~G4SimEvent () |
Protected Attributes | |
math::XYZTLorentzVectorD | collisionPoint_ |
std::vector< G4SimTrack * > | g4tracks |
std::vector< G4SimVertex * > | g4vertices |
const HepMC::GenEvent * | hepMCEvent |
int | nparam_ |
std::vector< float > | param_ |
float | weight_ |
Definition at line 14 of file G4SimEvent.h.
G4SimEvent::G4SimEvent | ( | ) |
Definition at line 11 of file G4SimEvent.cc.
|
virtual |
|
inline |
Definition at line 33 of file G4SimEvent.h.
References g4tracks, and OrderedSet::t.
Referenced by SimTrackManager::getOrCreateVertex(), SimTrackManager::reallyStoreTracks(), and counter.Counter::register().
|
inline |
Definition at line 34 of file G4SimEvent.h.
References g4vertices, and findQualityFiles::v.
Referenced by counter.Counter::register().
|
inline |
|
inline |
Definition at line 27 of file G4SimEvent.h.
References collisionPoint_, and findQualityFiles::v.
Referenced by RunManagerMTWorker::produce(), and RunManager::produce().
|
inline |
Definition at line 35 of file G4SimEvent.h.
References g4tracks, and mps_fire::i.
|
inline |
|
inline |
|
inline |
Definition at line 23 of file G4SimEvent.h.
References hepMCEvent, and alignCSCRings::r.
Referenced by RunManagerMTWorker::produce(), and RunManager::produce().
void G4SimEvent::load | ( | edm::SimTrackContainer & | c | ) | const |
Definition at line 37 of file G4SimEvent.cc.
References HltBtagPostValidation_cff::c, G4SimTrack::energy(), g4tracks, GeV, mps_fire::i, G4SimTrack::id(), G4SimTrack::igenpart(), G4SimTrack::ivert(), G4SimTrack::momentum(), AlCaHLTBitMon_ParallelJobs::p, G4SimTrack::part(), mcMuonSeeds_cfi::SimTrack, OrderedSet::t, G4SimTrack::trackerSurfaceMomentum(), and G4SimTrack::trackerSurfacePosition().
Referenced by OscarProducer::produce().
void G4SimEvent::load | ( | edm::SimVertexContainer & | c | ) | const |
Definition at line 65 of file G4SimEvent.cc.
References HltBtagPostValidation_cff::c, g4vertices, mps_fire::i, edm::second(), mcMuonSeeds_cfi::SimVertex, OrderedSet::t, findQualityFiles::v, and badGlobalMuonTaggersAOD_cff::vtx.
|
inline |
Definition at line 22 of file G4SimEvent.h.
References hepMCEvent.
Referenced by RunManagerMTWorker::produce(), and RunManager::produce().
|
inline |
|
inline |
Definition at line 29 of file G4SimEvent.h.
References dqmiodumpmetadata::n, and nparam_.
|
inline |
Definition at line 20 of file G4SimEvent.h.
References g4tracks.
Referenced by RunManagerMTWorker::produce(), and RunManager::produce().
|
inline |
Definition at line 21 of file G4SimEvent.h.
References g4vertices.
Referenced by RunManagerMTWorker::produce(), and RunManager::produce().
|
inline |
|
inline |
Definition at line 31 of file G4SimEvent.h.
References AlCaHLTBitMon_ParallelJobs::p, and param_.
|
inline |
|
inline |
Definition at line 25 of file G4SimEvent.h.
Referenced by RunManagerMTWorker::produce(), and RunManager::produce().
|
protected |
Definition at line 41 of file G4SimEvent.h.
Referenced by collisionPoint().
|
protected |
Definition at line 44 of file G4SimEvent.h.
Referenced by add(), g4track(), load(), nTracks(), and ~G4SimEvent().
|
protected |
Definition at line 45 of file G4SimEvent.h.
Referenced by add(), g4vertex(), load(), nVertices(), and ~G4SimEvent().
|
protected |
Definition at line 39 of file G4SimEvent.h.
Referenced by hepEvent(), and nGenParts().
|
protected |
Definition at line 42 of file G4SimEvent.h.
Referenced by nparam().
|
protected |
Definition at line 43 of file G4SimEvent.h.
Referenced by param().
|
protected |
Definition at line 40 of file G4SimEvent.h.
Referenced by weight().