|
||||
File indexing completed on 2024-04-06 12:23:31
0001 import FWCore.ParameterSet.Config as cms 0002 0003 allStandAloneMuonTrackIsolations = cms.EDProducer("CandPtIsolationProducer", 0004 src = cms.InputTag("allStandAloneMuonTracks"), 0005 d0Max = cms.double(1000000.0), 0006 dRMin = cms.double(0.015), 0007 dRMax = cms.double(0.2), 0008 elements = cms.InputTag("allTracks"), 0009 ptMin = cms.double(1.5), 0010 dzMax = cms.double(1000000.0) 0011 ) 0012 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |