ATLAS Offline Software
TrigEgammaTLAPhotonHypoAlg.h
Go to the documentation of this file.
1 #ifndef TrigEgammaTLAPhotonHypoAlg_H
2 #define TrigEgammaTLAPhotonHypoAlg_H
3 
4 #include <string>
7 
9 
11 
12 
13 
15 
16  public:
17  TrigEgammaTLAPhotonHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
18 
19 
20 
21  virtual StatusCode initialize() override;
22  virtual StatusCode execute( const EventContext& context ) const override;
23 
24 
25  private:
26  ToolHandleArray<TrigEgammaTLAPhotonHypoTool> m_hypoTools {
27  this, "HypoTools", {}, "Hypo Tools"
28  };
29 
30 
32  this, "TLAOutputName", "TLAOutputName", "TLA Photon container key"
33  };
34 
35 
36 };
37 
38 #endif
TrigEgammaTLAPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigEgammaTLAPhotonHypoAlg.cxx:24
AthAlgorithm.h
TrigEgammaTLAPhotonHypoAlg
Definition: TrigEgammaTLAPhotonHypoAlg.h:14
TrigEgammaTLAPhotonHypoTool.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
TrigEgammaTLAPhotonHypoAlg::m_hypoTools
ToolHandleArray< TrigEgammaTLAPhotonHypoTool > m_hypoTools
Definition: TrigEgammaTLAPhotonHypoAlg.h:26
HypoBase.h
TrigEgammaTLAPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigEgammaTLAPhotonHypoAlg.cxx:34
TrigEgammaTLAPhotonHypoAlg::m_TLAPhotonsKey
SG::WriteHandleKey< xAOD::PhotonContainer > m_TLAPhotonsKey
Definition: TrigEgammaTLAPhotonHypoAlg.h:31
PhotonContainer.h
TrigEgammaTLAPhotonHypoAlg::TrigEgammaTLAPhotonHypoAlg
TrigEgammaTLAPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigEgammaTLAPhotonHypoAlg.cxx:20