CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
MuonGeometryIntoNtuples_cff Namespace Reference

Variables

tuple MuonGeometryIntoNtupleDefaultDB
 
tuple MuonGeometryIntoNtupleNoDB
 
tuple MuonGeometryIntoNtupleNoScenario
 
tuple MuonGeometryIntoNtuplesNoCSC
 
tuple MuonGeometryIntoNtuplesNoDT
 

Variable Documentation

tuple 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.

tuple 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.

tuple 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.

tuple 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.

tuple 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.