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