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

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4bbc/BbcVertexv1.h>

+ Inheritance diagram for BbcVertexv1:
+ Collaboration diagram for BbcVertexv1:

Public Member Functions

 BbcVertexv1 ()
 
 ~BbcVertexv1 () override
 
void identify (std::ostream &os=std::cout) const override
 
void Reset () override
 Clear Event.
 
int isValid () const override
 isValid returns non zero if object contains vailid data
 
PHObjectCloneMe () const override
 Virtual copy constructor.
 
unsigned int get_id () const override
 
void set_id (unsigned int id) override
 
float get_t () const override
 
void set_t (float t) override
 
float get_t_err () const override
 
void set_t_err (float t_err) override
 
float get_z () const override
 
void set_z (float z) override
 
float get_z_err () const override
 
void set_z_err (float z_err) override
 
- Public Member Functions inherited from BbcVertex
 ~BbcVertex () override
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
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)
 

Private Member Functions

 ClassDefOverride (BbcVertexv1, 1)
 

Private Attributes

unsigned int _id
 
float _t
 
float _t_err
 
float _z
 
float _z_err
 

Additional Inherited Members

- Protected Member Functions inherited from BbcVertex
 BbcVertex ()
 

Detailed Description

Definition at line 8 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 8 of file BbcVertexv1.h

Constructor & Destructor Documentation

BbcVertexv1::BbcVertexv1 ( )

Definition at line 7 of file BbcVertexv1.cc.

View newest version in sPHENIX GitHub at line 7 of file BbcVertexv1.cc

Referenced by CloneMe(), and Reset().

+ Here is the caller graph for this function:

BbcVertexv1::~BbcVertexv1 ( )
override

Definition at line 16 of file BbcVertexv1.cc.

View newest version in sPHENIX GitHub at line 16 of file BbcVertexv1.cc

Member Function Documentation

BbcVertexv1::ClassDefOverride ( BbcVertexv1  ,
 
)
private
PHObject* BbcVertexv1::CloneMe ( ) const
inlineoverridevirtual

Virtual copy constructor.

Reimplemented from BbcVertex.

Definition at line 19 of file BbcVertexv1.h.

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

References BbcVertexv1().

+ Here is the call graph for this function:

unsigned int BbcVertexv1::get_id ( ) const
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 23 of file BbcVertexv1.h.

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

References _id.

Referenced by identify().

+ Here is the caller graph for this function:

float BbcVertexv1::get_t ( ) const
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 26 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 26 of file BbcVertexv1.h

References _t.

Referenced by identify().

+ Here is the caller graph for this function:

float BbcVertexv1::get_t_err ( ) const
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 29 of file BbcVertexv1.h.

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

References _t_err.

Referenced by identify().

+ Here is the caller graph for this function:

float BbcVertexv1::get_z ( ) const
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 32 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 32 of file BbcVertexv1.h

References _z.

Referenced by identify().

+ Here is the caller graph for this function:

float BbcVertexv1::get_z_err ( ) const
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 35 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 35 of file BbcVertexv1.h

References _z_err.

Referenced by identify().

+ Here is the caller graph for this function:

void BbcVertexv1::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from BbcVertex.

Definition at line 18 of file BbcVertexv1.cc.

View newest version in sPHENIX GitHub at line 18 of file BbcVertexv1.cc

References get_id(), get_t(), get_t_err(), get_z(), and get_z_err().

+ Here is the call graph for this function:

int BbcVertexv1::isValid ( ) const
overridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from BbcVertex.

Definition at line 29 of file BbcVertexv1.cc.

View newest version in sPHENIX GitHub at line 29 of file BbcVertexv1.cc

References _id, _t, _t_err, _z, and _z_err.

void BbcVertexv1::Reset ( )
inlineoverridevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 17 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 17 of file BbcVertexv1.h

References BbcVertexv1().

+ Here is the call graph for this function:

void BbcVertexv1::set_id ( unsigned int  id)
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 24 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 24 of file BbcVertexv1.h

References _id.

void BbcVertexv1::set_t ( float  t)
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 27 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 27 of file BbcVertexv1.h

References _t, and t.

void BbcVertexv1::set_t_err ( float  t_err)
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 30 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 30 of file BbcVertexv1.h

References _t_err.

void BbcVertexv1::set_z ( float  z)
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 33 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 33 of file BbcVertexv1.h

References _z, and z.

void BbcVertexv1::set_z_err ( float  z_err)
inlineoverridevirtual

Reimplemented from BbcVertex.

Definition at line 36 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 36 of file BbcVertexv1.h

References _z_err.

Member Data Documentation

unsigned int BbcVertexv1::_id
private

Definition at line 39 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 39 of file BbcVertexv1.h

Referenced by get_id(), isValid(), and set_id().

float BbcVertexv1::_t
private

Definition at line 40 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 40 of file BbcVertexv1.h

Referenced by get_t(), isValid(), and set_t().

float BbcVertexv1::_t_err
private

Definition at line 41 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 41 of file BbcVertexv1.h

Referenced by get_t_err(), isValid(), and set_t_err().

float BbcVertexv1::_z
private

Definition at line 42 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 42 of file BbcVertexv1.h

Referenced by get_z(), isValid(), and set_z().

float BbcVertexv1::_z_err
private

Definition at line 43 of file BbcVertexv1.h.

View newest version in sPHENIX GitHub at line 43 of file BbcVertexv1.h

Referenced by get_z_err(), isValid(), and set_z_err().


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