1 import FWCore.ParameterSet.Config
as cms
3 MuonGeometryIntoNtupleNoDB = cms.PSet(
4 DTApplyAlignment = cms.bool(
False),
5 CSCApplyAlignment = cms.bool(
False),
6 DTAlignmentLabel = cms.string(
''),
7 CSCAlignmentLabel = cms.string(
''),
8 DTFromSurveyRcd = cms.bool(
False),
9 CSCFromSurveyRcd = cms.bool(
False)
11 MuonGeometryIntoNtupleDefaultDB = cms.PSet(
12 DTApplyAlignment = cms.bool(
True),
13 CSCApplyAlignment = cms.bool(
True),
14 DTAlignmentLabel = cms.string(
''),
15 CSCAlignmentLabel = cms.string(
''),
16 DTFromSurveyRcd = cms.bool(
False),
17 CSCFromSurveyRcd = cms.bool(
False)
19 MuonGeometryIntoNtupleNoScenario = cms.PSet(
20 MisalignmentScenario = cms.PSet(
23 ApplyMisalignmentScenario = cms.bool(
False)
25 MuonGeometryIntoNtuplesNoDT = cms.PSet(
26 DTSuperLayers = cms.untracked.bool(
False),
27 DTChambers = cms.untracked.bool(
False),
28 DTWheels = cms.untracked.bool(
False),
29 DTStations = cms.untracked.bool(
False),
30 DTLayers = cms.untracked.bool(
False)
32 MuonGeometryIntoNtuplesNoCSC = cms.PSet(
33 CSCLayers = cms.untracked.bool(
False),
34 CSCChambers = cms.untracked.bool(
False),
35 CSCStations = cms.untracked.bool(
False)