Belle II Software development
TRGECLDigi0MC Class Reference

Example Detector. More...

#include <TRGECLDigi0MC.h>

Inheritance diagram for TRGECLDigi0MC:

Public Member Functions

void setEventId (int eventid)
 Set event id.
 
void setTCId (int tcid)
 Set TC id.
 
void setiBinTime (int ibintime)
 Set Bin Number.
 
void setRawEnergy (double raw_energy)
 Set Energy and Timing.
 
void setSignalContribution (double signal_contribution)
 set Signal Contribtion
 
void setBKGContribution (double bkg_contribution)
 set beambackground contribution
 
void setRawTiming (double raw_timing)
 set Raw timing
 
void setCellId (int cell[3])
 MC information.
 
void setTrackId (int track[3])
 set Track Id
 
void setPDG (int pdg[3])
 set PDG
 
void setMother (int mother[3])
 set Mother
 
void setGMother (int gmother[3])
 set Grand Mother
 
void setGGMother (int ggmother[3])
 set Grand Grand Mother
 
void setGGGMother (int gggmother[3])
 set Grand Grand grandMother
 
void setBackgroundTag (int back[3])
 set grand grand grand grand Mother
 
void setPX (double px[3])
 set momentum X
 
void setPY (double py[3])
 set momentum Y
 
void setPZ (double pz[3])
 set momentum Z
 
void setMCEnergy (double energy[3])
 set energy
 
void setContribution (double contribution[3])
 set contribution
 
int getEventId () const
 Get event id.
 
int getTCId () const
 Get TC id.
 
int getiBinTime () const
 get Bin number
 
double getRawEnergy () const
 Get Raw Energy.
 
double getRawTiming () const
 Get Raw Timing.
 
 TRGECLDigi0MC ()
 Empty constructor Recommended for ROOT IO.
 
 TRGECLDigi0MC (int eventid, int tcid, int ibintime, double raw_energy, double raw_timing, int background_tag_1, int background_tag_2, int background_tag_3, int bkg_contribution, int signal_contribution, int cellId_1, int cellId_2, int cellId_3, int contribution_1, int contribution_2, int contribution_3, int energy_1, int energy_2, int energy_3, int ggggmother_1, int ggggmother_2, int ggggmother_3, int gggmother_1, int gggmother_2, int gggmother_3, int ggmother_1, int ggmother_2, int ggmother_3, int gmother_1, int gmother_2, int gmother_3, int mother_1, int mother_2, int mother_3, int momentum_x_1, int momentum_x_2, int momentum_x_3, int momentum_y_1, int momentum_y_2, int momentum_y_3, int momentum_z_1, int momentum_z_2, int momentum_z_3, int pdg_1, int pdg_2, int pdg_3, int trackId_1, int trackId_2, int trackId_3)
 Useful Constructor.
 
 ClassDef (TRGECLDigi0MC, 1)
 the class title
 

Public Attributes

int m_eventid
 Event Id.
 
int m_tcid
 TC id.
 
int m_ibintime
 time bin
 
double m_raw_energy
 TC Energy and Timing raw TC energy.
 
double m_raw_timing
 raw TC timing
 
double m_signal_contribution
 Signal contribution.
 
double m_bkg_contribution
 beam background contribution
 
int m_cellId_1
 1st contribution particle information
 
int m_background_tag_1
 beam background tag
 
int m_trackId_1
 track ID
 
int m_pdg_1
 PDF.
 
int m_mother_1
 Mother ID.
 
int m_gmother_1
 Grand mother ID.
 
int m_ggmother_1
 Grand Grand Mother ID.
 
int m_gggmother_1
 Grand Grand Grand Mother ID.
 
int m_ggggmother_1
 Grand grand grand grand Mother ID.
 
double m_momentum_x_1
 momentum x
 
double m_momentum_y_1
 momentum y
 
double m_momentum_z_1
 momentum z
 
double m_energy_1
 energy
 
double m_contribution_1
 contribution
 
