CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoParticleFlow/Configuration/python/RecoParticleFlow_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 from RecoParticleFlow.PFTracking.particleFlowTrack_cff import *
00005 #from RecoParticleFlow.PFTracking.particleFlowTrackWithDisplacedVertex_cff import *
00006 
00007 from RecoParticleFlow.PFProducer.particleFlowSimParticle_cff import *
00008 from RecoParticleFlow.PFProducer.particleFlowBlock_cff import *
00009 
00010 from RecoParticleFlow.PFProducer.particleFlow_cff import *
00011 from RecoParticleFlow.PFProducer.pfElectronTranslator_cff import *
00012 from RecoParticleFlow.PFProducer.pfPhotonTranslator_cff import *
00013 #from RecoParticleFlow.PFProducer.pfGsfElectronCiCSelector_cff import *
00014 from RecoParticleFlow.PFProducer.pfGsfElectronMVASelector_cff import *
00015 
00016 
00017 from RecoParticleFlow.PFProducer.pfLinker_cff import * 
00018 
00019 from CommonTools.ParticleFlow.pfParticleSelection_cff import *
00020 
00021 particleFlowReco = cms.Sequence( particleFlowTrackWithDisplacedVertex*
00022 #                                 pfGsfElectronCiCSelectionSequence*
00023                                  pfGsfElectronMVASelectionSequence*
00024                                  particleFlowBlock*
00025                                  particleFlowTmp*
00026                                  pfElectronTranslatorSequence*
00027                                  pfPhotonTranslatorSequence*
00028                                  pfParticleSelectionSequence )
00029 
00030 particleFlowLinks = cms.Sequence( ParticleFlow )