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
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
{
18
class
SpacepointMeasurement
:
public
Measurement
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
43
~SpacepointMeasurement
();
44
45
protected
:
46
};
47
}
// namespace PHGenFit
48
49
#endif
coresoftware
blob
master
offline
packages
PHGenFitPkg
PHGenFit
SpacepointMeasurement.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration