CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/PhysicsTools/PatAlgos/python/producersLayer1/electronProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from PhysicsTools.PatAlgos.mcMatchLayer0.electronMatch_cfi import *
00004 from TrackingTools.TransientTrack.TransientTrackBuilder_cfi import *
00005 from PhysicsTools.PatAlgos.producersLayer1.electronProducer_cfi import *
00006 
00007 ## for scheduled mode
00008 makePatElectrons = cms.Sequence(
00009     electronMatch *
00010     patElectrons
00011     )