EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SvtxTrack_FastSim_v1 Exception Referencefinal

#include <fun4all_coresoftware/blob/master/offline/packages/trackbase_historic/SvtxTrack_FastSim_v1.h>

+ Inheritance diagram for SvtxTrack_FastSim_v1:
+ Collaboration diagram for SvtxTrack_FastSim_v1:

Public Member Functions

 SvtxTrack_FastSim_v1 ()=default
 
 SvtxTrack_FastSim_v1 (const SvtxTrack &)
 
 ~SvtxTrack_FastSim_v1 () override=default
 
void CopyFrom (const SvtxTrack &) override
 copy content from base class
 
void CopyFrom (SvtxTrack *source) override
 copy content from base class
 
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.
 
accessors
const HitIdMapg4hit_ids () const override
 
bool empty_g4hit_id () const override
 
size_t size_g4hit_id () const override
 
SvtxTrack::HitIdConstIter begin_g4hit_id () const override
 
SvtxTrack::HitIdConstIter end_g4hit_id () const override
 
SvtxTrack::HitIdConstIter find_g4hit_id (int volume) const override
 
modifiers
void add_g4hit_id (int volume, PHG4HitDefs::keytype id) override
 
size_t remove_g4hit_id (int volume, PHG4HitDefs::keytype id) override
 
size_t remove_g4hit_volume (int volume) override
 
SvtxTrack::HitIdIter begin_g4hit_id () override
 
SvtxTrack::HitIdIter end_g4hit_id () override
 
SvtxTrack::HitIdIter find_g4hit_id (int volume) override
 
void clear_g4hit_id () override
 
- Public Member Functions inherited from SvtxTrack_FastSim
 SvtxTrack_FastSim ()=default
 
 ~SvtxTrack_FastSim () override=default
 
 SvtxTrack_FastSim (const SvtxTrack &)
 
unsigned int get_truth_track_id () const override
 
unsigned int get_num_measurements () const override
 
void set_truth_track_id (unsigned int truthTrackId) override
 
void set_num_measurements (int nmeas) override
 
- Public Member Functions inherited from SvtxTrack_v1
 SvtxTrack_v1 ()
 
 SvtxTrack_v1 (const SvtxTrack &)
 
 SvtxTrack_v1 (const SvtxTrack_v1 &track)
 
SvtxTrack_v1operator= (const SvtxTrack_v1 &track)
 
 ~SvtxTrack_v1 () 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.
 
void CopyFrom (const SvtxTrack &) override
 copy content from base class
 
void CopyFrom (SvtxTrack *source) override
 copy content from base class
 
unsigned int get_id () const override
 
void set_id (unsigned int id) override
 
unsigned int get_vertex_id () const override
 
void set_vertex_id (unsigned int id) override
 
bool get_positive_charge () const override
 
void set_positive_charge (bool ispos) override
 
int get_charge () const override
 
void set_charge (int charge) override
 
float get_chisq () const override
 
void set_chisq (float chisq) override
 
unsigned int get_ndf () const override
 
void set_ndf (int ndf) override
 
float get_quality () const override
 
float get_dca () const override
 
void set_dca (float dca) override
 
float get_dca_error () const override
 
void set_dca_error (float dca_error) override
 
float get_dca2d () const override
 
void set_dca2d (float dca2d) override
 
float get_dca2d_error () const override
 
void set_dca2d_error (float error) override
 
float get_dca3d_xy () const override
 
void set_dca3d_xy (float dcaxy) override
 
float get_dca3d_xy_error () const override
 
void set_dca3d_xy_error (float error) override
 
float get_dca3d_z () const override
 
void set_dca3d_z (float dcaz) override
 
float get_dca3d_z_error () const override
 
void set_dca3d_z_error (float error) override
 
float get_x () const override
 
void set_x (float x) override
 
float get_y () const override
 
void set_y (float y) override
 
float get_z () const override
 
void set_z (float z) override
 
float get_pos (unsigned int i) const override
 
float get_px () const override
 
void set_px (float px) override
 
float get_py () const override
 
void set_py (float py) override
 
float get_pz () const override
 
void set_pz (float pz) override
 
float get_mom (unsigned int i) const override
 
float get_p () const override
 
float get_pt () const override
 
float get_eta () const override
 
float get_phi () const override
 
float get_error (int i, int j) const override
 
void set_error (int i, int j, float value) override
 
bool empty_states () const override
 
size_t size_states () const override
 
size_t count_states (float pathlength) const override
 
void clear_states () override
 
const SvtxTrackStateget_state (float pathlength) const override
 
SvtxTrackStateget_state (float pathlength) override
 
SvtxTrackStateinsert_state (const SvtxTrackState *state) override
 
size_t erase_state (float pathlength) override
 
ConstStateIter begin_states () const override
 
ConstStateIter find_state (float pathlength) const override
 
ConstStateIter end_states () const override
 
StateIter begin_states () override
 
StateIter find_state (float pathlength) override
 
StateIter end_states () override
 
void clear_clusters () override
 deprecated - please use cluster keys instead
 
bool empty_clusters () const override
 deprecated - please use cluster keys instead
 
