EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4VtxPoint Class Reference

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4main/PHG4VtxPoint.h>

+ Inheritance diagram for PHG4VtxPoint:
+ Collaboration diagram for PHG4VtxPoint:

Public Member Functions

 ~PHG4VtxPoint () override
 
void identify (std::ostream &os=std::cout) const override
 
virtual void set_x (const double)
 
virtual void set_y (const double)
 
virtual void set_z (const double)
 
virtual void set_t (const double)
 
virtual void set_id (const int)
 
virtual double get_x () const
 
virtual double get_y () const
 
virtual double get_z () const
 
virtual double get_t () const
 
virtual int get_id () const
 
bool operator== (const PHG4VtxPoint &) const
 comparison of vertex value only, not on the id, per algorithm requirement in PHG4TruthInfoContainer::AddPrimaryVertex
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual void Reset ()
 Clear Event.
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data
 
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
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Protected Member Functions

 PHG4VtxPoint ()
 

Detailed Description

Definition at line 12 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 12 of file PHG4VtxPoint.h

Constructor & Destructor Documentation

PHG4VtxPoint::~PHG4VtxPoint ( )
inlineoverride

Definition at line 15 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 15 of file PHG4VtxPoint.h

PHG4VtxPoint::PHG4VtxPoint ( )
inlineprotected

Definition at line 37 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 37 of file PHG4VtxPoint.h

Member Function Documentation

virtual int PHG4VtxPoint::get_id ( ) const
inlinevirtual

Reimplemented in PHG4VtxPointv1.

Definition at line 29 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 29 of file PHG4VtxPoint.h

Referenced by PHG4TruthTrackingAction::AddParticle(), BaseTruthEval::are_same_vertex(), SvtxEvaluator::fillOutputNtuples(), PHG4TruthInfoContainer::is_primary_vtx(), QAG4SimulationVertex::process_event(), and PHG4DSTReader::process_event().

+ Here is the caller graph for this function:

virtual double PHG4VtxPoint::get_t ( ) const
inlinevirtual
void PHG4VtxPoint::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Reimplemented in PHG4VtxPointv1.

Definition at line 6 of file PHG4VtxPoint.cc.

View newest version in sPHENIX GitHub at line 6 of file PHG4VtxPoint.cc

Referenced by QAG4SimulationCalorimeter::process_event_G4Hit(), QAG4SimulationEicCalorimeter::process_event_G4Hit(), and PHG4ParticleGeneratorBase::ReuseExistingVertex().

+ Here is the caller graph for this function:

bool PHG4VtxPoint::operator== ( const PHG4VtxPoint p) const

comparison of vertex value only, not on the id, per algorithm requirement in PHG4TruthInfoContainer::AddPrimaryVertex

Definition at line 13 of file PHG4VtxPoint.cc.

View newest version in sPHENIX GitHub at line 13 of file PHG4VtxPoint.cc

References get_t(), get_x(), get_y(), and get_z().

+ Here is the call graph for this function:

virtual void PHG4VtxPoint::set_id ( const int  )
inlinevirtual

Reimplemented in PHG4VtxPointv1.

Definition at line 23 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 23 of file PHG4VtxPoint.h

Referenced by PHG4TruthInfoContainer::AddVertex().

+ Here is the caller graph for this function:

virtual void PHG4VtxPoint::set_t ( const double  )
inlinevirtual

Reimplemented in PHG4VtxPointv1.

Definition at line 22 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 22 of file PHG4VtxPoint.h

virtual void PHG4VtxPoint::set_x ( const double  )
inlinevirtual

Reimplemented in PHG4VtxPointv1.

Definition at line 19 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 19 of file PHG4VtxPoint.h

Referenced by PHTruthTrackSeeding::Process().

+ Here is the caller graph for this function:

virtual void PHG4VtxPoint::set_y ( const double  )
inlinevirtual

Reimplemented in PHG4VtxPointv1.

Definition at line 20 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 20 of file PHG4VtxPoint.h

virtual void PHG4VtxPoint::set_z ( const double  )
inlinevirtual

Reimplemented in PHG4VtxPointv1.

Definition at line 21 of file PHG4VtxPoint.h.

View newest version in sPHENIX GitHub at line 21 of file PHG4VtxPoint.h


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