All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
branches.py
Go to the documentation of this file.
1 trkbranches = [
2  "meta.run",
3  "meta.evt",
4  "meta.iproc",
5  "meta.time",
6  "t0",
7  "id",
8  "clear_cosmic_muon",
9  "start.x",
10  "start.y",
11  "start.z",
12  "end.x",
13  "end.y",
14  "end.z",
15  "dir.x",
16  "dir.y",
17  "dir.z",
18  "hit_min_time_p2_tpcE",
19  "hit_max_time_p2_tpcE",
20  "hit_min_time_p2_tpcW",
21  "hit_max_time_p2_tpcW",
22  "selected",
23  "cryostat"
24 ]