40 if(feb->CheckErrorELVL1Id() || feb->CheckErrorBCId()) {
46 int BCID = feb->BCId();
47 int LVL1ID = feb->ELVL1Id();
48 int FebBCID = feb->FebBCId();
49 int FebLVL1ID = feb->FebELVL1Id();
53 ATH_MSG_FATAL (
" BARREL/EC = " << barrel_ec <<
" POS/NEG = " << pos_neg );
55 ATH_MSG_FATAL (
" TTC from ROD: LVL1ID = " << LVL1ID <<
" BCID = " << BCID );
56 ATH_MSG_FATAL (
" TTC from FEB: LVL1ID = " << FebLVL1ID <<
" BCID = " << FebBCID );
58 return StatusCode::FAILURE;
64 return StatusCode::SUCCESS;