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 full_title = "RecoPixelVertexing collections (in RECO and AOD)"
3 
4 full = {
5  '0':['pixelTracks','reco::TrackCollection','(proto)tracks created from two or three hits in Pixel detector'],
6  # Correction needed, because not matched with Event Content
7  '1':['pixelVertices','reco::VertexCollection','primary vertices reconstructed from pixel tracks']
8 }
9 
10 reco_title = "RecoPixelVertexing collections (in RECO only)"
11 
12 reco = {
13  '0':['pixelTracks', 'reco::TrackExtraCollection', 'No documentation']
14 }
15 
16 aod_title = "RecoPixelVertexing collections (in AOD only)"
17 
18 aod = {
19 
20 }