Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/PHGenFitPkg/PHGenFit/Measurement.h>
Public Member Functions | |
Measurement () | |
ctor | |
virtual | ~Measurement () |
dtor | |
genfit::AbsMeasurement * | getMeasurement () |
unsigned int | get_cluster_ID () const |
void | set_cluster_ID (unsigned int clusterId) |
TrkrDefs::cluskey | get_cluster_key () const |
void | set_cluster_key (TrkrDefs::cluskey clusterkey) |
Protected Attributes | |
genfit::AbsMeasurement * | _measurement |
unsigned int | _clusterID |
TrkrDefs::cluskey | _clusterkey |
Definition at line 17 of file Measurement.h.
View newest version in sPHENIX GitHub at line 17 of file Measurement.h
|
inline |
ctor
Definition at line 21 of file Measurement.h.
View newest version in sPHENIX GitHub at line 21 of file Measurement.h
|
inlinevirtual |
dtor
Definition at line 26 of file Measurement.h.
View newest version in sPHENIX GitHub at line 26 of file Measurement.h
|
inline |
Definition at line 35 of file Measurement.h.
View newest version in sPHENIX GitHub at line 35 of file Measurement.h
References _clusterID.
Referenced by PHGenFit::Track::addMeasurement().
|
inline |
Definition at line 45 of file Measurement.h.
View newest version in sPHENIX GitHub at line 45 of file Measurement.h
References _clusterkey.
Referenced by PHGenFit::Track::addMeasurement().
|
inline |
Definition at line 29 of file Measurement.h.
View newest version in sPHENIX GitHub at line 29 of file Measurement.h
References _measurement.
Referenced by PHGenFit::Track::addMeasurement(), and TpcPrototypeGenFitTrkFitter::ReFitTrack().
|
inline |
Definition at line 39 of file Measurement.h.
View newest version in sPHENIX GitHub at line 39 of file Measurement.h
References _clusterID.
|
inline |
Definition at line 49 of file Measurement.h.
View newest version in sPHENIX GitHub at line 49 of file Measurement.h
References _clusterkey.
|
protected |
Definition at line 56 of file Measurement.h.
View newest version in sPHENIX GitHub at line 56 of file Measurement.h
Referenced by get_cluster_ID(), and set_cluster_ID().
|
protected |
Definition at line 57 of file Measurement.h.
View newest version in sPHENIX GitHub at line 57 of file Measurement.h
Referenced by get_cluster_key(), and set_cluster_key().
|
protected |
Definition at line 55 of file Measurement.h.
View newest version in sPHENIX GitHub at line 55 of file Measurement.h
Referenced by getMeasurement(), PHGenFit::PlanarMeasurement::init(), and PHGenFit::SpacepointMeasurement::init().