CMS 3D CMS Logo

RecoBTau_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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