Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 MuonGeometryIntoNtupleNoDB = cms.PSet(
00004 DTApplyAlignment = cms.bool(False),
00005 CSCApplyAlignment = cms.bool(False),
00006 DTAlignmentLabel = cms.string(''),
00007 CSCAlignmentLabel = cms.string(''),
00008 DTFromSurveyRcd = cms.bool(False),
00009 CSCFromSurveyRcd = cms.bool(False)
00010 )
00011 MuonGeometryIntoNtupleDefaultDB = cms.PSet(
00012 DTApplyAlignment = cms.bool(True),
00013 CSCApplyAlignment = cms.bool(True),
00014 DTAlignmentLabel = cms.string(''),
00015 CSCAlignmentLabel = cms.string(''),
00016 DTFromSurveyRcd = cms.bool(False),
00017 CSCFromSurveyRcd = cms.bool(False)
00018 )
00019 MuonGeometryIntoNtupleNoScenario = cms.PSet(
00020 MisalignmentScenario = cms.PSet(
00021
00022 ),
00023 ApplyMisalignmentScenario = cms.bool(False)
00024 )
00025 MuonGeometryIntoNtuplesNoDT = cms.PSet(
00026 DTSuperLayers = cms.untracked.bool(False),
00027 DTChambers = cms.untracked.bool(False),
00028 DTWheels = cms.untracked.bool(False),
00029 DTStations = cms.untracked.bool(False),
00030 DTLayers = cms.untracked.bool(False)
00031 )
00032 MuonGeometryIntoNtuplesNoCSC = cms.PSet(
00033 CSCLayers = cms.untracked.bool(False),
00034 CSCChambers = cms.untracked.bool(False),
00035 CSCStations = cms.untracked.bool(False)
00036 )
00037