ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
HighGranularityTimingDetector
HGTD_Digitization
HGTD_Digitization
src
HGTD_Digitization.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef HGTDDIGITIZATION_HGTDDIGITIZATION_H
6
#define HGTDDIGITIZATION_HGTDDIGITIZATION_H
7
8
#include <
AthenaBaseComps/AthAlgorithm.h
>
9
#include <GaudiKernel/ToolHandle.h>
10
#include <
PileUpTools/IPileUpTool.h
>
11
12
13
class
HGTD_Digitization
:
public
AthAlgorithm
14
{
15
public
:
16
HGTD_Digitization
(
const
std::string &name, ISvcLocator *pSvcLocator);
17
virtual
~HGTD_Digitization
() =
default
;
18
virtual
StatusCode
initialize
() override final;
19
virtual StatusCode
execute
(
const
EventContext& ctx) override final;
20
virtual
bool
isClonable
()
const
override final {
return
true
; }
21
22
private
:
23
ToolHandle<IPileUpTool>
m_HGTD_DigitizationTool
{
24
this
,
"DigitizationTool"
,
"HGTD_DigitizationTool"
,
"HGTD_DigitizationTool name"
25
};
26
};
27
28
#endif
// HGTDDIGITIZATION_HGTDDIGITIZATION_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
HGTD_Digitization::execute
virtual StatusCode execute(const EventContext &ctx) override final
Execute method.
Definition
HGTD_Digitization.cxx:24
HGTD_Digitization::isClonable
virtual bool isClonable() const override final
Specify if the algorithm is clonable.
Definition
HGTD_Digitization.h:20
HGTD_Digitization::m_HGTD_DigitizationTool
ToolHandle< IPileUpTool > m_HGTD_DigitizationTool
Definition
HGTD_Digitization.h:23
HGTD_Digitization::~HGTD_Digitization
virtual ~HGTD_Digitization()=default
HGTD_Digitization::initialize
virtual StatusCode initialize() override final
Definition
HGTD_Digitization.cxx:15
HGTD_Digitization::HGTD_Digitization
HGTD_Digitization(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HGTD_Digitization.cxx:8
const
Generated on
for ATLAS Offline Software by
1.17.0