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

#include <fun4all_coresoftware/blob/master/offline/packages/PHGenFitPkg/PHGenFit/SpacepointMeasurement.h>

+ Inheritance diagram for PHGenFit::SpacepointMeasurement:
+ Collaboration diagram for PHGenFit::SpacepointMeasurement:

Public Member Functions

 SpacepointMeasurement (const TVector3 &pos, const double resolution)
 
 SpacepointMeasurement (const TVector3 &pos, const TVector3 &resolution)
 
 SpacepointMeasurement (const TVector3 &pos, const TMatrixDSym &cov)
 
void init (const TVector3 &pos, const TMatrixDSym &cov)
 
 ~SpacepointMeasurement ()
 dtor
 
- Public Member Functions inherited from PHGenFit::Measurement
 Measurement ()
 ctor
 
 ~Measurement ()
 dtor
 
genfit::AbsMeasurementgetMeasurement ()
 
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)
 

Additional Inherited Members

- Protected Attributes inherited from PHGenFit::Measurement
genfit::AbsMeasurement_measurement
 
unsigned int _clusterID
 
TrkrDefs::cluskey _clusterkey
 

Detailed Description

Definition at line 18 of file SpacepointMeasurement.h.

View newest version in sPHENIX GitHub at line 18 of file SpacepointMeasurement.h

Constructor & Destructor Documentation

PHGenFit::SpacepointMeasurement::SpacepointMeasurement ( const TVector3 &  pos,
const double  resolution 
)

Ctor

Parameters
posmeasurement position
resolutionstandard dev for diagnal elements of the cov, other elements are zero

Definition at line 39 of file SpacepointMeasurement.cc.

View newest version in sPHENIX GitHub at line 39 of file SpacepointMeasurement.cc

References Acts::Test::cov, and init().

+ Here is the call graph for this function:

PHGenFit::SpacepointMeasurement::SpacepointMeasurement ( const TVector3 &  pos,
const TVector3 &  resolution 
)

Ctor

Parameters
posmeasurement position
resolutionstandard dev for each diagnal element of the cov, other elements are zero

Definition at line 49 of file SpacepointMeasurement.cc.

View newest version in sPHENIX GitHub at line 49 of file SpacepointMeasurement.cc

References Acts::Test::cov, and init().

+ Here is the call graph for this function:

PHGenFit::SpacepointMeasurement::SpacepointMeasurement ( const TVector3 &  pos,
const TMatrixDSym &  cov 
)

Ctor

Parameters
posmeasurement position
covariancematrix

Definition at line 64 of file SpacepointMeasurement.cc.

View newest version in sPHENIX GitHub at line 64 of file SpacepointMeasurement.cc

References init().

+ Here is the call graph for this function:

PHGenFit::SpacepointMeasurement::~SpacepointMeasurement ( )

dtor

Definition at line 69 of file SpacepointMeasurement.cc.

View newest version in sPHENIX GitHub at line 69 of file SpacepointMeasurement.cc

Member Function Documentation

void PHGenFit::SpacepointMeasurement::init ( const TVector3 &  pos,
const TMatrixDSym &  cov 
)

Definition at line 19 of file SpacepointMeasurement.cc.

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

References PHGenFit::Measurement::_measurement, and Acts::Test::cov.

Referenced by SpacepointMeasurement().

+ Here is the caller graph for this function:


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