EIC Software
Reference for
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
SpacepointMeasurement2.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SpacepointMeasurement2.h
1
7
#ifndef PHGENFIT_SPACEPOINTMEASUREMENT_H
8
#define PHGENFIT_SPACEPOINTMEASUREMENT_H
9
10
#include <phgenfit/Measurement.h>
11
12
#include <TMatrixDSymfwd.h>
13
14
class
TVector3;
15
16
namespace
PHGenFit
17
{
18
class
SpacepointMeasurement2
:
public
Measurement
19
{
20
public
:
26
SpacepointMeasurement2
(
const
TVector3&
pos
,
const
TVector3& resolution);
27
33
SpacepointMeasurement2
(
const
TVector3& pos,
const
TMatrixDSym&
cov
);
34
35
void
init
(
const
TVector3& pos,
const
TMatrixDSym& cov);
36
38
~SpacepointMeasurement2
();
39
40
protected
:
41
};
42
}
// namespace PHGenFit
43
44
#endif
fun4all_coresoftware
blob
master
offline
packages
PHTpcTracker
SpacepointMeasurement2.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:45
using
1.8.2 with
EIC GitHub integration