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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloReco
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
Example
GenFitExp
PHGenFit
Fitter.cc
Fitter.h
Measurement.h
PlanarMeasurement.cc
PlanarMeasurement.h
SpacepointMeasurement.cc
SpacepointMeasurement.h
Tools.cc
Tools.h
Track.cc
Track.h
PHGeometry
PHTpcTracker
tpc
tpccalib
tpcdaq
trackbase
trackbase_historic
trackreco
trigger
vararray
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
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