CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
McTruthDataStructure.h
Go to the documentation of this file.
1#ifndef MCTRUTH_DATASTRUCTURE_H
2#define MCTRUTH_DATASTRUCTURE_H
3
4typedef struct {
6 int PDGcode;
7 int charge;
8 int v0Index;
9 int v1Index;
10 int px;
11 int py;
12 int pz;
13 int energy;
17
18typedef struct {
21 int x;
22 int y;
23 int z;
24 int time;
26
27typedef struct {
30 int cellId;
31 int edep;
32 int driftD;
33 int x;
34 int y;
35 int z;
38
39typedef struct {
41 int partId;
42 int scinNb;
43 int x;
44 int y;
45 int z;
46 int px;
47 int py;
48 int pz;
50 int time;
52
53typedef struct {
55 int partId;
57 int numPhi;
58 int x;
59 int y;
60 int z;
61 int px;
62 int py;
63 int pz;
66
67typedef struct {
69 int partId;
70 int segId;
71 int gapId;
73 int x;
74 int y;
75 int z;
76 int px;
77 int py;
78 int pz;
80
81#endif