![]() |
|
|||
File indexing completed on 2023-05-05 02:46:53
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltScoutingTrackProducer = cms.EDProducer('HLTScoutingTrackProducer', 0004 OtherTracks = cms.InputTag('hltPixelTracksL3MuonNoVtx'), 0005 vertexCollection = cms.InputTag('hltPixelVertices'), 0006 mantissaPrecision = cms.int32(10), 0007 vtxMinDist = cms.double(0.01), 0008 ptMin = cms.double(0.3), 0009 mightGet = cms.optional.untracked.vstring 0010 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |