CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoBTau_EventContent_cff.py
Go to the documentation of this file.
2 
3 #Full Event content
4 RecoBTauFEVT = cms.PSet(
5  outputCommands = cms.untracked.vstring()
6 )
7 #RECO content
8 RecoBTauRECO = cms.PSet(
9  outputCommands = cms.untracked.vstring()
10 )
11 #AOD content
12 RecoBTauAOD = cms.PSet(
13  outputCommands = cms.untracked.vstring()
14 )
15