Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:51

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltESPSmartPropagatorAnyOpposite = cms.ESProducer("SmartPropagatorESProducer",
0004     ComponentName = cms.string('hltESPSmartPropagatorAnyOpposite'),
0005     Epsilon = cms.double(5.0),
0006     MuonPropagator = cms.string('SteppingHelixPropagatorAny'),
0007     PropagationDirection = cms.string('oppositeToMomentum'),
0008     TrackerPropagator = cms.string('PropagatorWithMaterialOpposite')
0009 )