ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SpacepointMeasurement.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SpacepointMeasurement.h
1 
7 #ifndef PHGENFIT_SPACEPOINTMEASUREMENT_H
8 #define PHGENFIT_SPACEPOINTMEASUREMENT_H
9 
10 #include "Measurement.h"
11 
12 #include <TMatrixDSymfwd.h>
13 
14 class TVector3;
15 
16 namespace PHGenFit
17 {
19 {
20  public:
26  SpacepointMeasurement(const TVector3& pos, const double resolution);
32  SpacepointMeasurement(const TVector3& pos, const TVector3& resolution);
38  SpacepointMeasurement(const TVector3& pos, const TMatrixDSym& cov);
39 
40  void init(const TVector3& pos, const TMatrixDSym& cov);
41 
44 
45  protected:
46 };
47 } // namespace PHGenFit
48 
49 #endif