|
| 1 | +[ |
| 2 | + { |
| 3 | + "name": "CVTRec::MLHit", |
| 4 | + "group": 20500, |
| 5 | + "item" : 51, |
| 6 | + "info": "reconstructed hits (1st pass tracking)", |
| 7 | + "entries": [ |
| 8 | + {"name":"id", "type":"S", "info":"id of the hit"}, |
| 9 | + {"name":"sidx", "type":"S", "info":"row in the MLSeed bank"}, |
| 10 | + {"name":"tidx", "type":"S", "info":"row in the MLTrack bank"}, |
| 11 | + {"name":"rectid", "type":"S", "info":"reconstructed track id associated with the hit"}, |
| 12 | + {"name":"recsid", "type":"S", "info":"reconstructed seed id associated with the hit"}, |
| 13 | + {"name":"mctid", "type":"S", "info":"MC track id associated with the hit"}, |
| 14 | + {"name":"sector", "type":"B", "info":"sector"}, |
| 15 | + {"name":"layer", "type":"B", "info":"layer (1...6)=SVT; (7...12)=BMT"}, |
| 16 | + {"name":"type", "type":"B", "info":"detector type: 0=SVT; 1=BMT-Z; 2=BMT-C"}, |
| 17 | + {"name":"strip", "type":"S", "info":"strip number"}, |
| 18 | + {"name":"order", "type":"B", "info":"order 0=MC hit-on-track; 1=noise hit"}, |
| 19 | + {"name":"cid", "type":"S", "info":"associated cluster id"}, |
| 20 | + {"name":"cweight", "type":"F", "info":"1/1+|difference to associated cluster centroid|"}, |
| 21 | + {"name":"sweight", "type":"F", "info":"1/1+|normalized difference to associated cluster seed|"}, |
| 22 | + {"name":"x1", "type":"F", "info":"geometric strip first end-point x-coordinate"}, |
| 23 | + {"name":"y1", "type":"F", "info":"geometric strip first end-point y-coordinate"}, |
| 24 | + {"name":"z1", "type":"F", "info":"geometric strip first end-point z-coordinate"}, |
| 25 | + {"name":"x2", "type":"F", "info":"geometric strip second end-point x-coordinate"}, |
| 26 | + {"name":"y2", "type":"F", "info":"geometric strip second end-point y-coordinate"}, |
| 27 | + {"name":"z2", "type":"F", "info":"geometric strip second end-point z-coordinate"} |
| 28 | + ] |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "CVT::MLHit", |
| 32 | + "group": 20500, |
| 33 | + "item" : 52, |
| 34 | + "info": "reconstructed hits (2nd pass tracking)", |
| 35 | + "entries": [ |
| 36 | + {"name":"id", "type":"S", "info":"id of the hit"}, |
| 37 | + {"name":"sidx", "type":"S", "info":"row in the MLSeed bank"}, |
| 38 | + {"name":"tidx", "type":"S", "info":"row in the MLTrack bank"}, |
| 39 | + {"name":"rectid", "type":"S", "info":"reconstructed track id associated with the hit"}, |
| 40 | + {"name":"recsid", "type":"S", "info":"reconstructed seed id associated with the hit"}, |
| 41 | + {"name":"mctid", "type":"S", "info":"MC track id associated with the hit"}, |
| 42 | + {"name":"sector", "type":"B", "info":"sector"}, |
| 43 | + {"name":"layer", "type":"B", "info":"layer (1...6)=SVT; (7...12)=BMT"}, |
| 44 | + {"name":"type", "type":"B", "info":"detector type: 0=SVT; 1=BMT-Z; 2=BMT-C"}, |
| 45 | + {"name":"strip", "type":"S", "info":"strip number"}, |
| 46 | + {"name":"order", "type":"B", "info":"order 0=MC hit-on-track; 1=noise hit"}, |
| 47 | + {"name":"cid", "type":"S", "info":"associated cluster id"}, |
| 48 | + {"name":"cweight", "type":"F", "info":"1/1+|normalized difference to associated cluster centroid|"}, |
| 49 | + {"name":"sweight", "type":"F", "info":"1/1+|normalized difference to associated cluster seed|"}, |
| 50 | + {"name":"x1", "type":"F", "info":"geometric strip first end-point x-coordinate"}, |
| 51 | + {"name":"y1", "type":"F", "info":"geometric strip first end-point y-coordinate"}, |
| 52 | + {"name":"z1", "type":"F", "info":"geometric strip first end-point z-coordinate"}, |
| 53 | + {"name":"x2", "type":"F", "info":"geometric strip second end-point x-coordinate"}, |
| 54 | + {"name":"y2", "type":"F", "info":"geometric strip second end-point y-coordinate"}, |
| 55 | + {"name":"z2", "type":"F", "info":"geometric strip second end-point z-coordinate"} |
| 56 | + ] |
| 57 | + }, |
| 58 | + { |
| 59 | + "name": "CVTRec::MLSeed", |
| 60 | + "group": 20500, |
| 61 | + "item" : 61, |
| 62 | + "info": "reconstructed seeds (1st pass tracking)", |
| 63 | + "entries": [ |
| 64 | + {"name":"id", "type":"S", "info":"id of the seed"}, |
| 65 | + {"name":"purity", "type":"F", "info":"seed purity: Nb of reconstructed true hits in seed / total hits on seed"}, |
| 66 | + {"name":"efficiency", "type":"F", "info":"seed purity: Nb of reconstructed true hits in seed / MC hits in gemerated track"} |
| 67 | + ] |
| 68 | + }, |
| 69 | + { |
| 70 | + "name": "CVTRec::MLTrack", |
| 71 | + "group": 20500, |
| 72 | + "item" : 62, |
| 73 | + "info": "reconstructed seeds (1st pass tracking)", |
| 74 | + "entries": [ |
| 75 | + {"name":"id", "type":"S", "info":"id of the seed"}, |
| 76 | + {"name":"purity", "type":"F", "info":"seed purity: Nb of reconstructed true hits in track / total hits on track"}, |
| 77 | + {"name":"efficiency", "type":"F", "info":"seed purity: Nb of reconstructed true hits in track / MC hits in gemerated track"} |
| 78 | + ] |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "CVT::MLSeed", |
| 82 | + "group": 20500, |
| 83 | + "item" : 63, |
| 84 | + "info": "reconstructed seeds (2nd pass tracking)", |
| 85 | + "entries": [ |
| 86 | + {"name":"id", "type":"S", "info":"id of the track"}, |
| 87 | + {"name":"purity", "type":"F", "info":"seed purity: Nb of reconstructed true hits in seed / total hits on seed"}, |
| 88 | + {"name":"efficiency", "type":"F", "info":"seed purity: Nb of reconstructed true hits in seed / MC hits in gemerated track"} |
| 89 | + ] |
| 90 | + }, |
| 91 | + { |
| 92 | + "name": "CVT::MLTrack", |
| 93 | + "group": 20500, |
| 94 | + "item" : 64, |
| 95 | + "info": "reconstructed seeds (2nd pass tracking)", |
| 96 | + "entries": [ |
| 97 | + {"name":"id", "type":"S", "info":"id of the track"}, |
| 98 | + {"name":"purity", "type":"F", "info":"seed purity: Nb of reconstructed true hits in track / total hits on track"}, |
| 99 | + {"name":"efficiency", "type":"F", "info":"seed purity: Nb of reconstructed true hits in track / MC hits in gemerated track"} |
| 100 | + ] |
| 101 | + } |
| 102 | + |
| 103 | + |
| 104 | +] |
0 commit comments