|
3 | 3 | class nthelper: |
4 | 4 |
|
5 | 5 | single_object_branches = ['evtinfo', 'evtinfomc', 'hitcount', 'tcnt', 'crvsummary', 'crvsummarymc'] |
6 | | - vector_object_branches = ['trk', 'trkmc', 'trkcalohit', 'trkcalohitmc', 'caloclusters', 'calohits', 'calorecodigis', 'calodigis', 'crvcoincs', 'crvcoincsmc', 'crvcoincsmcplane', 'trkqual'] |
| 6 | + vector_object_branches = ['trk', 'trkmc', 'trkcalohit', 'trkcalohitmc', 'caloclusters', 'calohits', 'calorecodigis', 'calodigis', 'crvcoincs', 'crvcoincsmc', 'crvcoincsmcplane', 'trkqual', 'trkpid'] |
7 | 7 | vector_vector_object_branches = ['trksegs', 'trksegpars_lh', 'trksegpars_ch', 'trksegpars_kl', 'trkmcsim', 'trkhits', 'trkhitsmc', 'trkmats', 'trkhitcalibs', 'trkmcsci', 'trkmcssi', 'trksegsmc' ] |
8 | 8 |
|
9 | 9 | evt_branches = ['evtinfo','evtinfomc','hitcount','tcnt'] |
10 | | - trk_branches = ['trk', 'trkmc', 'trkcalohit', 'trkcalohitmc', 'trkqual'] |
| 10 | + trk_branches = ['trk', 'trkmc', 'trkcalohit', 'trkcalohitmc', 'trkqual', 'trkpid'] |
11 | 11 | trksegs_branches = ['trksegs', 'trksegpars_lh', 'trksegpars_ch', 'trksegpars_kl', 'trksegsmc'] |
12 | 12 | straw_branches = ['trkhits', 'trkmats', 'trkhitsmc', 'trkhitcalibs'] |
13 | 13 | mc_branches = ['trkmcsim'] |
@@ -56,6 +56,7 @@ class nthelper: |
56 | 56 | "crvcoincsmc" : "CrvHitInfoMC", |
57 | 57 | "crvcoincsmcplane" : "CrvPlaneInfoMC", |
58 | 58 | "trkqual" : "MVAResultInfo", |
| 59 | + "trkpid" : "MVAResultInfo", |
59 | 60 | "helices" : "HelixInfo", |
60 | 61 | "trksegsmc" : "SurfaceStepInfo" |
61 | 62 | } |
|
0 commit comments