![]() |
|
|||
File indexing completed on 2023-03-17 10:42:22
0001 import FWCore.ParameterSet.Config as cms 0002 0003 dtSegmentSelection = cms.PSet( 0004 Muons= cms.InputTag(''), 0005 checkNoisyChannels = cms.bool(False), 0006 minHitsPhi = cms.int32(7), 0007 minHitsZ = cms.int32(4), 0008 maxChi2 = cms.double(1000.0), 0009 maxAnglePhi = cms.double(25.), 0010 maxAngleZ = cms.double(999.) 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |