Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TrainingHits.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TrainingHits.h
1
#ifndef TRAININGHITS_H
2
#define TRAININGHITS_H
3
4
#include <
phool/PHObject.h
>
5
#include <
trackbase/TrkrDefs.h
>
6
#include <array>
7
8
class
TrainingHits
:
public
PHObject
9
{
10
public
:
11
TrainingHits
();
12
~TrainingHits
()
override
{}
13
void
Reset
()
override
;
14
15
static
const
int
nd
= 5;
16
std::array<Short_t, (2*nd+1)*(2*nd+1)>
v_adc
;
17
Float_t
radius
;
18
Float_t
phi
;
19
Float_t
z
;
20
Float_t
phistep
;
21
Float_t
zstep
;
22
Short_t
layer
;
23
Short_t
ntouch
;
24
Short_t
nedge
;
25
TrkrDefs::cluskey
cluskey
;
26
27
ClassDefOverride(
TrainingHits
, 1)
28
};
29
30
#endif //TRAININGHITS_H
coresoftware
blob
master
offline
packages
tpc
TrainingHits.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:08
using
1.8.2 with
sPHENIX GitHub integration