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