Skip to content

MuonCombinedRecExample - Disable ART CaloRinger to fix ART test

Johannes Junggeburth requested to merge jojungge/athena:fix_art_130122 into master

Hi,

this MR will fix all MuonRecRTT ART tests failing because of

06:29:14 ToolSvc.CaloRingerElectronsReaderTool                FATAL Failed to retrieve Electrons
06:29:14 MainCaloRingerAlgorithm                              ERROR CaloRingerAlgs/src/CaloRingerAlgorithm.cxx:71 (StatusCode Ringer::CaloRingerAlgorithm::execute()): code FAILURE: readerTool->execute()
06:29:14 MainCaloRingerAlgorithm                              ERROR Maximum number of errors ( 'ErrorMax':1) reached.
06:29:14 AthAlgSeq                                             INFO execute of [MainCaloRingerAlgorithm] did NOT succeed
06:29:14 AthAlgSeq                                            ERROR Maximum number of errors ( 'ErrorMax':1) reached.
06:29:14 AthAllAlgSeq                                          INFO execute of [AthAlgSeq] did NOT succeed
06:29:14 AthAllAlgSeq                                         ERROR Maximum number of errors ( 'ErrorMax':1) reached.
06:29:14 AthAlgEvtSeq                                          INFO execute of [AthAllAlgSeq] did NOT succeed
06:29:14 AthAlgEvtSeq                                         ERROR Maximum number of errors ( 'ErrorMax':1) reached.
06:29:14 AthMasterSeq                                          INFO execute of [AthAlgEvtSeq] did NOT succeed
06:29:14 AthMasterSeq                                         ERROR Maximum number of errors ( 'ErrorMax':1) reached.
06:29:14 AthenaEventLoopMgr                                    INFO Execution of algorithm AthMasterSeq failed with StatusCode::FAILURE
06:29:14 AthenaEventLoopMgr                                    INFO   ===>>>  done processing event #2003, run #284500 1 events processed so far  <<<===

Tagging: @minlin

Merge request reports