int m_cellId_2
 2nd contribution particle information
 
int m_background_tag_2
 beam background tag
 
int m_trackId_2
 track ID
 
int m_pdg_2
 PDF.
 
int m_mother_2
 Mother ID.
 
int m_gmother_2
 Grand mother ID.
 
int m_ggmother_2
 Grand Grand Mother ID.
 
int m_gggmother_2
 Grand Grand Grand Mother ID.
 
int m_ggggmother_2
 Grand grand grand grand Mother ID.
 
double m_momentum_x_2
 momentum x
 
double m_momentum_y_2
 momentum y
 
double m_momentum_z_2
 momentum z
 
double m_energy_2
 energy
 
double m_contribution_2
 contribution
 
int m_cellId_3
 3rd contribution particle information
 
int m_background_tag_3
 beam background tag
 
int m_trackId_3
 track ID
 
int m_pdg_3
 PDF.
 
int m_mother_3
 Mother ID.
 
int m_gmother_3
 Grand mother ID.
 
int m_ggmother_3
 Grand Grand Mother ID.
 
int m_gggmother_3
 Grand Grand Grand Mother ID.
 
int m_ggggmother_3
 Grand grand grand grand Mother ID.
 
double m_momentum_x_3
 momentum x
 
double m_momentum_y_3
 momentum y
 
double m_momentum_z_3
 momentum z
 
double m_energy_3
 energy
 
double m_contribution_3
 contribution
 

Detailed Description

Example Detector.

Definition at line 21 of file TRGECLDigi0MC.h.

Constructor & Destructor Documentation

◆ TRGECLDigi0MC() [1/2]

TRGECLDigi0MC ( )
inline

Empty constructor Recommended for ROOT IO.

Definition at line 276 of file TRGECLDigi0MC.h.

