00001 #ifndef ELECTRONEFFICIENCYCORRECTION_TESTATHENAELECTRONALG_H
00002 #define ELECTRONEFFICIENCYCORRECTION_TESTATHENAELECTRONALG_H
00003
00004 #include "AthenaBaseComps/AthAlgorithm.h"
00005 #include "GaudiKernel/ToolHandle.h"
00006
00007
00008 class IAsgElectronEfficiencyCorrectionTool;
00009
00010 class testAthenaElectronAlg: public ::AthAlgorithm {
00011 public:
00012 testAthenaElectronAlg( const std::string& name, ISvcLocator* pSvcLocator );
00013 virtual ~testAthenaElectronAlg();
00014
00015 virtual StatusCode initialize();
00016 virtual StatusCode execute();
00017 virtual StatusCode finalize();
00018
00019 private:
00021 ToolHandle< IAsgElectronEfficiencyCorrectionTool > m_electronSF;
00022 };
00023
00024 #endif //> !ELECTRONEFFICIENCYCORRECTION_TESTATHENAELECTRONALG_H