BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/RawDataCnv/RawDataCnv-00-04-35/RawDataCnv/EventManagement/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 strip;
44 int x;
45 int y;
46 int z;
47 int px;
48 int py;
49 int pz;
51 int time;
53
54typedef struct {
56 int partId;
58 int numPhi;
59 int x;
60 int y;
61 int z;
62 int px;
63 int py;
64 int pz;
67
68typedef struct {
70 int partId;
71 int segId;
72 int gapId;
74 int x;
75 int y;
76 int z;
77 int px;
78 int py;
79 int pz;
81
82#endif