CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoVertex_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": "RecoVertex collections (in RECO and AOD)",
14  "data": [
15  {
16  "instance": "offlinePrimaryVerticesWithBS",
17  "container": "reco::VertexCollection ",
18  "desc": "Primary vertex reconstructed using the tracks taken from the generalTracks collection, and imposing the offline beam spot as a constraint in the fit of the vertex position."
19  },
20  {
21  "instance": "offlinePrimaryVertices",
22  "container": "reco::VertexCollection ",
23  "desc": "Primary vertex reconstructed using the tracks taken from the generalTracks collection"
24  },
25  {
26  "instance": "nuclearInteractionMaker",
27  "container": "*",
28  "desc": "No documentation"
29  },
30  {
31  "instance": "offlinePrimaryVerticesFromCosmicTracks",
32  "container": "*",
33  "desc": "No documentation"
34  },
35  {
36  "instance": "generalV0Candidates:Lambda",
37  "container": "reco::VertexCompositeCandidateCollection ",
38  "desc": "Lambda0 candidate collection reconstructed using the tracks taken from the generalTracks collection"
39  },
40  {
41  "instance": "generalV0Candidates:Kshort",
42  "container": "reco::VertexCompositeCandidateCollection ",
43  "desc": "K0S candidate collection reconstructed using the tracks taken from the generalTracks collection"
44  },
45  {
46  "instance": "offlinePrimaryVerticesFromCTFTracks",
47  "container": "reco::VertexCollection",
48  "desc": "Primary vertex reconstructed using the CKF tracks, taken from the ctfWithMaterialTracks collection"
49  },
50  {
51  "instance": "offlinePrimaryVerticesFromCTFTracks",
52  "container": "reco::VertexCollection",
53  "desc": "Identical to the offlinePrimaryVertices collection."
54  },
55  {
56  "instance": "offlinePrimaryVerticesFromRSTracks",
57  "container": "reco::VertexCollection",
58  "desc": "Primary vertex reconstructed using the CKF tracks, taken from the rsWithMaterialTracks collection"
59  }
60  ]
61  },
62  "aod": {
63  "title": "RecoVertex collections (in AOD only)",
64  "data": [
65  {
66  "instance": "offlinePrimaryVerticesWithBS",
67  "container": "*",
68  "desc": "No documentation"
69  },
70  {
71  "instance": "offlinePrimaryVertices",
72  "container": "reco::VertexCollection",
73  "desc": "Primary vertex reconstructed using the tracks taken from the generalTracks collection"
74  },
75  {
76  "instance": "nuclearInteractionMaker",
77  "container": "*",
78  "desc": "No documentation"
79  },
80  {
81  "instance": "offlinePrimaryVerticesFromCosmicTracks",
82  "container": "*",
83  "desc": "No documentation"
84  }
85  ]
86  },
87  "reco": {
88  "title": "RecoVertex collections (in RECO only)",
89  "data": [
90  {
91  "instance": "offlinePrimaryVerticesWithBS",
92  "container": "reco::VertexCollection ",
93  "desc": "Primary vertex reconstructed using the tracks taken from the generalTracks collection, and imposing the offline beam spot as a constraint in the fit of the vertex position."
94  },
95  {
96  "instance": "offlinePrimaryVertices",
97  "container": "reco::VertexCollection",
98  "desc": "Primary vertex reconstructed using the tracks taken from the generalTracks collection"
99  },
100  {
101  "instance": "nuclearInteractionMaker",
102  "container": "*",
103  "desc": "No documentation"
104  },
105  {
106  "instance": "offlinePrimaryVerticesFromCosmicTracks",
107  "container": "*",
108  "desc": "No documentation"
109  }
110  ]
111  }
112 }