EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PlanarMeasurement.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PlanarMeasurement.h
1 
7 #ifndef PHGENFIT_PLANARMEASUREMENT_H
8 #define PHGENFIT_PLANARMEASUREMENT_H
9 
10 #include "Measurement.h"
11 
12 class TVector3;
13 
14 namespace PHGenFit
15 {
17 {
18  public:
20  PlanarMeasurement(const TVector3& pos, const TVector3& u, const TVector3& v, const double du, const double dv);
21 
22  PlanarMeasurement(const TVector3& pos, const TVector3& n, const double du, const double dv);
23 
24  void init(const TVector3& pos, const TVector3& u, const TVector3& v, const double du, const double dv);
25 
28 
29  protected:
30 };
31 } // namespace PHGenFit
32 
33 #endif