|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRT_DIGITIZATION_TRTDIGITIZATION_H
6 #define TRT_DIGITIZATION_TRTDIGITIZATION_H
8 #include "GaudiKernel/ToolHandle.h"
28 ToolHandle<IPileUpTool>
m_digTool{
this,
"DigitizationTool",
"TRTDigitizationTool",
"AthAlgTool which performs the TRT digitization"};
31 #endif // TRT_DIGITIZATION_TRTDIGITIZATION_H
ToolHandle< IPileUpTool > m_digTool
TRTDigitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
bool const RAWDATA *ch2 const
virtual StatusCode initialize() override final
Basic algorithm methods.
::StatusCode StatusCode
StatusCode definition for legacy code.
Top algorithm class for TRT digitization.
virtual bool isClonable() const override final
virtual StatusCode execute() override final
virtual ~TRTDigitization()=default