ATLAS Offline Software
Loading...
Searching...
No Matches
testAthenaPhotonAlg.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 PHOTONEFFICIENCYCORRECTION_TESTATHENAPHOTONALG_H
6#define PHOTONEFFICIENCYCORRECTION_TESTATHENAPHOTONALG_H 1
7
9#include "GaudiKernel/ToolHandle.h"
10
11// forward declarations
13
15 public:
16 testAthenaPhotonAlg( const std::string& name, ISvcLocator* pSvcLocator );
18
19 virtual StatusCode initialize();
20 virtual StatusCode execute();
21 virtual StatusCode finalize();
22
23 private:
25 ToolHandle< IAsgPhotonEfficiencyCorrectionTool > m_photonSF;
26};
27
28#endif //> !PHOTONEFFICIENCYCORRECTION_TESTATHENAPHOTONALG_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize()
virtual StatusCode execute()
virtual ~testAthenaPhotonAlg()
testAthenaPhotonAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode finalize()
ToolHandle< IAsgPhotonEfficiencyCorrectionTool > m_photonSF
The tool handle to our photon efficiency correction.