size_t size_clusters () const override
 deprecated - please use cluster keys instead
 
void insert_cluster (unsigned int clusterid) override
 deprecated - please use cluster keys instead
 
size_t erase_cluster (unsigned int clusterid) override
 deprecated - please use cluster keys instead
 
ConstClusterIter begin_clusters () const override
 deprecated - please use cluster keys instead
 
ConstClusterIter find_cluster (unsigned int clusterid) const override
 deprecated - please use cluster keys instead
 
ConstClusterIter end_clusters () const override
 deprecated - please use cluster keys instead
 
ClusterIter find_cluster (unsigned int clusterid) override
 deprecated - please use cluster keys instead
 
ClusterIter begin_clusters () override
 deprecated - please use cluster keys instead
 
ClusterIter end_clusters () override
 deprecated - please use cluster keys instead
 
void clear_cluster_keys () override
 
bool empty_cluster_keys () const override
 
size_t size_cluster_keys () const override
 
void insert_cluster_key (TrkrDefs::cluskey clusterid) override
 
size_t erase_cluster_key (TrkrDefs::cluskey clusterid) override
 
ConstClusterKeyIter find_cluster_key (TrkrDefs::cluskey clusterid) const override
 
ConstClusterKeyIter begin_cluster_keys () const override
 
ConstClusterKeyIter end_cluster_keys () const override
 
ClusterKeyIter find_cluster_keys (unsigned int clusterid) override
 
ClusterKeyIter begin_cluster_keys () override
 
ClusterKeyIter end_cluster_keys () override
 
float get_cal_dphi (CAL_LAYER layer) const override
 
void set_cal_dphi (CAL_LAYER layer, float dphi) override
 
float get_cal_deta (CAL_LAYER layer) const override
 
void set_cal_deta (CAL_LAYER layer, float deta) override
 
float get_cal_energy_3x3 (CAL_LAYER layer) const override
 
void set_cal_energy_3x3 (CAL_LAYER layer, float energy_3x3) override
 
float get_cal_energy_5x5 (CAL_LAYER layer) const override
 
void set_cal_energy_5x5 (CAL_LAYER layer, float energy_5x5) override
 
unsigned int get_cal_cluster_id (CAL_LAYER layer) const override
 
void set_cal_cluster_id (CAL_LAYER layer, unsigned int id) override
 
TrkrDefs::cluskey get_cal_cluster_key (CAL_LAYER layer) const override
 
void set_cal_cluster_key (CAL_LAYER layer, TrkrDefs::cluskey id) override
 
float get_cal_cluster_e (CAL_LAYER layer) const override
 
void set_cal_cluster_e (CAL_LAYER layer, float e) override
 
- Public Member Functions inherited from SvtxTrack
 ~SvtxTrack () override=default
 
virtual float get_cal_dphi (CAL_LAYER) const
 
virtual void set_cal_dphi (CAL_LAYER, float)
 
virtual float get_cal_deta (CAL_LAYER) const
 
virtual void set_cal_deta (CAL_LAYER, float)
 
virtual float get_cal_energy_3x3 (CAL_LAYER) const
 
virtual void set_cal_energy_3x3 (CAL_LAYER, float)
 
virtual float get_cal_energy_5x5 (CAL_LAYER) const
 
virtual void set_cal_energy_5x5 (CAL_LAYER, float)
 
virtual unsigned int get_cal_cluster_id (CAL_LAYER) const
 
virtual void set_cal_cluster_id (CAL_LAYER, unsigned int)
 
virtual TrkrDefs::cluskey get_cal_cluster_key (CAL_LAYER) const
 
virtual void set_cal_cluster_key (CAL_LAYER, TrkrDefs::cluskey)
 
virtual float get_cal_cluster_e (CAL_LAYER) const
 
virtual void set_cal_cluster_e (CAL_LAYER, float)
 
virtual float get_acts_covariance (unsigned int, unsigned int) const
 
virtual void set_acts_covariance (unsigned int, unsigned int, float)
 
- 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 Attributes

HitIdMap _g4hit_ids
 

Additional Inherited Members

- Public Types inherited from SvtxTrack
enum  CAL_LAYER { PRES = 0, CEMC = 1, HCALIN = 2, HCALOUT = 3 }
 
typedef std::map< float,
SvtxTrackState * > 
StateMap
 
typedef StateMap::const_iterator ConstStateIter
 
typedef StateMap::iterator StateIter
 
typedef std::set< unsigned int > ClusterSet
 
typedef ClusterSet::const_iterator ConstClusterIter
 
typedef ClusterSet::iterator ClusterIter
 
typedef std::set
< TrkrDefs::cluskey
ClusterKeySet
 
typedef
ClusterKeySet::const_iterator 
ConstClusterKeyIter
 
typedef ClusterKeySet::iterator ClusterKeyIter
 
typedef std::map< int,
std::set< PHG4HitDefs::keytype > > 
HitIdMap
 
typedef HitIdMap::iterator HitIdIter
 
typedef HitIdMap::const_iterator HitIdConstIter
 
