CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:43:06 2009 for CMSSW by  doxygen 1.5.4