CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/PhysicsTools/PatAlgos/python/selectionLayer1/countPatCandidates_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from PhysicsTools.PatAlgos.selectionLayer1.electronCountFilter_cfi import *
00004 from PhysicsTools.PatAlgos.selectionLayer1.muonCountFilter_cfi import *
00005 from PhysicsTools.PatAlgos.selectionLayer1.tauCountFilter_cfi import *
00006 from PhysicsTools.PatAlgos.selectionLayer1.photonCountFilter_cfi import *
00007 from PhysicsTools.PatAlgos.selectionLayer1.jetCountFilter_cfi import *
00008 from PhysicsTools.PatAlgos.selectionLayer1.leptonCountFilter_cfi import *
00009 
00010 countPatCandidates = cms.Sequence(
00011     countPatElectrons +
00012     countPatMuons     +
00013     countPatTaus      +
00014     countPatLeptons   +
00015     countPatPhotons   +
00016     countPatJets 
00017 )