CMS 3D CMS Logo

MuonGeometryIntoNtuples_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
10 )
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)
18 )
19 MuonGeometryIntoNtupleNoScenario = cms.PSet(
20  MisalignmentScenario = cms.PSet(
21 
22  ),
23  ApplyMisalignmentScenario = cms.bool(False)
24 )
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)
31 )
32 MuonGeometryIntoNtuplesNoCSC = cms.PSet(
33  CSCLayers = cms.untracked.bool(False),
34  CSCChambers = cms.untracked.bool(False),
35  CSCStations = cms.untracked.bool(False)
36 )
37