Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Added Fit Residual to TB hits banks
Browse files Browse the repository at this point in the history
  • Loading branch information
zieglerv committed Jun 8, 2018
1 parent 8dc3d5f commit e406be8
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions etc/bankdefs/hipo/DC.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,18 @@
{"name":"docaError", "id":9, "type":"float", "info":"uncertainty on doca of the hit calculated from TDC (in cm)"},
{"name":"trkDoca", "id":10, "type":"float", "info":"track doca of the hit (in cm)"},
{"name":"timeResidual", "id":11, "type":"float", "info":"time residual of the hit (in cm)"},
{"name":"LR", "id":12, "type":"int8", "info":"Left/Right ambiguity of the hit"},
{"name":"X", "id":13, "type":"float", "info":"wire x-coordinate in tilted-sector"},
{"name":"Z", "id":14, "type":"float", "info":"wire z-coordinate in tilted-sector"},
{"name":"B", "id":15, "type":"float", "info":"B-field intensity at hit position in tilted-sector system"},
{"name":"TProp", "id":16, "type":"float", "info":"t propagation along the wire (ns)"},
{"name":"TFlight", "id":17, "type":"float", "info":"time of flight correction (ns)"},
{"name":"T0", "id":18, "type":"float", "info":"T0 (ns)"},
{"name":"TStart", "id":19, "type":"float", "info":"event start time used (ns)"},
{"name":"clusterID", "id":20, "type":"int16", "info":"ID of associated cluster"},
{"name":"trkID", "id":21, "type":"int8", "info":"ID of associated track"},
{"name":"time", "id":22, "type":"float", "info":"time used in tracking (ns)"}
{"name":"fitResidual", "id":12, "type":"float", "info":"fit residual of the hit (in cm, from KF)"},
{"name":"LR", "id":13, "type":"int8", "info":"Left/Right ambiguity of the hit"},
{"name":"X", "id":14, "type":"float", "info":"wire x-coordinate in tilted-sector"},
{"name":"Z", "id":15, "type":"float", "info":"wire z-coordinate in tilted-sector"},
{"name":"B", "id":16, "type":"float", "info":"B-field intensity at hit position in tilted-sector system"},
{"name":"TProp", "id":17, "type":"float", "info":"t propagation along the wire (ns)"},
{"name":"TFlight", "id":18, "type":"float", "info":"time of flight correction (ns)"},
{"name":"T0", "id":19, "type":"float", "info":"T0 (ns)"},
{"name":"TStart", "id":20, "type":"float", "info":"event start time used (ns)"},
{"name":"clusterID", "id":21, "type":"int16", "info":"ID of associated cluster"},
{"name":"trkID", "id":22, "type":"int8", "info":"ID of associated track"},
{"name":"time", "id":23, "type":"float", "info":"time used in tracking (ns)"}
]
},
{
Expand Down

0 comments on commit e406be8

Please sign in to comment.