ATLAS Offline Software
InnerDetector
InDetDigitization
FastTRT_Digitization
FastTRT_Digitization
TRTFastDigitization.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef FASTTRT_DIGITIZATION_TRTFASTDIGITIZATION_H
6
#define FASTTRT_DIGITIZATION_TRTFASTDIGITIZATION_H
7
8
#include "GaudiKernel/ToolHandle.h"
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
11
class
IPileUpTool
;
12
14
class
TRTFastDigitization
:
public
AthAlgorithm
{
15
16
public
:
17
19
TRTFastDigitization
(
const
std::string &
name
,ISvcLocator *pSvcLocator);
20
22
virtual
StatusCode
initialize
()
override
final
;
23
virtual
StatusCode
execute
()
override
final
;
24
25
private
:
26
ToolHandle<IPileUpTool>
m_digTool
{
this
,
"DigitizationTool"
,
"TRTFastDigitizationTool"
,
"AthAlgTool which performs the TRT digitization"
};
27
};
28
29
#endif // FASTTRT_DIGITIZATION_TRTFASTDIGITIZATION_H
TRTFastDigitization
Top algorithm class for TRT digitization.
Definition:
TRTFastDigitization.h:14
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IPileUpTool
Definition:
IPileUpTool.h:24
TRTFastDigitization::m_digTool
ToolHandle< IPileUpTool > m_digTool
Definition:
TRTFastDigitization.h:26
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TRTFastDigitization::TRTFastDigitization
TRTFastDigitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
Definition:
TRTFastDigitization.cxx:11
TRTFastDigitization::execute
virtual StatusCode execute() override final
Definition:
TRTFastDigitization.cxx:32
TRTFastDigitization::initialize
virtual StatusCode initialize() override final
Basic algorithm methods.
Definition:
TRTFastDigitization.cxx:19
Generated on Sun Dec 22 2024 21:21:57 for ATLAS Offline Software by
1.8.18