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

Commit

Permalink
added layer efficiency bank for time-based tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
zieglerv committed Jan 12, 2018
1 parent ec14e19 commit c4f10ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etc/bankdefs/hipo/DC.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,19 @@

]
},
{
"bank": "TimeBasedTrkg::TBSegmentTrajectory",
"group": 20634,
"info": "reconstructed segment trajectory from hit-based tracking",
"items": [
{"name":"segmentID", "id":1, "type":"int16", "info":"id of the segment"},
{"name":"sector", "id":2, "type":"int8", "info":"sector of DC"},
{"name":"superlayer", "id":3, "type":"int8", "info":"superlayer"},
{"name":"layer", "id":4, "type":"int8", "info":"layer"},
{"name":"matchedHitID", "id":5, "type":"int16", "info":"matched hit id"},
{"name":"trkDoca", "id":6, "type":"float", "info":"calculated track doca"}
]
},
{
"bank": "TimeBasedTrkg::TBCrosses",
"group": 20635,
Expand Down

0 comments on commit c4f10ec

Please sign in to comment.