CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoTracker_dataformats.py
Go to the documentation of this file.
1 full_title = "RecoTracker collections (in RECO and AOD)"
2 
3 full = {
4  '0':['generalTracks', 'recoTracks', 'Collection of tracks obtained with tracker-standalone reconstruction and officially supported by the Tracker DPG group. Such a collection can contain tracks from different tracking algorithms'] ,
5  '1':['generalTracks', 'recoTrackExtras', 'Track extra for the generalTracks.The trajectory state at the inner and outer most measurements'] ,
6  '2':['extraFromSeeds', 'TrackingRecHitsOwned', 'No documentation'] ,
7  '3':['extraFromSeeds', 'uints', 'No documentation'] ,
8  '4':['generalTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
9  '5':['beamhaloTracks', 'recoTracks', 'No documentation'] ,
10  '6':['beamhaloTracks', 'recoTrackExtras', 'No documentation'] ,
11  '7':['beamhaloTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
12  '8':['regionalCosmicTracks', 'recoTracks', 'No documentation'] ,
13  '9':['regionalCosmicTracks', 'recoTrackExtras', 'No documentation'] ,
14  '10':['regionalCosmicTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
15  '11':['rsWithMaterialTracks', 'recoTracks', 'No documentation'] ,
16  '12':['rsWithMaterialTracks', 'recoTrackExtras', 'No documentation'] ,
17  '13':['rsWithMaterialTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
18  '14':['conversionStepTracks', 'recoTracks', 'No documentation'] ,
19  '15':['conversionStepTracks', 'recoTrackExtras', 'No documentation'] ,
20  '16':['conversionStepTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
21  '17':['ctfPixelLess', '*', 'No documentation'] ,
22  '18':['dedxTruncated40', '*', 'No documentation'] ,
23  '19':['dedxDiscrimASmi', '*', 'No documentation'] ,
24  '20':['dedxHarmonic2', '*', 'No documentation'] ,
25  '21':['trackExtrapolator', '*', 'No documentation']
26 }
27 
28 reco_title = "RecoTracker collections (in RECO only)"
29 
30 reco = {
31  '0':['generalTracks', 'recoTracks', 'Collection of tracks obtained with tracker-standalone reconstruction and officially supported by the Tracker DPG group. Such a collection can contain tracks from different tracking algorithms'] ,
32  '1':['generalTracks', 'recoTrackExtras', 'Track extra for the generalTracks.The trajectory state at the inner and outer most measurements'] ,
33  '2':['extraFromSeeds', 'TrackingRecHitsOwned', 'No documentation'] ,
34  '3':['extraFromSeeds', 'uints', 'No documentation'] ,
35  '4':['generalTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
36  '5':['beamhaloTracks', 'recoTracks', 'No documentation'] ,
37  '6':['beamhaloTracks', 'recoTrackExtras', 'No documentation'] ,
38  '7':['beamhaloTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
39  '8':['regionalCosmicTracks', 'recoTracks', 'No documentation'] ,
40  '9':['regionalCosmicTracks', 'recoTrackExtras', 'No documentation'] ,
41  '10':['regionalCosmicTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
42  '11':['rsWithMaterialTracks', 'recoTracks', 'No documentation'] ,
43  '12':['rsWithMaterialTracks', 'recoTrackExtras', 'No documentation'] ,
44  '13':['rsWithMaterialTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
45  '14':['conversionStepTracks', 'recoTracks', 'No documentation'] ,
46  '15':['conversionStepTracks', 'recoTrackExtras', 'No documentation'] ,
47  '16':['conversionStepTracks', 'TrackingRecHitsOwned', 'No documentation'] ,
48  '17':['ctfPixelLess', '*', 'No documentation'] ,
49  '18':['dedxTruncated40', '*', 'No documentation'] ,
50  '19':['dedxDiscrimASmi', '*', 'No documentation'] ,
51  '20':['dedxHarmonic2', '*', 'No documentation'] ,
52  '21':['trackExtrapolator', '*', 'No documentation']
53 }
54 
55 aod_title = "RecoTracker collections (in AOD only)"
56 
57 aod = {
58  '0':['generalTracks', 'recoTracks', 'Collection of tracks obtained with tracker-standalone reconstruction and officially supported by the Tracker DPG group. Such a collection can contain tracks from different tracking algorithms'] ,
59  '1':['rsWithMaterialTracks', 'recoTracks', 'No documentation'] ,
60  '2':['conversionStepTracks', 'recoTracks', 'No documentation'] ,
61  '3':['beamhaloTracks', 'recoTracks', 'No documentation'] ,
62  '4':['regionalCosmicTracks', 'recoTracks', 'No documentation'] ,
63  '5':['ctfPixelLess', 'recoTracks', 'No documentation'] ,
64  '6':['dedxHarmonic2', '*', 'No documentation'] ,
65  '7':['dedxDiscrimASmi', '*', 'No documentation'] ,
66  '8':['trackExtrapolator', '*', 'No documentation']
67 }