277 {
278 m_eventid = 0;
279 m_tcid = 0;
280 m_ibintime = 0;
281 m_raw_energy = 0;
282 m_raw_timing = 0;
283
284
290 m_cellId_1 = 0;
291 m_cellId_2 = 0;
292 m_cellId_3 = 0;
296 m_energy_1 = 0;
297 m_energy_2 = 0;
298 m_energy_3 = 0;
299 m_ggggmother_1 = 0;
300 m_ggggmother_2 = 0;
301 m_ggggmother_3 = 0;
302 m_gggmother_1 = 0;
303 m_gggmother_2 = 0;
304 m_gggmother_3 = 0;
305 m_ggmother_1 = 0;
306 m_ggmother_2 = 0;
307 m_ggmother_3 = 0;
308 m_gmother_1 = 0;
309 m_gmother_2 = 0;
310 m_gmother_3 = 0;
311 m_mother_1 = 0;
312 m_mother_2 = 0;
313 m_mother_3 = 0;
314
315
316 m_momentum_x_1 = 0;
317 m_momentum_x_2 = 0;
318 m_momentum_x_3 = 0;
319 m_momentum_y_1 = 0;
320 m_momentum_y_2 = 0;
321 m_momentum_y_3 = 0;
322 m_momentum_z_1 = 0;
323 m_momentum_z_2 = 0;
324 m_momentum_z_3 = 0;
325
326 m_pdg_1 = 0; ;
327 m_pdg_2 = 0; ;
328 m_pdg_3 = 0; ;
329 m_trackId_1 = 0;
330 m_trackId_2 = 0;
331 m_trackId_3 = 0;
332
333
334
335 }
int m_ibintime
time bin
Definition: TRGECLDigi0MC.h:29
int m_background_tag_3
beam background tag
double m_contribution_3
contribution
int m_ggmother_3
Grand Grand Mother ID.
double m_energy_2
energy
int m_ggggmother_1
Grand grand grand grand Mother ID.
Definition: TRGECLDigi0MC.h:61
double m_momentum_y_1
momentum y
Definition: TRGECLDigi0MC.h:66
double m_raw_energy
TC Energy and Timing raw TC energy.
Definition: TRGECLDigi0MC.h:32
double m_momentum_z_3
momentum z
int m_gggmother_3
Grand Grand Grand Mother ID.
int m_eventid
Event Id.
Definition: TRGECLDigi0MC.h:25
int m_ggggmother_3
Grand grand grand grand Mother ID.
double m_momentum_x_3
momentum x
int m_cellId_3
3rd contribution particle information
int m_background_tag_2
beam background tag
Definition: TRGECLDigi0MC.h:79
double m_energy_1
energy
Definition: TRGECLDigi0MC.h:70
int m_trackId_2
track ID
Definition: TRGECLDigi0MC.h:81
int m_ggmother_1
Grand Grand Mother ID.
Definition: TRGECLDigi0MC.h:57
int m_mother_1
Mother ID.
Definition: TRGECLDigi0MC.h:53
double m_momentum_x_1
momentum x
Definition: TRGECLDigi0MC.h:64
int m_ggmother_2
Grand Grand Mother ID.
Definition: TRGECLDigi0MC.h:89
int m_trackId_1
track ID
Definition: TRGECLDigi0MC.h:49
double m_momentum_y_3
momentum y
int m_gggmother_2
Grand Grand Grand Mother ID.
Definition: TRGECLDigi0MC.h:91
int m_gmother_1
Grand mother ID.
Definition: TRGECLDigi0MC.h:55
int m_gmother_3
Grand mother ID.
double m_momentum_z_1
momentum z
Definition: TRGECLDigi0MC.h:68
int m_mother_3
Mother ID.
double m_momentum_z_2
momentum z
int m_ggggmother_2
Grand grand grand grand Mother ID.
Definition: TRGECLDigi0MC.h:93
int m_cellId_2
2nd contribution particle information
Definition: TRGECLDigi0MC.h:77
int m_background_tag_1
beam background tag
Definition: TRGECLDigi0MC.h:47
int m_gmother_2
Grand mother ID.
Definition: TRGECLDigi0MC.h:87
double m_momentum_y_2
momentum y
Definition: TRGECLDigi0MC.h:98
int m_mother_2
Mother ID.
Definition: TRGECLDigi0MC.h:85
double m_energy_3
energy
double m_signal_contribution
Signal contribution.
Definition: TRGECLDigi0MC.h:36
double m_contribution_2
contribution
double m_momentum_x_2
momentum x
Definition: TRGECLDigi0MC.h:96
double m_bkg_contribution
beam background contribution
Definition: TRGECLDigi0MC.h:38
double m_raw_timing
raw TC timing
Definition: TRGECLDigi0MC.h:34
int m_gggmother_1
Grand Grand Grand Mother ID.
Definition: TRGECLDigi0MC.h:59
int m_cellId_1
1st contribution particle information
Definition: TRGECLDigi0MC.h:45
double m_contribution_1
contribution
Definition: TRGECLDigi0MC.h:72

◆ TRGECLDigi0MC() [2/2]

TRGECLDigi0MC ( int  eventid,
int  tcid,
int  ibintime,
double  raw_energy,
double  raw_timing,
int  background_tag_1,
int  background_tag_2,
int  background_tag_3,
int  bkg_contribution,
int  signal_contribution,
int  cellId_1,
int  cellId_2,
int  cellId_3,
int  contribution_1,
int  contribution_2,
int  contribution_3,
int  energy_1,
int  energy_2,
int  energy_3,
int  ggggmother_1,
int  ggggmother_2,
int  ggggmother_3,
int  gggmother_1,
int  gggmother_2,
int  gggmother_3,
int  ggmother_1,
int  ggmother_2,
int  ggmother_3,
int  gmother_1,
int  gmother_2,
int  gmother_3,
int  mother_1,
int  mother_2,
int  mother_3,
int  momentum_x_1,
int  momentum_x_2,
int  momentum_x_3,
int  momentum_y_1,
int  momentum_y_2,
int  momentum_y_3,
int  momentum_z_1,
int  momentum_z_2,
int  momentum_z_3,
int  pdg_1,
int  pdg_2,
int  pdg_3,
int  trackId_1,
int  trackId_2,
int  trackId_3 
)
inline

Useful Constructor.

Definition at line 338 of file TRGECLDigi0MC.h.

389 {
390 m_eventid = eventid;
391 m_tcid = tcid;
392 m_ibintime = ibintime;
393 m_raw_energy = raw_energy;
394 m_raw_timing = raw_timing;
395
396
397 m_background_tag_1 = background_tag_1;
398 m_background_tag_2 = background_tag_2;
399 m_background_tag_3 = background_tag_3;
400 m_bkg_contribution = bkg_contribution;
401 m_signal_contribution = signal_contribution;
402 m_cellId_1 = cellId_1;
403 m_cellId_2 = cellId_2;
404 m_cellId_3 = cellId_3;
405 m_contribution_1 = contribution_1;
406 m_contribution_2 = contribution_2;
407 m_contribution_3 = contribution_3;
408 m_energy_1 = energy_1;
409 m_energy_2 = energy_2;
410 m_energy_3 = energy_3;
411 m_ggggmother_1 = ggggmother_1;
412 m_ggggmother_2 = ggggmother_2;
413 m_ggggmother_3 = ggggmother_3;
414 m_gggmother_1 = gggmother_1;
415 m_gggmother_2 = gggmother_2;
416 m_gggmother_3 = gggmother_3;
417 m_ggmother_1 = ggmother_1;
418 m_ggmother_2 = ggmother_2;
419 m_ggmother_3 = ggmother_3;
420 m_gmother_1 = gmother_1;
421 m_gmother_2 = gmother_2;
422 m_gmother_3 = gmother_3;
423 m_mother_1 = mother_1;
424 m_mother_2 = mother_2;
425 m_mother_3 = mother_3;
426
427
428 m_momentum_x_1 = momentum_x_1;
429 m_momentum_x_2 = momentum_x_2;
430 m_momentum_x_3 = momentum_x_3;
431 m_momentum_y_1 = momentum_y_1;
432 m_momentum_y_2 = momentum_y_2;
433 m_momentum_y_3 = momentum_y_3;
434 m_momentum_z_1 = momentum_z_1;
435 m_momentum_z_2 = momentum_z_2;
436 m_momentum_z_3 = momentum_z_3;
437
438 m_pdg_1 = pdg_1;
439 m_pdg_2 = pdg_2;
440 m_pdg_3 = pdg_3;
441 m_trackId_1 = trackId_1;
442 m_trackId_2 = trackId_2;
443 m_trackId_3 = trackId_3;
444
445
446
447 }

Member Function Documentation

◆ getEventId()

int getEventId ( ) const
inline

Get event id.

Definition at line 264 of file TRGECLDigi0MC.h.

264{ return m_eventid; }

◆ getiBinTime()

int getiBinTime ( ) const
inline

get Bin number

Definition at line 268 of file TRGECLDigi0MC.h.

268{ return m_ibintime; }

◆ getRawEnergy()

double getRawEnergy ( ) const
inline

Get Raw Energy.

Definition at line 270 of file TRGECLDigi0MC.h.

270{return m_raw_energy; }

◆ getRawTiming()

double getRawTiming ( ) const
inline

Get Raw Timing.

Definition at line 272 of file TRGECLDigi0MC.h.

272{return m_raw_timing; }

◆ getTCId()

int getTCId ( ) const
inline

Get TC id.

Definition at line 266 of file TRGECLDigi0MC.h.

266{ return m_tcid; }

◆ setBackgroundTag()

void setBackgroundTag ( int  back[3])
inline

set grand grand grand grand Mother

Definition at line 210 of file TRGECLDigi0MC.h.

211 {
212 m_background_tag_1 = back[0];
213 m_background_tag_2 = back[1];
214 m_background_tag_3 = back[2];
215
216 }

◆ setBKGContribution()

void setBKGContribution ( double  bkg_contribution)
inline

set beambackground contribution

Definition at line 151 of file TRGECLDigi0MC.h.

151{ m_bkg_contribution = bkg_contribution; }

◆ setCellId()

void setCellId ( int  cell[3])
inline

MC information.

set TC ID

Definition at line 159 of file TRGECLDigi0MC.h.

160 {
161 m_cellId_1 = cell[0];
162 m_cellId_2 = cell[1];
163 m_cellId_3 = cell[2];
164
165 }

◆ setContribution()

void setContribution ( double  contribution[3])
inline

set contribution

Definition at line 247 of file TRGECLDigi0MC.h.

248 {
249 m_contribution_1 = contribution[0];
250 m_contribution_2 = contribution[1];
251 m_contribution_3 = contribution[1];
252 }

◆ setEventId()

void setEventId ( int  eventid)
inline

Set event id.

Definition at line 140 of file TRGECLDigi0MC.h.

140{ m_eventid = eventid; }

◆ setGGGMother()

void setGGGMother ( int  gggmother[3])
inline

set Grand Grand grandMother

Definition at line 203 of file TRGECLDigi0MC.h.

204 {
205 m_gggmother_1 = gggmother[0];
206 m_gggmother_2 = gggmother[1];
207 m_gggmother_3 = gggmother[2];
208 }

◆ setGGMother()

void setGGMother ( int  ggmother[3])
inline

set Grand Grand Mother

Definition at line 196 of file TRGECLDigi0MC.h.

197 {
198 m_ggmother_1 = ggmother[0];
199 m_ggmother_2 = ggmother[1];
200 m_ggmother_3 = ggmother[2];
201 }

◆ setGMother()

void setGMother ( int  gmother[3])
inline

set Grand Mother

Definition at line 189 of file TRGECLDigi0MC.h.

190 {
191 m_gmother_1 = gmother[0];
192 m_gmother_2 = gmother[1];
193 m_gmother_3 = gmother[2];
194 }

◆ setiBinTime()

void setiBinTime ( int  ibintime)
inline

Set Bin Number.

Definition at line 144 of file TRGECLDigi0MC.h.

144{ m_ibintime = ibintime; }

◆ setMCEnergy()

void setMCEnergy ( double  energy[3])
inline

set energy

Definition at line 239 of file TRGECLDigi0MC.h.

240 {
241 m_energy_1 = energy[0];
242 m_energy_2 = energy[1];
243 m_energy_3 = energy[2];
244
245 }

◆ setMother()

void setMother ( int  mother[3])
inline

set Mother

Definition at line 182 of file TRGECLDigi0MC.h.

183 {
184 m_mother_1 = mother[0];
185 m_mother_2 = mother[1];
186 m_mother_3 = mother[2];
187 }

◆ setPDG()

void setPDG ( int  pdg[3])
inline

set PDG

Definition at line 175 of file TRGECLDigi0MC.h.

176 {
177 m_pdg_1 = pdg[0];
178 m_pdg_2 = pdg[1];
179 m_pdg_3 = pdg[2];
180 }

◆ setPX()

void setPX ( double  px[3])
inline

set momentum X

Definition at line 218 of file TRGECLDigi0MC.h.

219 {
220 m_momentum_x_1 = px[0];
221 m_momentum_x_2 = px[1];
222 m_momentum_x_3 = px[2];
223 }

◆ setPY()

void setPY ( double  py[3])
inline

set momentum Y

Definition at line 225 of file TRGECLDigi0MC.h.

226 {
227 m_momentum_y_1 = py[0];
228 m_momentum_y_2 = py[1];
229 m_momentum_y_3 = py[2];
230 }

◆ setPZ()

void setPZ ( double  pz[3])
inline

set momentum Z

Definition at line 232 of file TRGECLDigi0MC.h.

233 {
234 m_momentum_z_1 = pz[0];
235 m_momentum_z_2 = pz[1];
236 m_momentum_z_3 = pz[2];
237 }