- Protected Member Functions inherited from SvtxTrack
 SvtxTrack ()
 
 ClassDefOverride (SvtxTrack, 1)
 

Detailed Description

Definition at line 11 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 11 of file SvtxTrack_FastSim_v1.h

Constructor & Destructor Documentation

SvtxTrack_FastSim_v1::SvtxTrack_FastSim_v1 ( )
default

Referenced by CloneMe(), and Reset().

+ Here is the caller graph for this function:

SvtxTrack_FastSim_v1::SvtxTrack_FastSim_v1 ( const SvtxTrack source)

Definition at line 16 of file SvtxTrack_FastSim_v1.cc.

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

References CopyFrom().

+ Here is the call graph for this function:

SvtxTrack_FastSim_v1::~SvtxTrack_FastSim_v1 ( )
overridedefault

Member Function Documentation

void SvtxTrack_FastSim_v1::add_g4hit_id ( int  volume,
PHG4HitDefs::keytype  id 
)
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 67 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 67 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids, and Acts::Test::volume.

SvtxTrack::HitIdConstIter SvtxTrack_FastSim_v1::begin_g4hit_id ( ) const
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 52 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 52 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

SvtxTrack::HitIdIter SvtxTrack_FastSim_v1::begin_g4hit_id ( )
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 76 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 76 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

void SvtxTrack_FastSim_v1::clear_g4hit_id ( )
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 85 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 85 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

PHObject* SvtxTrack_FastSim_v1::CloneMe ( ) const
inlineoverridevirtual

Virtual copy constructor.

Reimplemented from SvtxTrack_FastSim.

Definition at line 36 of file SvtxTrack_FastSim_v1.h.

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

References SvtxTrack_FastSim_v1().

+ Here is the call graph for this function:

void SvtxTrack_FastSim_v1::CopyFrom ( const SvtxTrack )
overridevirtual

copy content from base class

Reimplemented from SvtxTrack_FastSim.

Definition at line 19 of file SvtxTrack_FastSim_v1.cc.

View newest version in sPHENIX GitHub at line 19 of file SvtxTrack_FastSim_v1.cc

References _g4hit_ids, SvtxTrack_FastSim::CopyFrom(), and SvtxTrack::g4hit_ids().

Referenced by SvtxTrack_FastSim_v1().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void SvtxTrack_FastSim_v1::CopyFrom ( SvtxTrack )
inlineoverridevirtual

copy content from base class

Reimplemented from SvtxTrack_FastSim.

Definition at line 26 of file SvtxTrack_FastSim_v1.h.

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

References CopyFrom().

Referenced by CopyFrom().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool SvtxTrack_FastSim_v1::empty_g4hit_id ( ) const
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 46 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 46 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

SvtxTrack::HitIdConstIter SvtxTrack_FastSim_v1::end_g4hit_id ( ) const
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 55 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 55 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

SvtxTrack::HitIdIter SvtxTrack_FastSim_v1::end_g4hit_id ( )
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 79 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 79 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

SvtxTrack::HitIdConstIter SvtxTrack_FastSim_v1::find_g4hit_id ( int  volume) const
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 58 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 58 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

SvtxTrack::HitIdIter SvtxTrack_FastSim_v1::find_g4hit_id ( int  volume)
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 82 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 82 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

const HitIdMap& SvtxTrack_FastSim_v1::g4hit_ids ( ) const
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 43 of file SvtxTrack_FastSim_v1.h.

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

References _g4hit_ids.

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

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from SvtxTrack_FastSim.

Definition at line 31 of file SvtxTrack_FastSim_v1.cc.

View newest version in sPHENIX GitHub at line 31 of file SvtxTrack_FastSim_v1.cc

References _g4hit_ids, and SvtxTrack_FastSim::identify().

+ Here is the call graph for this function:

int SvtxTrack_FastSim_v1::isValid ( ) const
overridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from SvtxTrack_FastSim.

Definition at line 47 of file SvtxTrack_FastSim_v1.cc.

View newest version in sPHENIX GitHub at line 47 of file SvtxTrack_FastSim_v1.cc

size_t SvtxTrack_FastSim_v1::remove_g4hit_id ( int  volume,
PHG4HitDefs::keytype  id 
)
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 70 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 70 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids, and Acts::Test::volume.

size_t SvtxTrack_FastSim_v1::remove_g4hit_volume ( int  volume)
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 73 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 73 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

void SvtxTrack_FastSim_v1::Reset ( )
inlineoverridevirtual

Clear Event.

Reimplemented from SvtxTrack_FastSim.

Definition at line 31 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 31 of file SvtxTrack_FastSim_v1.h

References SvtxTrack_FastSim_v1().

+ Here is the call graph for this function:

size_t SvtxTrack_FastSim_v1::size_g4hit_id ( ) const
inlineoverridevirtual

Reimplemented from SvtxTrack.

Definition at line 49 of file SvtxTrack_FastSim_v1.h.

View newest version in sPHENIX GitHub at line 49 of file SvtxTrack_FastSim_v1.h

References _g4hit_ids.

Member Data Documentation

HitIdMap SvtxTrack_FastSim_v1::_g4hit_ids
private

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