CMS 3D CMS Logo

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

Variables

tuple GLBTrajBuilderParameters
 
tuple globalMuons
 

Variable Documentation

tuple globalMuons_cfi.GLBTrajBuilderParameters
Initial value:
1 = dict(GlbRefitterParameters = dict(TrackerRecHitBuilder = 'WithoutRefit',
2  Propagator = 'SmartPropagatorAny'),
3  TrackerRecHitBuilder = 'WithoutRefit',
4  TrackTransformer = dict(TrackerRecHitBuilder = 'WithoutRefit',
5  Propagator = 'SmartPropagatorAny'),
6  GlobalMuonTrackMatcher = dict(Propagator = 'SmartPropagator')
7  )

Definition at line 25 of file globalMuons_cfi.py.

tuple globalMuons_cfi.globalMuons
Initial value:
1 = cms.EDProducer("GlobalMuonProducer",
2  MuonServiceProxy,
3  MuonTrackLoaderForGLB,
4  GLBTrajBuilderParameters = cms.PSet(
5  GlobalTrajectoryBuilderCommon
6  ),
7  TrackerCollectionLabel = cms.InputTag("generalTracks"),
8  MuonCollectionLabel = cms.InputTag("standAloneMuons","UpdatedAtVtx"),
9  VertexCollectionLabel = cms.InputTag("offlinePrimaryVertices"),
10  selectHighPurity = cms.bool(False)
11 )

Definition at line 6 of file globalMuons_cfi.py.

Referenced by CosmicSplitterValidation.analyze(), AlignmentGlobalTrackSelector.findMuons(), and TrackerToMuonPropagator.produce().