ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
{
16
class
PlanarMeasurement
:
public
Measurement
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
27
~PlanarMeasurement
() {}
28
29
protected
:
30
};
31
}
// namespace PHGenFit
32
33
#endif
coresoftware
blob
master
offline
packages
PHGenFitPkg
PHGenFit
PlanarMeasurement.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration