ATLAS Offline Software
Loading...
Searching...
No Matches
egammaMonitorSuperClusterAlgorithm.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef egammaMonitorSuperClusterAlgorithm_H
6#define egammaMonitorSuperClusterAlgorithm_H
7
9
10class egammaRec;
11
13{
14
15 public:
16
17 egammaMonitorSuperClusterAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
18
19 virtual StatusCode initialize() override;
20 virtual StatusCode execute (const EventContext& ctx) const override;
21
22 protected:
23
24
25 void fillSuperClusterQuantities(const EventContext& ctx) const;
26
27
28
29 private:
31 this,
32 "InputEgammaRecContainerName",
33 "egammaRecCollection",
34 "input egammaRec container"
35 };
36
37 ToolHandle<GenericMonitoringTool> m_monTool{this,"MonTool","","Monitoring tool"};
38};
39
40
41
42#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
egammaMonitorBaseAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode execute(const EventContext &ctx) const override
void fillSuperClusterQuantities(const EventContext &ctx) const
SG::ReadHandleKey< EgammaRecContainer > m_inputEgammaRecContainerKey
egammaMonitorSuperClusterAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Represent an egamma object for internal egamma usage during reconstruction.
Definition egammaRec.h:31