ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_DigiAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ALFA_DIGI_ALG_H
6#define ALFA_DIGI_ALG_H
7
9#include "GaudiKernel/ToolHandle.h"
10
11class IPileUpTool;
12
14{
15
16 public:
17
18 ALFA_DigiAlg(const std::string& name, ISvcLocator* pSvcLocator);
19
20 StatusCode initialize();
21 StatusCode execute();
22 StatusCode finalize();
23
24 private:
25
26 ToolHandle<IPileUpTool> m_digiTool;
27};
28
29#endif
StatusCode execute()
ToolHandle< IPileUpTool > m_digiTool
StatusCode initialize()
ALFA_DigiAlg(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode finalize()
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters: