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
blob
master
calibrations
generators
offline
simulation
g4simulation
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
G4CellNtuple.cc
G4CellNtuple.h
G4EdepNtuple.cc
G4EdepNtuple.h
G4EvtTree.h
G4HitNtuple.cc
G4HitNtuple.h
G4HitTTree.cc
G4HitTTree.h
G4RawTowerTTree.cc
G4RawTowerTTree.h
G4RootHitContainer.cc
G4RootHitContainer.h
G4RootHitContainerLinkDef.h
G4RootRawTower.cc
G4RootRawTower.h
G4RootRawTowerContainer.cc
G4RootRawTowerContainer.h
G4RootRawTowerContainerLinkDef.h
G4RootRawTowerLinkDef.h
G4RootScintillatorSlat.cc
G4RootScintillatorSlat.h
G4RootScintillatorSlatContainer.cc
G4RootScintillatorSlatContainer.h
G4RootScintillatorSlatContainerLinkDef.h
G4RootScintillatorSlatLinkDef.h
G4RootScintillatorTower.cc
G4RootScintillatorTower.h
G4RootScintillatorTowerContainer.cc
G4RootScintillatorTowerContainer.h
G4RootScintillatorTowerContainerLinkDef.h
G4RootScintillatorTowerLinkDef.h
G4ScintillatorSlatTTree.cc
G4ScintillatorSlatTTree.h
G4ScintillatorTowerTTree.cc
G4ScintillatorTowerTTree.h
G4SnglNtuple.cc
G4SnglNtuple.h
G4SnglTree.cc
G4SnglTree.h
G4TowerNtuple.cc
G4TowerNtuple.h
G4VtxNtuple.cc
G4VtxNtuple.h
g4ihcal
g4intt
g4jets
g4main
g4micromegas
g4mvtx
g4ohcal
g4tpc
g4trackfastsim
g4tracking
g4vertex
g4waveformsim
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
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
G4EvtTree.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4EvtTree.h
1
#ifndef G4HISTOS_G4EVTTREE_H
2
#define G4HISTOS_G4EVTTREE_H
3
4
#define MAXLAYER 50
5
#define MAXHIT 500000
6
7
typedef
struct
8
{
9
// Event Level
10
float
energy
;
11
float
theta
;
12
float
phi
;
13
float
px
;
14
float
py
;
15
float
pz
;
16
17
int
cemcactLayers
;
18
int
cemcabsLayers
;
19
int
hcalactLayers
;
20
int
hcalabsLayers
;
21
22
float
cemcactESum[
MAXLAYER
];
23
float
cemcabsESum[
MAXLAYER
];
24
float
hcalactESum[
MAXLAYER
];
25
float
hcalabsESum[
MAXLAYER
];
26
27
// Hit level
28
int
nhits
;
29
int
detid[
MAXHIT
];
30
int
layer
[
MAXHIT
];
31
int
hitid[
MAXHIT
];
32
int
scintid[
MAXHIT
];
33
int
trkid[
MAXHIT
];
34
float
x0
[
MAXHIT
];
35
float
y0[
MAXHIT
];
36
float
z0[
MAXHIT
];
37
float
x1[
MAXHIT
];
38
float
y1[
MAXHIT
];
39
float
z1[
MAXHIT
];
40
float
edep[
MAXHIT
];
41
42
}
G4EvtTree
;
43
44
#endif
coresoftware
blob
master
simulation
g4simulation
g4histos
G4EvtTree.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:14
using
1.8.2 with
sPHENIX GitHub integration