CMS 3D CMS Logo

PatAnalyzerSkeleton_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 patAnalyzerSkeleton = cms.EDAnalyzer("PatAnalyzerSkeleton",
00004     electronTag = cms.untracked.InputTag("selectedLayer1Electrons"),
00005     tauTag = cms.untracked.InputTag("selectedLayer1Taus"),
00006     muonTag = cms.untracked.InputTag("selectedLayer1Muons"),
00007     jetTag = cms.untracked.InputTag("selectedLayer1Jets"),
00008     photonTag = cms.untracked.InputTag("selectedLayer1Photons"),
00009     metTag = cms.untracked.InputTag("selectedLayer1METs")
00010 )
00011 
00012 

Generated on Tue Jun 9 17:41:52 2009 for CMSSW by  doxygen 1.5.4