![]() |
|
|||
File indexing completed on 2024-04-06 12:27:17
0001 import FWCore.ParameterSet.Config as cms 0002 0003 MuonSegmentMatcher = cms.PSet( 0004 MatchParameters = cms.PSet( 0005 DTsegments = cms.InputTag("dt4DSegments"), 0006 DTradius = cms.double(0.01), 0007 CSCsegments = cms.InputTag("cscSegments"), 0008 RPChits = cms.InputTag("rpcRecHits"), 0009 TightMatchDT = cms.bool(False), 0010 TightMatchCSC = cms.bool(True) 0011 ) 0012 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |