|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #include "GaudiKernel/EventContext.h"
8 #include "GaudiKernel/ThreadLocalContext.h"
14 const std::string&
name,
23 return StatusCode::FAILURE;
28 if (
line[0] ==
'#' ) {
continue;}
29 std::istringstream allChains(
line );
39 if ( not
ids.empty() ) {
46 return StatusCode::SUCCESS;
58 ATH_MSG_ERROR(
"No chain set found. Cannot decode CTP emulation" );
59 return StatusCode::FAILURE;
62 const EventContext& context = Gaudi::Hive::currentContext();
66 return StatusCode::SUCCESS;
Class holding the LVL1 RoIB result build by the RoIBuilder.
std::vector< HLT::Identifier > IDVec
::StatusCode StatusCode
StatusCode definition for legacy code.