CMS 3D CMS Logo

Variables

globalCosmicMuonTrajectories_cff Namespace Reference

Variables

tuple globalCosmicMuons
tuple MuAlGlobalCosmics = globalCosmicMuons.clone()

Variable Documentation

Initial value:
00001 cms.EDProducer("TracksToTrajectories",
00002                                    Type = cms.string("GlobalCosmicMuonsForAlignment"),
00003                                    Tracks = cms.InputTag("globalCosmicMuons"),
00004                                    TrackTransformer = cms.PSet(TrackerRecHitBuilder = cms.string('WithTrackAngle'),
00005                                                                MuonRecHitBuilder = cms.string('MuonRecHitBuilder'),
00006                                                                RefitRPCHits = cms.bool(True),
00007                                                                                                                         # muon station to be skipped //also kills RPCs in that station
00008                                                                                                                         SkipStationDT   = cms.int32(-999),
00009                                                                                                                         SkipStationCSC  = cms.int32(-999),
00010                                                                                                                         # muon muon wheel to be skipped
00011                                                                                                                             SkipWheelDT         = cms.int32(-999),
00012                                                                                                                         # PXB = 1, PXF = 2, TIB = 3, TID = 4, TOB = 5, TEC = 6
00013                                                                                                                             TrackerSkipSystem   = cms.int32(-999),
00014                                                                                                                         # layer, wheel, or disk depending on the system
00015                                                                                                                         TrackerSkipSection      = cms.int32(-999),
00016                                                                )
00017                                    )

Definition at line 16 of file globalCosmicMuonTrajectories_cff.py.

Definition at line 36 of file globalCosmicMuonTrajectories_cff.py.