5#ifndef FASTTRT_DIGITIZATION_TRTFASTDIGITIZATION_H
6#define FASTTRT_DIGITIZATION_TRTFASTDIGITIZATION_H
8#include "GaudiKernel/ToolHandle.h"
22 virtual StatusCode
initialize()
override final;
23 virtual StatusCode
execute()
override final;
26 ToolHandle<IPileUpTool>
m_digTool{
this,
"DigitizationTool",
"TRTFastDigitizationTool",
"AthAlgTool which performs the TRT digitization"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize() override final
Basic algorithm methods.
ToolHandle< IPileUpTool > m_digTool
TRTFastDigitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
virtual StatusCode execute() override final