CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/PatAlgos/python/patSequences_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # make patCandidates
00004 from PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff import *
00005 
00006 # make selectedPatCandidates
00007 from PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff import *
00008 
00009 # make cleanPatCandidates
00010 from PhysicsTools.PatAlgos.cleaningLayer1.cleanPatCandidates_cff import *
00011 
00012 # count cleanPatCandidates (including total number of leptons)
00013 from PhysicsTools.PatAlgos.selectionLayer1.countPatCandidates_cff import *
00014 
00015 patDefaultSequence = cms.Sequence(
00016     patCandidates * 
00017     selectedPatCandidates *
00018     cleanPatCandidates *
00019     countPatCandidates
00020 )