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