ATLAS Offline Software
Loading...
Searching...
No Matches
JetTileCorrectionAlg.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 JETTILECORRECTION_JETTILECORRECTIONALG_H
6#define JETTILECORRECTION_JETTILECORRECTIONALG_H 1
7
10
11//#include "JetTileCorrection/IJetTileCorrectionTool.h"
13
14namespace CP{
15
17 public:
18 JetTileCorrectionAlg( const std::string& name, ISvcLocator* pSvcLocator );
20
21 virtual StatusCode initialize();
22 virtual StatusCode firstExecute();
23 virtual StatusCode execute();
24 virtual StatusCode finalize();
25
26 private:
27
28 std::string m_jetKey;
29
30 ToolHandle< IJetTileCorrectionTool > m_jtcTool;
31
32 };
33}
34
35#endif //> !JETTILECORRECTION_JETTILECORRECTIONALG_H
AthAnalysisAlgorithm(const std::string &name)
Constructor taking just a name.
virtual StatusCode initialize()
virtual StatusCode firstExecute()
Function called when first execute is encountered user can read event information with evtStore()
JetTileCorrectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< IJetTileCorrectionTool > m_jtcTool
Select isolated Photons, Electrons and Muons.