CMS 3D CMS Logo

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

Variables

tuple RefitterParameters
 
tuple tevMuons
 

Variable Documentation

tuple tevMuons_cfi.RefitterParameters
Initial value:
1 = dict(TrackerRecHitBuilder = 'WithoutRefit',
2  Propagator = "SmartPropagatorAny")

Definition at line 26 of file tevMuons_cfi.py.

tuple tevMuons_cfi.tevMuons
Initial value:
1 = cms.EDProducer("TevMuonProducer",
2  MuonTrackLoaderForGLB,
3  # InputTag MuonCollectionLabel = standAloneMuons:UpdatedAtVtx
4  MuonServiceProxy,
5  RefitIndex = cms.vint32(1, 2, 3, 4),
6  Refits = cms.vstring('default',
7  'firstHit',
8  'picky',
9  'dyt'),
10  MuonCollectionLabel = cms.InputTag("globalMuons"),
11  RefitterParameters = cms.PSet(
12  GlobalMuonRefitter
13  )
14 )

Definition at line 7 of file tevMuons_cfi.py.