CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoPixelVertexing_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": "RecoPixelVertexing collections (in RECO and AOD)",
14  "data": [
15  {
16  "instance": "pixelVertices",
17  "container": "reco::VertexCollection",
18  "desc": "primary vertices reconstructed from pixel tracks"
19  },
20  {
21  "instance": "pixelTracks",
22  "container": "reco::TrackCollection",
23  "desc": "(proto)tracks created from two or three hits in Pixel detector"
24  }
25  ]
26  },
27  "aod": {
28  "title": "RecoPixelVertexing collections (in AOD only)",
29  "data": [
30 
31  ]
32  },
33  "reco": {
34  "title": "RecoPixelVertexing collections (in RECO only)",
35  "data": [
36  {
37  "instance": "pixelTracks",
38  "container": "reco::TrackExtraCollection",
39  "desc": "No documentation"
40  }
41  ]
42  }
43 }