#include <TmpSimEvent.h>
Public Member Functions | |
void | addTrack (TmpSimTrack *t) |
void | addVertex (TmpSimVertex *v) |
void | clear () |
void | collisionPoint (const math::XYZTLorentzVectorD &v) |
const math::XYZTLorentzVectorD & | collisionPoint () const |
const HepMC::GenEvent * | hepEvent () const |
void | load (edm::SimTrackContainer &) const |
void | load (edm::SimVertexContainer &) const |
unsigned int | nGenParts () const |
void | nparam (int n) |
const int | nparam () const |
unsigned int | nTracks () const |
unsigned int | nVertices () const |
void | param (const std::vector< float > &p) |
const std::vector< float > & | param () const |
void | setHepEvent (const HepMC::GenEvent *r) |
void | setWeight (float w) |
TmpSimEvent () | |
float | weight () const |
~TmpSimEvent () | |
Private Attributes | |
math::XYZTLorentzVectorD | collisionPoint_ {math::XYZTLorentzVectorD(0., 0., 0., 0.)} |
std::vector< TmpSimTrack * > | g4tracks_ |
std::vector< TmpSimVertex * > | g4vertices_ |
const HepMC::GenEvent * | hepMCEvent_ {nullptr} |
int | nparam_ {0} |
std::vector< float > | param_ |
float | weight_ {0.f} |
Definition at line 14 of file TmpSimEvent.h.
TmpSimEvent::TmpSimEvent | ( | ) |
TmpSimEvent::~TmpSimEvent | ( | ) |
|
inline |
Definition at line 33 of file TmpSimEvent.h.
References g4tracks_, and submitPVValidationJobs::t.
Referenced by SimTrackManager::reallyStoreTracks().
|
inline |
Definition at line 34 of file TmpSimEvent.h.
References g4vertices_, and findQualityFiles::v.
Referenced by SimTrackManager::getOrCreateVertex().
void TmpSimEvent::clear | ( | void | ) |
Definition at line 18 of file TmpSimEvent.cc.
References g4tracks_, and g4vertices_.
Referenced by RunManagerMTWorker::produce(), and ~TmpSimEvent().
|
inline |
Definition at line 27 of file TmpSimEvent.h.
References collisionPoint_, and findQualityFiles::v.
Referenced by RunManagerMTWorker::produce().
|
inline |
|
inline |
void TmpSimEvent::load | ( | edm::SimTrackContainer & | c | ) | const |
Definition at line 29 of file TmpSimEvent.cc.
References DummyCfis::c, g4tracks_, invgev, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::iv, AlCaHLTBitMon_ParallelJobs::p, mcMuonSeeds_cfi::SimTrack, and submitPVValidationJobs::t.
Referenced by OscarMTProducer::produce().
void TmpSimEvent::load | ( | edm::SimVertexContainer & | c | ) | const |
Definition at line 52 of file TmpSimEvent.cc.
References DummyCfis::c, ALCARECOEcalPhiSym_cff::float, g4vertices_, mps_fire::i, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::iv, edm::second(), mcMuonSeeds_cfi::SimVertex, submitPVValidationJobs::t, findQualityFiles::v, and L1BJetProducer_cff::vtx.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 20 of file TmpSimEvent.h.
References g4tracks_.
Referenced by RunManagerMTWorker::produce().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 23 of file TmpSimEvent.h.
References hepMCEvent_, and alignCSCRings::r.
Referenced by RunManagerMTWorker::produce().
|
inline |
|
inline |
Definition at line 26 of file TmpSimEvent.h.
References weight_.
Referenced by RunManagerMTWorker::produce().
|
private |
Definition at line 43 of file TmpSimEvent.h.
Referenced by collisionPoint().
|
private |
Definition at line 46 of file TmpSimEvent.h.
Referenced by addTrack(), clear(), load(), nTracks(), and TmpSimEvent().
|
private |
Definition at line 47 of file TmpSimEvent.h.
Referenced by addVertex(), clear(), load(), nVertices(), and TmpSimEvent().
|
private |
Definition at line 41 of file TmpSimEvent.h.
Referenced by hepEvent(), nGenParts(), and setHepEvent().
|
private |
Definition at line 44 of file TmpSimEvent.h.
Referenced by nparam().
|
private |
Definition at line 45 of file TmpSimEvent.h.
Referenced by param().
|
private |
Definition at line 42 of file TmpSimEvent.h.
Referenced by setWeight(), and weight().