CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoBTau_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": "RecoBTau collections (in RECO and AOD)",
14  "data": [
15 
16  ]
17  },
18  "aod": {
19  "title": "RecoBTau collections (in AOD only)",
20  "data": [
21 
22  ]
23  },
24  "reco": {
25  "title": "RecoBTau collections (in RECO only)",
26  "data": [
27 
28  ]
29  }
30 }