ATLAS Offline Software
BTagVertexAugmenter.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 BTAGGING_VERTEX_AUGMENTER_HH
6 #define BTAGGING_VERTEX_AUGMENTER_HH
7 
9 #include "GaudiKernel/ToolHandle.h"
10 
12 public:
13  BTagVertexAugmenter(const std::string& name,
14  ISvcLocator* pSvcLocator );
15 
16  virtual StatusCode initialize();
17  virtual StatusCode execute();
18  virtual StatusCode finalize();
19 private:
20 };
21 
22 #endif
BTagVertexAugmenter::initialize
virtual StatusCode initialize()
Definition: BTagVertexAugmenter.cxx:19
AthAlgorithm.h
BTagVertexAugmenter::finalize
virtual StatusCode finalize()
Definition: BTagVertexAugmenter.cxx:23
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
BTagVertexAugmenter
Definition: BTagVertexAugmenter.h:11
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
BTagVertexAugmenter::BTagVertexAugmenter
BTagVertexAugmenter(const std::string &name, ISvcLocator *pSvcLocator)
Definition: BTagVertexAugmenter.cxx:13
BTagVertexAugmenter::execute
virtual StatusCode execute()
Definition: BTagVertexAugmenter.cxx:27