CMS 3D CMS Logo

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

Variables

tuple gemSegments
 

Variable Documentation

tuple gemSegments_cfi.gemSegments
Initial value:
1 = cms.EDProducer("GEMSegmentProducer",
2  gemRecHitLabel = cms.InputTag("gemRecHits"),
3  algo_name = cms.string("GEMSegmentAlgorithm"),
4  algo_pset = cms.PSet(
5  GEMDebug = cms.untracked.bool(True),
6  minHitsPerSegment = cms.uint32(2),
7  preClustering = cms.bool(True), # False => all hits in chamber are given to the fitter
8  dXclusBoxMax = cms.double(1.), # Clstr Hit dPhi
9  dYclusBoxMax = cms.double(5.), # Clstr Hit dEta
10  preClusteringUseChaining = cms.bool(True), # True ==> use Chaining() , False ==> use Clustering() Fnct
11  dPhiChainBoxMax = cms.double(.02), # Chain Hit dPhi
12  dEtaChainBoxMax = cms.double(.05), # Chain Hit dEta
13  maxRecHitsInCluster = cms.int32(4), # Does 4 make sense here?
14  clusterOnlySameBXRecHits = cms.bool(True), # only working for (preClustering && preClusteringUseChaining)
15  ),
16 )

Definition at line 3 of file gemSegments_cfi.py.

Referenced by TrackDetectorAssociator.fillMuon().