CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
ME0SegmentsAlgorithm_cfi Namespace Reference

Variables

tuple ME0SegmentAlgorithm
 

Variable Documentation

tuple ME0SegmentsAlgorithm_cfi.ME0SegmentAlgorithm
Initial value:
1 = cms.PSet(
2  algo_name = cms.string("ME0SegmentAlgorithm"),
3  algo_pset = cms.PSet(
4  ME0Debug = cms.untracked.bool(True),
5  minHitsPerSegment = cms.uint32(3),
6  preClustering = cms.bool(True),
7  dXclusBoxMax = cms.double(1.),
8  dYclusBoxMax = cms.double(5.),
9  preClusteringUseChaining = cms.bool(True),
10  dPhiChainBoxMax = cms.double(.02),
11  dEtaChainBoxMax = cms.double(.05),
12  dTimeChainBoxMax = cms.double(15.0), # 1ns, +/- time to fly through 30cm thick ME0
13  maxRecHitsInCluster = cms.int32(6)
14  )
15 )

Definition at line 3 of file ME0SegmentsAlgorithm_cfi.py.