◆ setRawEnergy()

void setRawEnergy ( double  raw_energy)
inline

Set Energy and Timing.

Definition at line 147 of file TRGECLDigi0MC.h.

147{ m_raw_energy = raw_energy; }

◆ setRawTiming()

void setRawTiming ( double  raw_timing)
inline

set Raw timing

Definition at line 153 of file TRGECLDigi0MC.h.

153{ m_raw_timing = raw_timing; }

◆ setSignalContribution()

void setSignalContribution ( double  signal_contribution)
inline

set Signal Contribtion

Definition at line 149 of file TRGECLDigi0MC.h.

149{ m_signal_contribution = signal_contribution; }

◆ setTCId()

void setTCId ( int  tcid)
inline

Set TC id.

Definition at line 142 of file TRGECLDigi0MC.h.

142{ m_tcid = tcid; }

◆ setTrackId()

void setTrackId ( int  track[3])
inline

set Track Id

Definition at line 167 of file TRGECLDigi0MC.h.

168 {
169 m_trackId_1 = track[0];
170 m_trackId_2 = track[1];
171 m_trackId_3 = track[2];
172
173 }

Member Data Documentation

◆ m_background_tag_1

int m_background_tag_1

beam background tag

Definition at line 47 of file TRGECLDigi0MC.h.

◆ m_background_tag_2

int m_background_tag_2

beam background tag

Definition at line 79 of file TRGECLDigi0MC.h.

◆ m_background_tag_3

int m_background_tag_3

beam background tag

Definition at line 111 of file TRGECLDigi0MC.h.

◆ m_bkg_contribution

double m_bkg_contribution

beam background contribution

Definition at line 38 of file TRGECLDigi0MC.h.

◆ m_cellId_1

int m_cellId_1

1st contribution particle information

TCID

Definition at line 45 of file TRGECLDigi0MC.h.

◆ m_cellId_2

int m_cellId_2

2nd contribution particle information

TCID

Definition at line 77 of file TRGECLDigi0MC.h.

◆ m_cellId_3

int m_cellId_3

3rd contribution particle information

TCID

Definition at line 109 of file TRGECLDigi0MC.h.

◆ m_contribution_1

double m_contribution_1

contribution

Definition at line 72 of file TRGECLDigi0MC.h.

◆ m_contribution_2

double m_contribution_2

contribution

Definition at line 104 of file TRGECLDigi0MC.h.

◆ m_contribution_3

double m_contribution_3

contribution

Definition at line 136 of file TRGECLDigi0MC.h.

◆ m_energy_1

double m_energy_1

energy

Definition at line 70 of file TRGECLDigi0MC.h.

◆ m_energy_2

double m_energy_2

energy

Definition at line 102 of file TRGECLDigi0MC.h.

◆ m_energy_3

double m_energy_3

energy

Definition at line 134 of file TRGECLDigi0MC.h.

◆ m_eventid

int m_eventid

Event Id.

Definition at line 25 of file TRGECLDigi0MC.h.

◆ m_ggggmother_1

int m_ggggmother_1

Grand grand grand grand Mother ID.

Definition at line 61 of file TRGECLDigi0MC.h.

◆ m_ggggmother_2

int m_ggggmother_2

Grand grand grand grand Mother ID.

Definition at line 93 of file TRGECLDigi0MC.h.

◆ m_ggggmother_3

int m_ggggmother_3

Grand grand grand grand Mother ID.

Definition at line 125 of file TRGECLDigi0MC.h.

◆ m_gggmother_1

int m_gggmother_1

Grand Grand Grand Mother ID.

Definition at line 59 of file TRGECLDigi0MC.h.

◆ m_gggmother_2

int m_gggmother_2

Grand Grand Grand Mother ID.

Definition at line 91 of file TRGECLDigi0MC.h.

◆ m_gggmother_3

int m_gggmother_3

Grand Grand Grand Mother ID.

