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