74 log.debug(
'Executing myPebInfoWriterToolCfg')
77 HLT_ROB = SourceIdentifier(SubDetector.TDAQ_HLT, DataScoutingInfo.getFullHLTResultID())
80 if 'TestPEBOne' == eventBuildType:
85 ROBs = [0x42002e, 0x420060, 0x420064,
88 elif 'TestPEBTwo' == eventBuildType:
93 subDets = [SubDetector.MUON_RPC_BARREL_A_SIDE,
94 SubDetector.MUON_RPC_BARREL_C_SIDE] )
96 elif 'TestPEBThree' == eventBuildType:
105 regSelDets = [
'All'],
108 elif 'TestPEBFour' == eventBuildType:
115 regSelDets = [
'MDT',
'CSC',
'RPC',
'TGC',
'MM',
'sTGC'])
117 elif 'ElectronDSTest' == eventBuildType:
122 ROBs = [SourceIdentifier(SubDetector.TDAQ_HLT,
123 DataScoutingInfo.getDataScoutingResultID(eventBuildType))])
125 elif 'ElectronDSPEBTest' == eventBuildType:
131 ROBs = [SourceIdentifier(SubDetector.TDAQ_HLT,
132 DataScoutingInfo.getDataScoutingResultID(eventBuildType))],
135 regSelDets = [
'Pixel',
'SCT',
'TRT',
'TTEM',
'TTHEC',
'FCALEM',
'FCALHAD'])
139 log.error(
'PEBInfoWriterTool configuration is missing for event building identifier \'%s\'', eventBuildType)
143 EventBuildingSequences.pebInfoWriterToolCfg = myPebInfoWriterToolCfg