Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:31

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from TrackingTools.GsfTracking.CkfElectronCandidates_cff import *
0004 from TrackingTools.GsfTracking.GsfElectronFit_cff import *
0005 GsfGlobalElectronTestTask = cms.Task(CkfElectronCandidates,GsfGlobalElectronTest)
0006 GsfGlobalElectronTestSequence = cms.Sequence(GsfGlobalElectronTestTask)