Class Reference for E1039 Core & Analysis Software
TruthTrack.h
Go to the documentation of this file.
1
/*
2
* TruthEval.h
3
*
4
* Created on: Oct 29, 2017
5
* Author: yuhw@nmsu.edu
6
*/
7
8
#ifndef _H_TruthTrack_H_
9
#define _H_TruthTrack_H_
10
11
#include <TObject.h>
12
13
class
TruthTrack
:
public
TObject{
14
public
:
15
TruthTrack
() :
16
pid
(0),
17
vx
(-9999),
vy
(-9999),
vz
(-9999),
t
(-9999),
18
px
(-9999),
py
(-9999),
pz
(-9999),
e
(-9999),
19
pt
(-9999),
p
(-9999),
eta
(-9999),
mass
(-9999),
20
parentid
(-9999),
21
det_id
(-9999),
22
edep_coil
(-9999),
23
path_coil
(-9999),
24
edep_wire
(-9999),
25
path_wire
(-9999)
26
{}
27
int
pid
;
28
float
vx
,
vy
,
vz
,
t
;
29
float
px
,
py
,
pz
,
e
;
30
float
pt
,
p
,
eta
,
mass
;
31
32
int
parentid
;
33
int
det_id
;
34
float
edep_coil
;
35
float
path_coil
;
36
float
edep_wire
;
37
float
path_wire
;
38
39
ClassDef(
TruthTrack
, 1)
40
};
41
42
#endif
TruthTrack
Definition:
TruthTrack.h:13
TruthTrack::TruthTrack
TruthTrack()
Definition:
TruthTrack.h:15
TruthTrack::path_coil
float path_coil
Definition:
TruthTrack.h:35
TruthTrack::vx
float vx
Definition:
TruthTrack.h:28
TruthTrack::path_wire
float path_wire
Definition:
TruthTrack.h:37
TruthTrack::edep_coil
float edep_coil
0 : Target, 1: Coil, 9999: other
Definition:
TruthTrack.h:34
TruthTrack::p
float p
Definition:
TruthTrack.h:30
TruthTrack::vz
float vz
Definition:
TruthTrack.h:28
TruthTrack::pt
float pt
Definition:
TruthTrack.h:30
TruthTrack::edep_wire
float edep_wire
Definition:
TruthTrack.h:36
TruthTrack::pz
float pz
Definition:
TruthTrack.h:29
TruthTrack::pid
int pid
Definition:
TruthTrack.h:27
TruthTrack::vy
float vy
Definition:
TruthTrack.h:28
TruthTrack::px
float px
Definition:
TruthTrack.h:29
TruthTrack::e
float e
Definition:
TruthTrack.h:29
TruthTrack::py
float py
Definition:
TruthTrack.h:29
TruthTrack::det_id
int det_id
Definition:
TruthTrack.h:33
TruthTrack::eta
float eta
Definition:
TruthTrack.h:30
TruthTrack::parentid
int parentid
Definition:
TruthTrack.h:32
TruthTrack::mass
float mass
Definition:
TruthTrack.h:30
TruthTrack::t
float t
Definition:
TruthTrack.h:28
e1039-analysis
TargetSim
TruthEval
TruthTrack.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration