Class Reference for E1039 Core & Analysis Software
PHG4Particlev1 Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4Particlev1.h>

+ Inheritance diagram for PHG4Particlev1:
+ Collaboration diagram for PHG4Particlev1:

Public Member Functions

 PHG4Particlev1 ()
 
 PHG4Particlev1 (const std::string &name, const int pid, const double px, const double py, const double pz)
 
 PHG4Particlev1 (const PHG4Particle *in)
 
virtual ~PHG4Particlev1 ()
 
int get_pid () const
 
std::string get_name () const
 
double get_px () const
 
double get_py () const
 
double get_pz () const
 
int get_barcode () const
 
void set_name (const std::string &name)
 
void set_pid (const int i)
 
void set_px (const double x)
 
void set_py (const double x)
 
void set_pz (const double x)
 
void set_barcode (const int bcd)
 
void identify (std::ostream &os=std::cout) const
 
- Public Member Functions inherited from PHG4Particle
 PHG4Particle ()
 
virtual ~PHG4Particle ()
 
virtual double get_e () const
 
virtual int get_track_id () const
 
virtual int get_vtx_id () const
 
virtual int get_parent_id () const
 
virtual int get_primary_id () const
 
virtual void set_track_id (const int i)
 
virtual void set_vtx_id (const int i)
 
virtual void set_parent_id (const int i)
 
virtual void set_primary_id (const int i)
 
virtual void set_e (const double e)
 
bool operator== (const PHG4Particle &p) const
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () const
 Virtual copy constructor. More...
 
virtual void Reset ()
 Clear Event. More...
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data 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

std::string fname
 
int fpid
 
double fpx
 
double fpy
 
double fpz
 
int barcode
 

Detailed Description

Definition at line 6 of file PHG4Particlev1.h.

Constructor & Destructor Documentation

◆ PHG4Particlev1() [1/3]

PHG4Particlev1::PHG4Particlev1 ( )

Definition at line 7 of file PHG4Particlev1.cc.

◆ PHG4Particlev1() [2/3]

PHG4Particlev1::PHG4Particlev1 ( const std::string &  name,
const int  pid,
const double  px,
const double  py,
const double  pz 
)

◆ PHG4Particlev1() [3/3]

PHG4Particlev1::PHG4Particlev1 ( const PHG4Particle in)

Definition at line 25 of file PHG4Particlev1.cc.

◆ ~PHG4Particlev1()

virtual PHG4Particlev1::~PHG4Particlev1 ( )
inlinevirtual

Definition at line 13 of file PHG4Particlev1.h.

Member Function Documentation

◆ get_barcode()

int PHG4Particlev1::get_barcode ( ) const
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 21 of file PHG4Particlev1.h.

References barcode.

◆ get_name()

std::string PHG4Particlev1::get_name ( void  ) const
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 16 of file PHG4Particlev1.h.

References fname.

◆ get_pid()

int PHG4Particlev1::get_pid ( ) const
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 15 of file PHG4Particlev1.h.

References fpid.

◆ get_px()

double PHG4Particlev1::get_px ( ) const
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 17 of file PHG4Particlev1.h.

References fpx.

◆ get_py()

double PHG4Particlev1::get_py ( ) const
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 18 of file PHG4Particlev1.h.

References fpy.

◆ get_pz()

double PHG4Particlev1::get_pz ( ) const
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 19 of file PHG4Particlev1.h.

References fpz.

◆ identify()

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

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHG4Particle.

Reimplemented in PHG4Particlev2.

Definition at line 35 of file PHG4Particlev1.cc.

References barcode, fname, fpid, fpx, fpy, and fpz.

◆ set_barcode()

void PHG4Particlev1::set_barcode ( const int  bcd)
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 29 of file PHG4Particlev1.h.

References barcode.

Referenced by PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ set_name()

void PHG4Particlev1::set_name ( const std::string &  name)
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 23 of file PHG4Particlev1.h.

References fname.

Referenced by PHG4DSTReader::add_particle(), and PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ set_pid()

void PHG4Particlev1::set_pid ( const int  i)
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 24 of file PHG4Particlev1.h.

References fpid.

Referenced by PHG4DSTReader::add_particle(), and PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ set_px()

void PHG4Particlev1::set_px ( const double  x)
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 25 of file PHG4Particlev1.h.

References fpx.

Referenced by PHG4DSTReader::add_particle(), and PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ set_py()

void PHG4Particlev1::set_py ( const double  x)
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 26 of file PHG4Particlev1.h.

References fpy.

Referenced by PHG4DSTReader::add_particle(), and PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

◆ set_pz()

void PHG4Particlev1::set_pz ( const double  x)
inlinevirtual

Reimplemented from PHG4Particle.

Definition at line 27 of file PHG4Particlev1.h.

References fpz.

Referenced by PHG4DSTReader::add_particle(), and PHG4TruthTrackingAction::PreUserTrackingAction().

+ Here is the caller graph for this function:

Member Data Documentation

◆ barcode

int PHG4Particlev1::barcode
protected

Definition at line 37 of file PHG4Particlev1.h.

Referenced by get_barcode(), identify(), and set_barcode().

◆ fname

std::string PHG4Particlev1::fname
protected

Definition at line 34 of file PHG4Particlev1.h.

Referenced by get_name(), identify(), PHG4Particlev2::identify(), and set_name().

◆ fpid

int PHG4Particlev1::fpid
protected

Definition at line 35 of file PHG4Particlev1.h.

Referenced by get_pid(), identify(), PHG4Particlev2::identify(), and set_pid().

◆ fpx

double PHG4Particlev1::fpx
protected

Definition at line 36 of file PHG4Particlev1.h.

Referenced by get_px(), identify(), PHG4Particlev2::identify(), and set_px().

◆ fpy

double PHG4Particlev1::fpy
protected

Definition at line 36 of file PHG4Particlev1.h.

Referenced by get_py(), identify(), PHG4Particlev2::identify(), and set_py().

◆ fpz

double PHG4Particlev1::fpz
protected

Definition at line 36 of file PHG4Particlev1.h.

Referenced by get_pz(), identify(), PHG4Particlev2::identify(), and set_pz().


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