CMS 3D CMS Logo

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

Variables

tuple globalCosmicMuons
 

Variable Documentation

tuple globalCosmicMuons_cfi.globalCosmicMuons
Initial value:
1 = cms.EDProducer("GlobalCosmicMuonProducer",
2  MuonTrackLoaderForCosmic,
3  MuonServiceProxy,
4  TrajectoryBuilderParameters = cms.PSet(
5  GlobalMuonTrackMatcher,
6  MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
7  TrackerRecHitBuilder = cms.string('WithTrackAngle'),
8  TkTrackCollectionLabel = cms.InputTag("generalTracks"),
9  Propagator = cms.string('SteppingHelixPropagatorAny'),
10  SmootherParameters = cms.PSet(
11  PropagatorAlong = cms.string('SteppingHelixPropagatorAny'),
12  PropagatorOpposite = cms.string('SteppingHelixPropagatorAny'),
13  RescalingFactor = cms.double(5.0)
14  )
15  ),
16  MuonCollectionLabel = cms.InputTag("cosmicMuons")
17 )

Definition at line 7 of file globalCosmicMuons_cfi.py.