CMS 3D CMS Logo

Variables
MuonGeometryIntoNtuples_cff Namespace Reference

Variables

 MuonGeometryIntoNtupleDefaultDB
 
 MuonGeometryIntoNtupleNoDB
 
 MuonGeometryIntoNtupleNoScenario
 
 MuonGeometryIntoNtuplesNoCSC
 
 MuonGeometryIntoNtuplesNoDT
 

Variable Documentation

MuonGeometryIntoNtuples_cff.MuonGeometryIntoNtupleDefaultDB
Initial value:
1 = cms.PSet(
2  DTApplyAlignment = cms.bool(True),
3  CSCApplyAlignment = cms.bool(True),
4  DTAlignmentLabel = cms.string(''),
5  CSCAlignmentLabel = cms.string(''),
6  DTFromSurveyRcd = cms.bool(False),
7  CSCFromSurveyRcd = cms.bool(False)
8 )

Definition at line 11 of file MuonGeometryIntoNtuples_cff.py.

MuonGeometryIntoNtuples_cff.MuonGeometryIntoNtupleNoDB
Initial value:
1 = cms.PSet(
2  DTApplyAlignment = cms.bool(False),
3  CSCApplyAlignment = cms.bool(False),
4  DTAlignmentLabel = cms.string(''),
5  CSCAlignmentLabel = cms.string(''),
6  DTFromSurveyRcd = cms.bool(False),
7  CSCFromSurveyRcd = cms.bool(False)
8 )

Definition at line 3 of file MuonGeometryIntoNtuples_cff.py.

MuonGeometryIntoNtuples_cff.MuonGeometryIntoNtupleNoScenario
Initial value:
1 = cms.PSet(
2  MisalignmentScenario = cms.PSet(
3 
4  ),
5  ApplyMisalignmentScenario = cms.bool(False)
6 )

Definition at line 19 of file MuonGeometryIntoNtuples_cff.py.

MuonGeometryIntoNtuples_cff.MuonGeometryIntoNtuplesNoCSC
Initial value:
1 = cms.PSet(
2  CSCLayers = cms.untracked.bool(False),
3  CSCChambers = cms.untracked.bool(False),
4  CSCStations = cms.untracked.bool(False)
5 )

Definition at line 32 of file MuonGeometryIntoNtuples_cff.py.

MuonGeometryIntoNtuples_cff.MuonGeometryIntoNtuplesNoDT
Initial value:
1 = cms.PSet(
2  DTSuperLayers = cms.untracked.bool(False),
3  DTChambers = cms.untracked.bool(False),
4  DTWheels = cms.untracked.bool(False),
5  DTStations = cms.untracked.bool(False),
6  DTLayers = cms.untracked.bool(False)
7 )

Definition at line 25 of file MuonGeometryIntoNtuples_cff.py.