  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   29   return StatusCode::SUCCESS;
 
   37   auto outputRawChannels = std::make_unique<TileMutableRawChannelContainer>(*inputRawChannels);
 
   41     if (noiseFilterTool->process(*outputRawChannels.get(), ctx).isFailure()) {
 
   42       ATH_MSG_ERROR( 
" Error status returned from " << noiseFilterTool.name() );
 
   44       ATH_MSG_DEBUG( noiseFilterTool.name() << 
" applied to the container" );
 
   49   ATH_CHECK( outputRawChannelContainer.
record(std::move(outputRawChannels)) );
 
   51   ATH_MSG_DEBUG( 
"TileRawChannelContainer registered successfully ("  
   54   return StatusCode::SUCCESS;
 
  
SG::WriteHandleKey< TileRawChannelContainer > m_outputRawChannelContainerKey
 
ToolHandleArray< ITileRawChannelTool > m_noiseFilterTools
 
const std::string & key() const
Return the StoreGate ID for the referenced object.
 
virtual StatusCode execute(const EventContext &ctx) const override
 
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
 
Handle class for recording to StoreGate.
 
SG::ReadHandleKey< TileRawChannelContainer > m_inputRawChannelContainerKey
 
::StatusCode StatusCode
StatusCode definition for legacy code.
 
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
 
Helpers for checking error return status codes and reporting errors.
 
virtual StatusCode initialize() override
 
Helper for holding non-const raw data prior to recording in SG.
 
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
 
Handle class for reading from StoreGate.