ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArDigitization
src
LArHitEMapMaker.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARDIGITIZATION_LARDIGITMAKER_H
6
#define LARDIGITIZATION_LARDIGITMAKER_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
10
#include "
PileUpTools/IPileUpTool.h
"
11
12
#include "GaudiKernel/ToolHandle.h"
13
14
class
LArHitEMapMaker
:
public
AthAlgorithm
15
{
16
public
:
17
18
LArHitEMapMaker
(
const
std::string& name, ISvcLocator* pSvcLocator);
19
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
22
virtual
bool
isClonable
()
const
override final {
return
true
; }
23
24
private
:
25
26
ToolHandle<IPileUpTool>
m_LArPileUpTool
;
27
28
};
29
30
#endif
AthAlgorithm.h
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LArHitEMapMaker::isClonable
virtual bool isClonable() const override final
Specify if the algorithm is clonable.
Definition
LArHitEMapMaker.h:22
LArHitEMapMaker::m_LArPileUpTool
ToolHandle< IPileUpTool > m_LArPileUpTool
Definition
LArHitEMapMaker.h:26
LArHitEMapMaker::LArHitEMapMaker
LArHitEMapMaker(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArHitEMapMaker.cxx:16
LArHitEMapMaker::initialize
virtual StatusCode initialize() override
Definition
LArHitEMapMaker.cxx:25
LArHitEMapMaker::execute
virtual StatusCode execute(const EventContext &ctx) override
Execute method.
Definition
LArHitEMapMaker.cxx:44
const
Generated on
for ATLAS Offline Software by
1.17.0