CMS 3D CMS Logo

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

Variables

tuple SETMuonSeed
 

Variable Documentation

tuple SETMuonSeed_cfi.SETMuonSeed
Initial value:
1 = cms.EDProducer("SETMuonSeedProducer",
2  MuonServiceProxy,
3  beamSpotTag = cms.InputTag("offlineBeamSpot"),
4  SETTrajBuilderParameters = cms.PSet(
5  ptSeedParameterization,
6  dphiScale,
7  scaleDT = cms.bool(True),
8  Apply_prePruning = cms.bool(True),
9 # Careful - next is used together with useSubRecHits in standAloneMuons_cfi.py (for now)
10 # UseSegmentsInTrajectory = cms.bool(True),
11  UseSegmentsInTrajectory = cms.bool(False),
12  FilterParameters = cms.PSet(
13  DTRecSegmentLabel = cms.InputTag("dt4DSegments"),
14  CSCRecSegmentLabel = cms.InputTag("cscSegments"),
15  RPCRecSegmentLabel = cms.InputTag("rpcRecHits"),
16  Propagator = cms.string('SteppingHelixPropagatorAny'),
17 # DT + CSC chambers here
18  maxActiveChambers = cms.int32(100),
19  EnableRPCMeasurement = cms.bool(True),
20 # Check the position of the segment including errors
21  OutsideChamberErrorScale = cms.double(1.0),
22 # The segment should not be parallel to the chamber
23  MinLocalSegmentAngle = cms.double(0.09),
24 # NOT USED for now
25  EnableDTMeasurement = cms.bool(True),
26  EnableCSCMeasurement = cms.bool(True)
27  )
28  )
29 )

Definition at line 9 of file SETMuonSeed_cfi.py.