00001 cms.EDAnalyzer("LaserSorter",
00002 outputDir = cms.string("out"),
00003 fedSubDirs = cms.vstring(
00004 "Unknown",
00005 "EE-7", "EE-8", "EE-9", "EE-1", "EE-2",
00006 "EE-3", "EE-4", "EE-5", "EE-6", "EB-1",
00007 "EB-2", "EB-3", "EB-4", "EB-5", "EB-6",
00008 "EB-7", "EB-8", "EB-9", "EB-10", "EB-11",
00009 "EB-12", "EB-13", "EB-14", "EB-15", "EB-16",
00010 "EB-17", "EB-18", "EB+1", "EB+2", "EB+3",
00011 "EB+4", "EB+5", "EB+6", "EB+7", "EB+8",
00012 "EB+9", "EB+10", "EB+11", "EB+12", "EB+13",
00013 "EB+14", "EB+15", "EB+16", "EB+17", "EB+18",
00014 "EE+7", "EE+8", "EE+9", "EE+1", "EE+2",
00015 "EE+3", "EE+4", "EE+5", "EE+6"),
00016 timeLogFile = cms.untracked.string("laserSortingTime.txt"),
00017 disableOutput = cms.untracked.bool(False),
00018 outputListFile = cms.untracked.string("lmfFileList.txt"),
00019 verbosity = cms.untracked.int32(0),
00020
00021 maxFullReadoutDccError = cms.int32(10),
00022
00023 maxNoEcalDataMess = cms.int32(10)
00024 )