CMS 3D CMS Logo

Variables

ApeSettingAlgorithm_cfi Namespace Reference

Variables

tuple ApeSettingAlgorithm

Variable Documentation

Initial value:
00001 cms.PSet(
00002     algoName = cms.string('ApeSettingAlgorithm'),
00003     saveApeToASCII = cms.untracked.bool(False),
00004     saveComposites = cms.untracked.bool(False),
00005     saveLocalNotGlobal = cms.untracked.bool(False),
00006     apeASCIISaveFile = cms.untracked.string('ApeDump.txt'),
00007     readApeFromASCII = cms.bool(False),
00008     readLocalNotGlobal = cms.bool(False),
00009     readFullLocalMatrix = cms.bool(False),
00010     setComposites = cms.bool(False),
00011     apeASCIIReadFile = cms.FileInPath('Alignment/CommonAlignmentAlgorithm/test/apeinput.txt')
00012 )

Definition at line 6 of file ApeSettingAlgorithm_cfi.py.