CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # prepare reco information
00004 from PhysicsTools.PatAlgos.recoLayer0.electronId_cff import *
00005 from PhysicsTools.PatAlgos.recoLayer0.electronIsolation_cff import *
00006 
00007 # add PAT specifics
00008 from PhysicsTools.PatAlgos.mcMatchLayer0.electronMatch_cfi import *
00009 
00010 # produce object
00011 from PhysicsTools.PatAlgos.producersLayer1.electronProducer_cfi import *
00012 
00013 makePatElectrons = cms.Sequence(
00014     # reco pre-production
00015     # patElectronId *
00016     # patElectronIsolation *
00017     # pat specifics
00018     electronMatch *
00019     # object production
00020     patElectrons
00021     )