diff --git a/etc/bankdefs/hipo/DC.json b/etc/bankdefs/hipo/DC.json index e3a5f48e5a..7e7e1baa11 100644 --- a/etc/bankdefs/hipo/DC.json +++ b/etc/bankdefs/hipo/DC.json @@ -254,7 +254,10 @@ {"name":"SegEndPoint1Z", "id":25, "type":"float", "info":"Segment 1st endpoint z coordinate in the sector coordinate system (for ced display)"}, {"name":"SegEndPoint2X", "id":26, "type":"float", "info":"Segment 2nd endpoint x coordinate in the sector coordinate system (for ced display)"}, {"name":"SegEndPoint2Z", "id":27, "type":"float", "info":"Segment 2nd endpoint z coordinate in the sector coordinate system (for ced display)"}, - {"name":"size", "id":28, "type":"int8", "info":"size of segment"} + {"name":"resiSum", "id":28, "type":"float", "info":"sum of hit residuals"}, + {"name":"timeSum", "id":29, "type":"float", "info":"sum of the hit times"}, + {"name":"size", "id":30, "type":"int8", "info":"size of segment"} + ] }, { @@ -324,37 +327,54 @@ ] }, { - "bank": "TimeBasedTrkg::TBCovMat", - "group": 1326, - "info": "reconstructed track covariance matrix", + "bank": "TimeBasedTrkg::Trajectory", + "group": 1327, + "info": "Trajectory bank", "items": [ - {"name":"id", "id":1, "type":"int16", "info":"id of the track"}, - {"name":"C11", "id":2, "type":"float", "info":"C11 covariance matrix element at last superlayer used in the fit"}, - {"name":"C12", "id":3, "type":"float", "info":"C12 covariance matrix element at last superlayer used in the fit"}, - {"name":"C13", "id":4, "type":"float", "info":"C13 covariance matrix element at last superlayer used in the fit"}, - {"name":"C14", "id":5, "type":"float", "info":"C14 covariance matrix element at last superlayer used in the fit"}, - {"name":"C15", "id":6, "type":"float", "info":"C15 covariance matrix element at last superlayer used in the fit"}, - {"name":"C21", "id":7, "type":"float", "info":"C21 covariance matrix element at last superlayer used in the fit"}, - {"name":"C22", "id":8, "type":"float", "info":"C22 covariance matrix element at last superlayer used in the fit"}, - {"name":"C23", "id":9, "type":"float", "info":"C23 covariance matrix element at last superlayer used in the fit"}, - {"name":"C24", "id":10, "type":"float", "info":"C24 covariance matrix element at last superlayer used in the fit"}, - {"name":"C25", "id":11, "type":"float", "info":"C25 covariance matrix element at last superlayer used in the fit"}, - {"name":"C31", "id":12, "type":"float", "info":"C31 covariance matrix element at last superlayer used in the fit"}, - {"name":"C32", "id":13, "type":"float", "info":"C32 covariance matrix element at last superlayer used in the fit"}, - {"name":"C33", "id":14, "type":"float", "info":"C33 covariance matrix element at last superlayer used in the fit"}, - {"name":"C34", "id":15, "type":"float", "info":"C34 covariance matrix element at last superlayer used in the fit"}, - {"name":"C35", "id":16, "type":"float", "info":"C35 covariance matrix element at last superlayer used in the fit"}, - {"name":"C41", "id":17, "type":"float", "info":"C41 covariance matrix element at last superlayer used in the fit"}, - {"name":"C42", "id":18, "type":"float", "info":"C42 covariance matrix element at last superlayer used in the fit"}, - {"name":"C43", "id":19, "type":"float", "info":"C43 covariance matrix element at last superlayer used in the fit"}, - {"name":"C44", "id":20, "type":"float", "info":"C44 covariance matrix element at last superlayer used in the fit"}, - {"name":"C45", "id":21, "type":"float", "info":"C45 covariance matrix element at last superlayer used in the fit"}, - {"name":"C51", "id":22, "type":"float", "info":"C51 covariance matrix element at last superlayer used in the fit"}, - {"name":"C52", "id":23, "type":"float", "info":"C52 covariance matrix element at last superlayer used in the fit"}, - {"name":"C53", "id":24, "type":"float", "info":"C53 covariance matrix element at last superlayer used in the fit"}, - {"name":"C54", "id":25, "type":"float", "info":"C54 covariance matrix element at last superlayer used in the fit"}, - {"name":"C55", "id":26, "type":"float", "info":"C55 covariance matrix element at last superlayer used in the fit"} + {"name":"tid", "id":1, "type":"int16", "info":"id of the track"}, + {"name":"did", "id":2, "type":"int16", "info":"id of the detector"}, + {"name":"x", "id":3, "type":"float", "info":"track x position at detector surface (cm)"}, + {"name":"y", "id":4, "type":"float", "info":"track y position at detector surface (cm)"}, + {"name":"z", "id":5, "type":"float", "info":"track z position at detector surface (cm)"}, + {"name":"tx", "id":6, "type":"float", "info":"track unit direction vector x component at detector surface"}, + {"name":"ty", "id":7, "type":"float", "info":"track unit direction vector y component at detector surface"}, + {"name":"tz", "id":8, "type":"float", "info":"track unit direction vector z component at detector surface"}, + {"name":"B", "id":9, "type":"float", "info":"B-field magnitude at detector surface (cm)"}, + {"name":"L", "id":10, "type":"float", "info":"pathlength of the track from the DOCA to the Beamline to the detector surface (cm)"} ] + }, + { + "bank": "TimeBasedTrkg::TBCovMat", + "group": 1326, + "info": "reconstructed track covariance matrix", + "items": [ + {"name":"id", "id":1, "type":"int16", "info":"id of the track"}, + {"name":"C11", "id":2, "type":"float", "info":"C11 covariance matrix element at last superlayer used in the fit"}, + {"name":"C12", "id":3, "type":"float", "info":"C12 covariance matrix element at last superlayer used in the fit"}, + {"name":"C13", "id":4, "type":"float", "info":"C13 covariance matrix element at last superlayer used in the fit"}, + {"name":"C14", "id":5, "type":"float", "info":"C14 covariance matrix element at last superlayer used in the fit"}, + {"name":"C15", "id":6, "type":"float", "info":"C15 covariance matrix element at last superlayer used in the fit"}, + {"name":"C21", "id":7, "type":"float", "info":"C21 covariance matrix element at last superlayer used in the fit"}, + {"name":"C22", "id":8, "type":"float", "info":"C22 covariance matrix element at last superlayer used in the fit"}, + {"name":"C23", "id":9, "type":"float", "info":"C23 covariance matrix element at last superlayer used in the fit"}, + {"name":"C24", "id":10, "type":"float", "info":"C24 covariance matrix element at last superlayer used in the fit"}, + {"name":"C25", "id":11, "type":"float", "info":"C25 covariance matrix element at last superlayer used in the fit"}, + {"name":"C31", "id":12, "type":"float", "info":"C31 covariance matrix element at last superlayer used in the fit"}, + {"name":"C32", "id":13, "type":"float", "info":"C32 covariance matrix element at last superlayer used in the fit"}, + {"name":"C33", "id":14, "type":"float", "info":"C33 covariance matrix element at last superlayer used in the fit"}, + {"name":"C34", "id":15, "type":"float", "info":"C34 covariance matrix element at last superlayer used in the fit"}, + {"name":"C35", "id":16, "type":"float", "info":"C35 covariance matrix element at last superlayer used in the fit"}, + {"name":"C41", "id":17, "type":"float", "info":"C41 covariance matrix element at last superlayer used in the fit"}, + {"name":"C42", "id":18, "type":"float", "info":"C42 covariance matrix element at last superlayer used in the fit"}, + {"name":"C43", "id":19, "type":"float", "info":"C43 covariance matrix element at last superlayer used in the fit"}, + {"name":"C44", "id":20, "type":"float", "info":"C44 covariance matrix element at last superlayer used in the fit"}, + {"name":"C45", "id":21, "type":"float", "info":"C45 covariance matrix element at last superlayer used in the fit"}, + {"name":"C51", "id":22, "type":"float", "info":"C51 covariance matrix element at last superlayer used in the fit"}, + {"name":"C52", "id":23, "type":"float", "info":"C52 covariance matrix element at last superlayer used in the fit"}, + {"name":"C53", "id":24, "type":"float", "info":"C53 covariance matrix element at last superlayer used in the fit"}, + {"name":"C54", "id":25, "type":"float", "info":"C54 covariance matrix element at last superlayer used in the fit"}, + {"name":"C55", "id":26, "type":"float", "info":"C55 covariance matrix element at last superlayer used in the fit"} + ] } ]