Definition at line 123 of file TRGECLDigi0MC.h.

◆ m_ggmother_1

int m_ggmother_1

Grand Grand Mother ID.

Definition at line 57 of file TRGECLDigi0MC.h.

◆ m_ggmother_2

int m_ggmother_2

Grand Grand Mother ID.

Definition at line 89 of file TRGECLDigi0MC.h.

◆ m_ggmother_3

int m_ggmother_3

Grand Grand Mother ID.

Definition at line 121 of file TRGECLDigi0MC.h.

◆ m_gmother_1

int m_gmother_1

Grand mother ID.

Definition at line 55 of file TRGECLDigi0MC.h.

◆ m_gmother_2

int m_gmother_2

Grand mother ID.

Definition at line 87 of file TRGECLDigi0MC.h.

◆ m_gmother_3

int m_gmother_3

Grand mother ID.

Definition at line 119 of file TRGECLDigi0MC.h.

◆ m_ibintime

int m_ibintime

time bin

Definition at line 29 of file TRGECLDigi0MC.h.

◆ m_momentum_x_1

double m_momentum_x_1

momentum x

Definition at line 64 of file TRGECLDigi0MC.h.

◆ m_momentum_x_2

double m_momentum_x_2

momentum x

Definition at line 96 of file TRGECLDigi0MC.h.

◆ m_momentum_x_3

double m_momentum_x_3

momentum x

Definition at line 128 of file TRGECLDigi0MC.h.

◆ m_momentum_y_1

double m_momentum_y_1

momentum y

Definition at line 66 of file TRGECLDigi0MC.h.

◆ m_momentum_y_2

double m_momentum_y_2

momentum y

Definition at line 98 of file TRGECLDigi0MC.h.

◆ m_momentum_y_3

double m_momentum_y_3

momentum y

Definition at line 130 of file TRGECLDigi0MC.h.

◆ m_momentum_z_1

double m_momentum_z_1

momentum z

Definition at line 68 of file TRGECLDigi0MC.h.

◆ m_momentum_z_2

double m_momentum_z_2

momentum z

Definition at line 100 of file TRGECLDigi0MC.h.

◆ m_momentum_z_3

double m_momentum_z_3

momentum z

Definition at line 132 of file TRGECLDigi0MC.h.

◆ m_mother_1

int m_mother_1

Mother ID.

Definition at line 53 of file TRGECLDigi0MC.h.

◆ m_mother_2

int m_mother_2

Mother ID.

Definition at line 85 of file TRGECLDigi0MC.h.

◆ m_mother_3

int m_mother_3

Mother ID.

Definition at line 117 of file TRGECLDigi0MC.h.

◆ m_pdg_1

int m_pdg_1

PDF.

Definition at line 51 of file TRGECLDigi0MC.h.

◆ m_pdg_2

int m_pdg_2

PDF.

Definition at line 83 of file TRGECLDigi0MC.h.

◆ m_pdg_3

int m_pdg_3

PDF.

Definition at line 115 of file TRGECLDigi0MC.h.

◆ m_raw_energy

double m_raw_energy

TC Energy and Timing raw TC energy.

Definition at line 32 of file TRGECLDigi0MC.h.

◆ m_raw_timing

double m_raw_timing

raw TC timing

Definition at line 34 of file TRGECLDigi0MC.h.

◆ m_signal_contribution

double m_signal_contribution

Signal contribution.

Definition at line 36 of file TRGECLDigi0MC.h.

◆ m_tcid

int m_tcid

TC id.

Definition at line 27 of file TRGECLDigi0MC.h.

◆ m_trackId_1

int m_trackId_1

track ID

Definition at line 49 of file TRGECLDigi0MC.h.

◆ m_trackId_2

int m_trackId_2

track ID

Definition at line 81 of file TRGECLDigi0MC.h.

◆ m_trackId_3

int m_trackId_3

track ID

Definition at line 113 of file TRGECLDigi0MC.h.


The documentation for this class was generated from the following file: