ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
AFP
AFP_Digitization
AFP_Digitization
AFP_DigiTop.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 AFP_DIGITIZATION_H
6
#define AFP_DIGITIZATION_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
11
class
IPileUpTool
;
12
13
class
AFP_DigiTop
:
public
AthAlgorithm
14
{
15
16
public
:
17
18
AFP_DigiTop
(
const
std::string& name,
19
ISvcLocator* pSvcLocator);
20
virtual
~AFP_DigiTop
() =
default
;
21
virtual
StatusCode
initialize
() override final;
22
virtual StatusCode
execute
(
const
EventContext& ctx) override final;
23
virtual
bool
isClonable
()
const
override final {
return
true
; }
24
25
private
:
26
27
ToolHandle<IPileUpTool>
m_digTool
{
this
,
"DigitizationTool"
,
"AFP_PileUpTool"
,
""
};
28
};
29
30
#endif
AthAlgorithm.h
AFP_DigiTop::m_digTool
ToolHandle< IPileUpTool > m_digTool
Definition
AFP_DigiTop.h:27
AFP_DigiTop::initialize
virtual StatusCode initialize() override final
Definition
AFP_DigiTop.cxx:13
AFP_DigiTop::isClonable
virtual bool isClonable() const override final
Specify if the algorithm is clonable.
Definition
AFP_DigiTop.h:23
AFP_DigiTop::AFP_DigiTop
AFP_DigiTop(const std::string &name, ISvcLocator *pSvcLocator)
Definition
AFP_DigiTop.cxx:8
AFP_DigiTop::execute
virtual StatusCode execute(const EventContext &ctx) override final
Execute method.
Definition
AFP_DigiTop.cxx:21
AFP_DigiTop::~AFP_DigiTop
virtual ~AFP_DigiTop()=default
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
IPileUpTool
Definition
IPileUpTool.h:24
const
Generated on
for ATLAS Offline Software by
1.17.0