CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoBTau/Configuration/python/RecoBTau_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Full Event content 
00004 RecoBTauFEVT = cms.PSet(
00005     outputCommands = cms.untracked.vstring()
00006 )
00007 #RECO content
00008 RecoBTauRECO = cms.PSet(
00009     outputCommands = cms.untracked.vstring()
00010 )
00011 #AOD content
00012 RecoBTauAOD = cms.PSet(
00013     outputCommands = cms.untracked.vstring()
00014 )
00015