ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetDigitization
TRT_Digitization
src
TRTDigitization.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRT_DIGITIZATION_TRTDIGITIZATION_H
6
#define TRT_DIGITIZATION_TRTDIGITIZATION_H
7
8
#include "GaudiKernel/ToolHandle.h"
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
#include "
PileUpTools/IPileUpTool.h
"
11
13
class
TRTDigitization
:
public
AthAlgorithm
{
14
15
public
:
16
18
TRTDigitization
(
const
std::string &name,ISvcLocator *pSvcLocator);
19
20
virtual
~TRTDigitization
() =
default
;
21
23
virtual
StatusCode
initialize
() override final;
24
virtual StatusCode
execute
(
const
EventContext& ctx) override final;
25
virtual
bool
isClonable
()
const
override final {
return
true
; }
26
27
private
:
28
ToolHandle<IPileUpTool>
m_digTool
{
this
,
"DigitizationTool"
,
"TRTDigitizationTool"
,
"AthAlgTool which performs the TRT digitization"
};
29
};
30
31
#endif
// TRT_DIGITIZATION_TRTDIGITIZATION_H
AthAlgorithm.h
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
TRTDigitization::~TRTDigitization
virtual ~TRTDigitization()=default
TRTDigitization::TRTDigitization
TRTDigitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
Definition
TRTDigitization.cxx:10
TRTDigitization::execute
virtual StatusCode execute(const EventContext &ctx) override final
Execute method.
Definition
TRTDigitization.cxx:28
TRTDigitization::initialize
virtual StatusCode initialize() override final
Basic algorithm methods.
Definition
TRTDigitization.cxx:18
TRTDigitization::m_digTool
ToolHandle< IPileUpTool > m_digTool
Definition
TRTDigitization.h:28
TRTDigitization::isClonable
virtual bool isClonable() const override final
Specify if the algorithm is clonable.
Definition
TRTDigitization.h:25
const
Generated on
for ATLAS Offline Software by
1.17.0