Class Reference for E1039 Core & Analysis Software
PHHepMCGenEvent Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/generators/phhepmc/PHHepMCGenEvent.h>

+ Inheritance diagram for PHHepMCGenEvent:
+ Collaboration diagram for PHHepMCGenEvent:

Public Member Functions

 PHHepMCGenEvent ()
 
 PHHepMCGenEvent (const PHHepMCGenEvent &event)
 
PHHepMCGenEventoperator= (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...
 
PHHepMCGenEventClone () 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 ()
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () 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...
 

Detailed Description

Definition at line 17 of file PHHepMCGenEvent.h.

Constructor & Destructor Documentation

◆ PHHepMCGenEvent() [1/2]

PHHepMCGenEvent::PHHepMCGenEvent ( )

Definition at line 23 of file PHHepMCGenEvent.cc.

Referenced by Clone().

+ Here is the caller graph for this function:

◆ PHHepMCGenEvent() [2/2]

PHHepMCGenEvent::PHHepMCGenEvent ( const PHHepMCGenEvent event)

Definition at line 31 of file PHHepMCGenEvent.cc.

References _theEvt, and getEvent().

+ Here is the call graph for this function:

◆ ~PHHepMCGenEvent()

PHHepMCGenEvent::~PHHepMCGenEvent ( )
virtual

Definition at line 56 of file PHHepMCGenEvent.cc.

References Reset().

+ Here is the call graph for this function:

Member Function Documentation

◆ addEvent() [1/2]

bool PHHepMCGenEvent::addEvent ( HepMC::GenEvent &  evt)

Definition at line 100 of file PHHepMCGenEvent.cc.

References addEvent().

+ Here is the call graph for this function:

◆ addEvent() [2/2]

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().

+ Here is the caller graph for this function:

◆ clearEvent()

void PHHepMCGenEvent::clearEvent ( )

Definition at line 105 of file PHHepMCGenEvent.cc.

References _theEvt.

◆ Clone()

PHHepMCGenEvent* PHHepMCGenEvent::Clone ( ) const
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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get_collision_vertex()

const HepMC::FourVector& PHHepMCGenEvent::get_collision_vertex ( ) const
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().

+ Here is the caller graph for this function:

◆ get_embedding_id()

int PHHepMCGenEvent::get_embedding_id ( ) const
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().

+ Here is the caller graph for this function:

◆ getEvent() [1/2]

HepMC::GenEvent * PHHepMCGenEvent::getEvent ( )
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().

+ Here is the caller graph for this function:

◆ getEvent() [2/2]

const HepMC::GenEvent * PHHepMCGenEvent::getEvent ( ) const
virtual

Definition at line 78 of file PHHepMCGenEvent.cc.

References _theEvt.

◆ identify()

void PHHepMCGenEvent::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput 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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ is_simulated() [1/2]

bool PHHepMCGenEvent::is_simulated ( ) const
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().

+ Here is the caller graph for this function:

◆ is_simulated() [2/2]

void PHHepMCGenEvent::is_simulated ( bool  v)
inline

whether this event has been processed in Geant4 simulation

Definition at line 53 of file PHHepMCGenEvent.h.

References _isSimulated.

◆ isValid()

virtual int PHHepMCGenEvent::isValid ( ) const
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.

◆ moveVertex()

void PHHepMCGenEvent::moveVertex ( double  x,
double  y,
double  z,
double  t = 0 
)
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().

+ Here is the caller graph for this function:

◆ operator=()

PHHepMCGenEvent & PHHepMCGenEvent::operator= ( const PHHepMCGenEvent event)

Definition at line 41 of file PHHepMCGenEvent.cc.

References _embedding_id, _isSimulated, _theEvt, and Reset().

+ Here is the call graph for this function:

◆ print()

void PHHepMCGenEvent::print ( std::ostream &  os = std::cout) const
virtual

Definition at line 147 of file PHHepMCGenEvent.cc.

References identify().

+ Here is the call graph for this function:

◆ PrintEvent()

void PHHepMCGenEvent::PrintEvent ( )

Definition at line 152 of file PHHepMCGenEvent.cc.

References _theEvt.

◆ Reset()

void PHHepMCGenEvent::Reset ( )
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().

+ Here is the caller graph for this function:

◆ set_collision_vertex()

void PHHepMCGenEvent::set_collision_vertex ( const HepMC::FourVector &  v)
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.

◆ set_embedding_id()

void PHHepMCGenEvent::set_embedding_id ( int  id)
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.

◆ size()

int PHHepMCGenEvent::size ( void  ) const
virtual

Definition at line 118 of file PHHepMCGenEvent.cc.

References _theEvt.

Referenced by identify().

+ Here is the caller graph for this function:

◆ swapEvent()

bool PHHepMCGenEvent::swapEvent ( HepMC::GenEvent *&  evt)

Definition at line 92 of file PHHepMCGenEvent.cc.

References _theEvt, and boost::swap().

+ Here is the call graph for this function:

◆ vertexSize()

int PHHepMCGenEvent::vertexSize ( void  ) const
virtual

Definition at line 126 of file PHHepMCGenEvent.cc.

References _theEvt.

Referenced by identify().

+ Here is the caller graph for this function:

Member Data Documentation

◆ _collisionVertex

HepMC::FourVector PHHepMCGenEvent::_collisionVertex
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().

◆ _embedding_id

int PHHepMCGenEvent::_embedding_id
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().

◆ _isSimulated

bool PHHepMCGenEvent::_isSimulated
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().

◆ _theEvt

HepMC::GenEvent* PHHepMCGenEvent::_theEvt
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().


The documentation for this class was generated from the following files: