CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoLocalCalo_dataformats.py
Go to the documentation of this file.
1 '''
2  Created on Jun 26, 2013
3  @author: Mantas Stankevicius
4  @contact: mantas.stankevicius@cern.ch
5  http://cmsdoxy.web.cern.ch/cmsdoxy/dataformats/
6 
7  @responsible:
8 
9 '''
10 
11 json = {
12  "full": {
13  "title": "RecoLocalCalo collections (in RECO and AOD)",
14  "data": [
15  {
16  "instance": "castorreco",
17  "container": "*",
18  "desc": "No documentation"
19  },
20  {
21  "instance": "reducedHcalRecHits",
22  "container": "*",
23  "desc": "No documentation"
24  },
25  {
26  "instance": "*",
27  "container": "HcalUnpackerReport",
28  "desc": "No documentation"
29  },
30  {
31  "instance": "hbheprereco",
32  "container": "*",
33  "desc": "No documentation"
34  },
35  {
36  "instance": "hbhereco",
37  "container": "*",
38  "desc": "No documentation"
39  },
40  {
41  "instance": "horeco",
42  "container": "*",
43  "desc": "No documentation"
44  },
45  {
46  "instance": "hfreco",
47  "container": "*",
48  "desc": "No documentation"
49  },
50  {
51  "instance": "hbheprerecoMB",
52  "container": "HBHERecHitsSorted",
53  "desc": "No documentation"
54  },
55  {
56  "instance": "hbherecoMB",
57  "container": "HBHERecHitsSorted",
58  "desc": "No documentation"
59  },
60  {
61  "instance": "hfrecoMB",
62  "container": "HFRecHitsSorted",
63  "desc": "No documentation"
64  },
65  {
66  "instance": "horecoMB",
67  "container": "HORecHitsSorted",
68  "desc": "No documentation"
69  },
70  {
71  "instance": "*",
72  "container": "ZDCRecHitsSorted",
73  "desc": "No documentation"
74  },
75  {
76  "instance": "*Digis",
77  "container": "ZDCDataFramesSorted",
78  "desc": "No documentation"
79  }
80  ]
81  },
82  "aod": {
83  "title": "RecoLocalCalo collections (in AOD only)",
84  "data": [
85  {
86  "instance": "reducedHcalRecHits",
87  "container": "*",
88  "desc": "No documentation"
89  },
90  {
91  "instance": "castorreco",
92  "container": "*",
93  "desc": "No documentation"
94  },
95  {
96  "instance": "*",
97  "container": "HcalUnpackerReport",
98  "desc": "No documentation"
99  }
100  ]
101  },
102  "reco": {
103  "title": "RecoLocalCalo collections (in RECO only)",
104  "data": [
105  {
106  "instance": "ecalRecHit,EcalRecHitsEB",
107  "container": "edm::SortedCollection<EcalRecHit>",
108  "desc": "Collection of Ecal Hits in EB"
109  },
110  {
111  "instance": "*",
112  "container": "HcalUnpackerReport",
113  "desc": "No documentation"
114  },
115  {
116  "instance": "ecalPreshowerRecHit,EcalRecHitsES",
117  "container": "edm::SortedCollection<EcalRecHit>",
118  "desc": "Collection of Ecal Hits in ES"
119  },
120  {
121  "instance": "ecalRecHit,EcalRecHitsEE",
122  "container": "edm::SortedCollection<EcalRecHit>",
123  "desc": "Collection of Ecal Hits in EE"
124  },
125  {
126  "instance": "hfreco",
127  "container": "edm::SortedCollection<HFRecHit>",
128  "desc": "Very Forward calorimeter RecHits collection"
129  },
130  {
131  "instance": "hbhereco",
132  "container": "edm::SortedCollection<HBHERecHit>",
133  "desc": "Joint HCAL barrel+endcap RecHits collection"
134  },
135  {
136  "instance": "hbherecoMB",
137  "container": "HBHERecHitsSorted",
138  "desc": "No documentation"
139  },
140  {
141  "instance": "horeco",
142  "container": "edm::SortedCollection<HORecHit>",
143  "desc": "Outer clorimeter RecHits collection"
144  },
145  {
146  "instance": "hfrecoMB",
147  "container": "HFRecHitsSorted",
148  "desc": "No documentation"
149  },
150  {
151  "instance": "horecoMB",
152  "container": "HORecHitsSorted",
153  "desc": "No documentation"
154  },
155  {
156  "instance": "zdcreco",
157  "container": "ZDCRecHitsSorted",
158  "desc": "Zero-degree calorimeter RecHits collection"
159  },
160  {
161  "instance": "*Digis",
162  "container": "ZDCDataFramesSorted",
163  "desc": "No documentation"
164  },
165  {
166  "instance": "castorreco",
167  "container": "edm::SortedCollection<CastorRecHit>",
168  "desc": "Collection of CastorRecHits containing energy deposits for all channels"
169  },
170  {
171  "instance": "reducedHcalRecHits",
172  "container": "*",
173  "desc": "No documentation"
174  }
175  ]
176  }
177 }