ATLAS Offline Software
Loading...
Searching...
No Matches
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
9
11
12#include "GaudiKernel/ToolHandle.h"
13
15{
16 public:
17
18 LArHitEMapMaker(const std::string& name, ISvcLocator* pSvcLocator);
19
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute() override;
22 virtual bool isClonable() const override final { return true; }
23
24 private:
25
26 ToolHandle<IPileUpTool> m_LArPileUpTool;
27
28};
29
30#endif
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual bool isClonable() const override final
ToolHandle< IPileUpTool > m_LArPileUpTool
virtual StatusCode execute() override
LArHitEMapMaker(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override