CMS 3D CMS Logo

Variables

CSCOverlapsAlignmentAlgorithm_cff Namespace Reference

Variables

tuple CSCOverlapsTrackPreparationTrackRefitter = cms.EDProducer("CSCOverlapsTrackPreparation", src = cms.InputTag("ALCARECOMuAlBeamHaloOverlaps"))
tuple es_prefer_inertGlobalPositionRcd = cms.ESPrefer("PoolDBESSource", "inertGlobalPositionRcd")
tuple es_prefer_muonAlignment = cms.ESPrefer("PoolDBESSource", "muonAlignment")
tuple inertGlobalPositionRcd
tuple muonAlignment
tuple Path = cms.Path(offlineBeamSpot * CSCOverlapsTrackPreparationTrackRefitter)
tuple PoolDBOutputService

Variable Documentation

tuple CSCOverlapsAlignmentAlgorithm_cff::CSCOverlapsTrackPreparationTrackRefitter = cms.EDProducer("CSCOverlapsTrackPreparation", src = cms.InputTag("ALCARECOMuAlBeamHaloOverlaps"))

Definition at line 24 of file CSCOverlapsAlignmentAlgorithm_cff.py.

Definition at line 32 of file CSCOverlapsAlignmentAlgorithm_cff.py.

Definition at line 37 of file CSCOverlapsAlignmentAlgorithm_cff.py.

Initial value:
00001 cms.ESSource("PoolDBESSource",
00002                                       CondCore.DBCommon.CondDBSetup_cfi.CondDBSetup,
00003                                       connect = cms.string("sqlite_file:inertGlobalPositionRcd.db"),
00004                                       toGet = cms.VPSet(cms.PSet(record = cms.string("GlobalPositionRcd"), tag = cms.string("inertGlobalPositionRcd"))))

Definition at line 28 of file CSCOverlapsAlignmentAlgorithm_cff.py.

Initial value:
00001 cms.ESSource("PoolDBESSource",
00002                              CondCore.DBCommon.CondDBSetup_cfi.CondDBSetup,
00003                              connect = cms.string("sqlite_file:inputdb.db"),
00004                              toGet = cms.VPSet(cms.PSet(record = cms.string("CSCAlignmentRcd"),      tag = cms.string("CSCAlignmentRcd"))))

Definition at line 33 of file CSCOverlapsAlignmentAlgorithm_cff.py.

Referenced by MuonGeometrySVGTemplate::analyze(), and MuonGeometryDBConverter::analyze().

Definition at line 25 of file CSCOverlapsAlignmentAlgorithm_cff.py.

Initial value:
00001 cms.Service("PoolDBOutputService",
00002                                   CondCore.DBCommon.CondDBSetup_cfi.CondDBSetup,
00003                                   connect = cms.string("sqlite_file:outputdb.db"),
00004                                   toPut = cms.VPSet(cms.PSet(record = cms.string("DTAlignmentRcd"), tag = cms.string("DTAlignmentRcd")),
00005                                                     cms.PSet(record = cms.string("DTAlignmentErrorRcd"), tag = cms.string("DTAlignmentErrorRcd")),
00006                                                     cms.PSet(record = cms.string("CSCAlignmentRcd"), tag = cms.string("CSCAlignmentRcd")),
00007                                                     cms.PSet(record = cms.string("CSCAlignmentErrorRcd"), tag = cms.string("CSCAlignmentErrorRcd"))))

Definition at line 40 of file CSCOverlapsAlignmentAlgorithm_cff.py.