CMS 3D CMS Logo

Variables

SETMuonSeed_cfi Namespace Reference

Variables

tuple SETMuonSeed

Variable Documentation

Initial value:
00001 cms.EDProducer("SETMuonSeedProducer",
00002     MuonServiceProxy,
00003     beamSpotTag = cms.InputTag("offlineBeamSpot"), 
00004     SETTrajBuilderParameters = cms.PSet(
00005         ptSeedParameterization, 
00006         dphiScale,
00007         scaleDT = cms.bool(True),
00008         Apply_prePruning = cms.bool(True),
00009 # Careful - next is used together with useSubRecHits in standAloneMuons_cfi.py (for now)
00010 #       UseSegmentsInTrajectory = cms.bool(True),
00011         UseSegmentsInTrajectory = cms.bool(False),
00012         FilterParameters = cms.PSet(
00013             DTRecSegmentLabel = cms.InputTag("dt4DSegments"),
00014             CSCRecSegmentLabel = cms.InputTag("cscSegments"),
00015             RPCRecSegmentLabel = cms.InputTag("rpcRecHits"),
00016             Propagator = cms.string('SteppingHelixPropagatorAny'),
00017 # DT + CSC chambers here           
00018             maxActiveChambers = cms.int32(100),   
00019             EnableRPCMeasurement = cms.bool(True),
00020 # Check the position of the segment including errors 
00021             OutsideChamberErrorScale = cms.double(1.0), 
00022 # The segment should not be parallel to the chamber 
00023             MinLocalSegmentAngle = cms.double(0.09),
00024 # NOT USED for now
00025             EnableDTMeasurement = cms.bool(True),
00026             EnableCSCMeasurement = cms.bool(True)       
00027         )
00028     )
00029 )

Definition at line 9 of file SETMuonSeed_cfi.py.