|
ATLAS Offline Software
|
Go to the documentation of this file.
14 m_hitTimingTools(this) {
28 if(
m_hitTimingTools.size() != MuonStationIndex::TechnologyIndex::TechnologyIndexMax ){
29 ATH_MSG_ERROR(
" The MuonHitTimingTool ToolHandleArray SHOULD contain exactly " << MuonStationIndex::TechnologyIndex::TechnologyIndexMax
30 <<
" ToolHandles (they can be empty). ");
31 return StatusCode::FAILURE;
39 if( toolHandle.empty() )
continue;
42 return StatusCode::SUCCESS;
48 if(
hits.empty() || !
hits.front())
return {};
56 if( toolHandle.empty() ) {
60 return toolHandle->calculateTimingResult(
hits);
#define ATH_MSG_VERBOSE(x)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
::StatusCode StatusCode
StatusCode definition for legacy code.
TechnologyIndex
enum to classify the different layers in the muon spectrometer
static const std::string & technologyName(TechnologyIndex index)
convert LayerIndex into a string