Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/generators/phhepmc/PHHepMCGenEvent.h>
Public Member Functions | |
PHHepMCGenEvent () | |
PHHepMCGenEvent (const PHHepMCGenEvent &event) | |
PHHepMCGenEvent & | operator= (const PHHepMCGenEvent &event) |
virtual | ~PHHepMCGenEvent () |
virtual void | identify (std::ostream &os=std::cout) const |
virtual void | Reset () |
Clear Event. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
PHHepMCGenEvent * | Clone () const |
virtual HepMC::GenEvent * | getEvent () |
virtual const HepMC::GenEvent * | getEvent () const |
int | get_embedding_id () const |
void | set_embedding_id (int id) |
bool | is_simulated () const |
whether this event has been processed in Geant4 simulation More... | |
void | is_simulated (bool v) |
whether this event has been processed in Geant4 simulation More... | |
const HepMC::FourVector & | get_collision_vertex () const |
collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns More... | |
void | set_collision_vertex (const HepMC::FourVector &v) |
collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns More... | |
bool | addEvent (HepMC::GenEvent *evt) |
host an HepMC event More... | |
bool | addEvent (HepMC::GenEvent &evt) |
bool | swapEvent (HepMC::GenEvent *&evt) |
void | clearEvent () |
virtual void | moveVertex (double x, double y, double z, double t=0) |
move the collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns More... | |
virtual int | size (void) const |
virtual int | vertexSize (void) const |
virtual void | print (std::ostream &os=std::cout) const |
void | PrintEvent () |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Protected Attributes | |
int | _embedding_id |
Embedding ID for this generated event positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background. More... | |
bool | _isSimulated |
whether this event has been processed in Geant4 simulation More... | |
HepMC::FourVector | _collisionVertex |
collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns More... | |
HepMC::GenEvent * | _theEvt |
The HEP MC record from event generator. Note the units are recorded in GenEvent. More... | |
Definition at line 17 of file PHHepMCGenEvent.h.
PHHepMCGenEvent::PHHepMCGenEvent | ( | ) |
Definition at line 23 of file PHHepMCGenEvent.cc.
Referenced by Clone().
PHHepMCGenEvent::PHHepMCGenEvent | ( | const PHHepMCGenEvent & | event | ) |
Definition at line 31 of file PHHepMCGenEvent.cc.
References _theEvt, and getEvent().
|
virtual |
Definition at line 56 of file PHHepMCGenEvent.cc.
References Reset().
bool PHHepMCGenEvent::addEvent | ( | HepMC::GenEvent & | evt | ) |
Definition at line 100 of file PHHepMCGenEvent.cc.
References addEvent().
bool PHHepMCGenEvent::addEvent | ( | HepMC::GenEvent * | evt | ) |
host an HepMC event
Definition at line 83 of file PHHepMCGenEvent.cc.
References _theEvt.
Referenced by addEvent(), PHHepMCGenHelper::insert_event(), and Fun4AllHepMCPileupInputManager::run().
void PHHepMCGenEvent::clearEvent | ( | ) |
Definition at line 105 of file PHHepMCGenEvent.cc.
References _theEvt.
|
inline |
Definition at line 33 of file PHHepMCGenEvent.h.
References PHHepMCGenEvent().
Referenced by PHHepMCGenEventMap::insert_active_event(), PHHepMCGenEventMap::insert_background_event(), and PHHepMCGenEventMap::insert_event().
|
inline |
collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns
Definition at line 56 of file PHHepMCGenEvent.h.
References _collisionVertex.
Referenced by PHHepMCGenHelper::move_vertex(), HepMCNodeReader::process_event(), and PHG4ParticleGeneratorBase::ReuseExistingVertex().
|
inline |
embedding ID for the event positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background
Definition at line 41 of file PHHepMCGenEvent.h.
References _embedding_id.
Referenced by HepMCNodeReader::process_event().
|
virtual |
Definition at line 73 of file PHHepMCGenEvent.cc.
References _theEvt.
Referenced by PHHepMCGenEvent(), PHHepMCParticleSelectorDecayProductChain::process_event(), TruthNodeMaker::process_event(), HepMCNodeReader::process_event(), and Fun4AllHepMCOutputManager::Write().
|
virtual |
Definition at line 78 of file PHHepMCGenEvent.cc.
References _theEvt.
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 135 of file PHHepMCGenEvent.cc.
References _collisionVertex, _embedding_id, _isSimulated, size(), and vertexSize().
Referenced by print(), HepMCNodeReader::process_event(), and PHG4ParticleGeneratorBase::ReuseExistingVertex().
|
inline |
whether this event has been processed in Geant4 simulation
Definition at line 50 of file PHHepMCGenEvent.h.
References _isSimulated.
Referenced by HepMCNodeReader::process_event().
|
inline |
whether this event has been processed in Geant4 simulation
Definition at line 53 of file PHHepMCGenEvent.h.
References _isSimulated.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 28 of file PHHepMCGenEvent.h.
References PHOOL_VIRTUAL_WARNING.
|
virtual |
move the collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns
Definition at line 110 of file PHHepMCGenEvent.cc.
References _collisionVertex.
Referenced by PHHepMCGenHelper::move_vertex(), and Fun4AllHepMCPileupInputManager::run().
PHHepMCGenEvent & PHHepMCGenEvent::operator= | ( | const PHHepMCGenEvent & | event | ) |
Definition at line 41 of file PHHepMCGenEvent.cc.
References _embedding_id, _isSimulated, _theEvt, and Reset().
|
virtual |
Definition at line 147 of file PHHepMCGenEvent.cc.
References identify().
void PHHepMCGenEvent::PrintEvent | ( | ) |
Definition at line 152 of file PHHepMCGenEvent.cc.
References _theEvt.
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 61 of file PHHepMCGenEvent.cc.
References _collisionVertex, _embedding_id, _isSimulated, _theEvt, and NULL.
Referenced by operator=(), and ~PHHepMCGenEvent().
|
inline |
collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns
Definition at line 59 of file PHHepMCGenEvent.h.
References _collisionVertex.
|
inline |
embedding ID for the event positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background
Definition at line 47 of file PHHepMCGenEvent.h.
References _embedding_id.
|
virtual |
Definition at line 118 of file PHHepMCGenEvent.cc.
References _theEvt.
Referenced by identify().
bool PHHepMCGenEvent::swapEvent | ( | HepMC::GenEvent *& | evt | ) |
Definition at line 92 of file PHHepMCGenEvent.cc.
References _theEvt, and boost::swap().
|
virtual |
Definition at line 126 of file PHHepMCGenEvent.cc.
References _theEvt.
Referenced by identify().
|
protected |
collision vertex position in the Hall coordinate system, use PHENIX units of cm, ns
Definition at line 89 of file PHHepMCGenEvent.h.
Referenced by get_collision_vertex(), identify(), moveVertex(), Reset(), and set_collision_vertex().
|
protected |
Embedding ID for this generated event positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background.
Definition at line 83 of file PHHepMCGenEvent.h.
Referenced by get_embedding_id(), identify(), operator=(), Reset(), and set_embedding_id().
|
protected |
whether this event has been processed in Geant4 simulation
Definition at line 86 of file PHHepMCGenEvent.h.
Referenced by identify(), is_simulated(), operator=(), and Reset().
|
protected |
The HEP MC record from event generator. Note the units are recorded in GenEvent.
Definition at line 92 of file PHHepMCGenEvent.h.
Referenced by addEvent(), clearEvent(), getEvent(), operator=(), PHHepMCGenEvent(), PrintEvent(), Reset(), size(), swapEvent(), and vertexSize().