Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
blob
master
macros
offline
packages
MvtxPrototype1
MvtxPrototype2
Prototype2
Prototype3
Prototype4
tpc2019
ChanMap.h
TpcPrototypeCluster.cc
TpcPrototypeCluster.h
TpcPrototypeClusterizer.cc
TpcPrototypeClusterizer.h
TpcPrototypeClusterLinkDef.h
TpcPrototypeDefs.cc
TpcPrototypeDefs.h
TpcPrototypeDefsLinkDef.h
TpcPrototypeGenFitTrkFinder.cc
TpcPrototypeGenFitTrkFinder.h
TpcPrototypeGenFitTrkFitter.cc
TpcPrototypeGenFitTrkFitter.h
TpcPrototypeTrack.cc
TpcPrototypeTrack.h
TpcPrototypeTrackLinkDef.h
TpcPrototypeUnpacker.cc
TpcPrototypeUnpacker.h
TpcPrototypeUnpackerLinkDef.h
online
simulation
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TpcPrototypeTrack.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TpcPrototypeTrack.h
1
// $Id: $
2
11
#ifndef TPCPROTOTYPETRACK_H_
12
#define TPCPROTOTYPETRACK_H_
13
14
15
#include <
phool/PHObject.h
>
16
17
#include <cstdint>
18
22
class
TpcPrototypeTrack
:
public
PHObject
23
{
24
public
:
25
TpcPrototypeTrack
();
26
virtual
~TpcPrototypeTrack
();
27
28
//max number of layer under consideration
29
static
const
int
nLayer
= 16;
30
31
unsigned
int
event
;
32
unsigned
int
trackID
;
33
float
chisq
;
34
unsigned
int
ndf
;
35
36
float
px
;
37
float
py
;
38
float
pz
;
39
float
x
;
40
float
y
;
41
float
z
;
42
43
unsigned
int
nCluster
;
44
45
// class Cluster
46
// {
47
// public:
48
// Cluster()
49
// : layer(-1)
50
// , x(NAN)
51
// , y(NAN)
52
// , z(NAN)
53
// , e(NAN)
54
// , sizePhi(0)
55
// , residualIsolated(NAN){};
56
//
57
// virtual ~Cluster();
58
//
59
// int layer;
60
//
61
// float x;
62
// float y;
63
// float z;
64
//
65
// float e;
66
// int sizePhi;
67
//
68
// float residualIsolated;
69
//
70
// ClassDefOverride(TpcPrototypeTrack::Cluster, 1);
71
// };
72
73
// Cluster clusters[nLayer];
74
uint64_t
clusterKey
[
nLayer
];
75
int
clusterlayer
[
nLayer
];
76
int
clusterid
[
nLayer
];
77
float
clusterX
[
nLayer
];
78
float
clusterY
[
nLayer
];
79
float
clusterZ
[
nLayer
];
80
float
clusterE
[
nLayer
];
81
float
clusterSizePhi
[
nLayer
];
82
float
clusterResidualPhi
[
nLayer
];
83
float
clusterProjectionPhi
[
nLayer
];
84
float
clusterResidualZ
[
nLayer
];
85
86
ClassDefOverride
(
TpcPrototypeTrack
, 5);
87
};
88
89
#endif
/* TPCPROTOTYPETRACK_H_ */
prototype
blob
master
offline
packages
tpc2019
TpcPrototypeTrack.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration