ATLAS Offline Software
JfexMonitorAlgorithm.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGT1CALOMONITORING_JFEXMONITORALGORITHM_H
5 #define TRIGT1CALOMONITORING_JFEXMONITORALGORITHM_H
6 
10 
16 #include "xAODTrigger/jFexTauRoI.h"
20 #include "xAODTrigger/jFexMETRoI.h"
23 
24 
25 
27  public:
28  JfexMonitorAlgorithm( const std::string& name, ISvcLocator* pSvcLocator );
29  virtual ~JfexMonitorAlgorithm()=default;
30  virtual StatusCode initialize() override;
31  virtual StatusCode fillHistograms( const EventContext& ctx ) const override;
32 
33  private:
34 
35  StringProperty m_Grouphist{this,"Grouphist","JfexMonitor","group name for histograming"};
36 
37  // container keys including this, steering parameter, default value and help description
38  SG::ReadHandleKey< xAOD::jFexSRJetRoIContainer > m_jFexSRJetContainerKey {this,"jFexSRJetRoIContainer","L1_jFexSRJetRoI","SG key of the input jFex SR Jet Roi container"};
39  SG::ReadHandleKey< xAOD::jFexLRJetRoIContainer > m_jFexLRJetContainerKey {this,"jFexLRJetRoIContainer","L1_jFexLRJetRoI","SG key of the input jFex LR Jet Roi container"};
40  SG::ReadHandleKey< xAOD::jFexTauRoIContainer > m_jFexTauContainerKey {this,"jFexTauRoIContainer" ,"L1_jFexTauRoI" ,"SG key of the input jFex Tau Roi container"};
41  SG::ReadHandleKey< xAOD::jFexFwdElRoIContainer > m_jFexFwdElContainerKey {this,"jFexFwdElRoIContainer","L1_jFexFwdElRoI","SG key of the input jFex EM Roi container"};
42  SG::ReadHandleKey< xAOD::jFexMETRoIContainer > m_jFexMETContainerKey {this,"jFexMETRoIContainer" ,"L1_jFexMETRoI" ,"SG key of the input jFex MET Roi container"};
43  SG::ReadHandleKey< xAOD::jFexSumETRoIContainer > m_jFexSumEtContainerKey {this,"jFexSumETRoIContainer","L1_jFexSumETRoI","SG key of the input jFex SumEt Roi container"};
44 
45 };
46 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
jFexFwdElRoIContainer.h
JfexMonitorAlgorithm::JfexMonitorAlgorithm
JfexMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition: JfexMonitorAlgorithm.cxx:8
jFexSumETRoIContainer.h
JfexMonitorAlgorithm::m_jFexFwdElContainerKey
SG::ReadHandleKey< xAOD::jFexFwdElRoIContainer > m_jFexFwdElContainerKey
Definition: JfexMonitorAlgorithm.h:41
jFexLRJetRoI.h
JfexMonitorAlgorithm::m_jFexMETContainerKey
SG::ReadHandleKey< xAOD::jFexMETRoIContainer > m_jFexMETContainerKey
Definition: JfexMonitorAlgorithm.h:42
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
JfexMonitorAlgorithm::m_jFexSumEtContainerKey
SG::ReadHandleKey< xAOD::jFexSumETRoIContainer > m_jFexSumEtContainerKey
Definition: JfexMonitorAlgorithm.h:43
jFexTauRoIContainer.h
JfexMonitorAlgorithm::m_jFexLRJetContainerKey
SG::ReadHandleKey< xAOD::jFexLRJetRoIContainer > m_jFexLRJetContainerKey
Definition: JfexMonitorAlgorithm.h:39
jFexFwdElRoI.h
AthMonitorAlgorithm
Base class for Athena Monitoring Algorithms.
Definition: AthMonitorAlgorithm.h:36
jFexLRJetRoIContainer.h
jFexSRJetRoI.h
jFexSRJetRoIContainer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthMonitorAlgorithm.h
jFexSumETRoI.h
JfexMonitorAlgorithm::fillHistograms
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Definition: JfexMonitorAlgorithm.cxx:43
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
JfexMonitorAlgorithm::initialize
virtual StatusCode initialize() override
initialize
Definition: JfexMonitorAlgorithm.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
jFexMETRoI.h
JfexMonitorAlgorithm::m_Grouphist
StringProperty m_Grouphist
Definition: JfexMonitorAlgorithm.h:35
jFexTauRoI.h
JfexMonitorAlgorithm
Definition: JfexMonitorAlgorithm.py:1
JfexMonitorAlgorithm::m_jFexSRJetContainerKey
SG::ReadHandleKey< xAOD::jFexSRJetRoIContainer > m_jFexSRJetContainerKey
Definition: JfexMonitorAlgorithm.h:38
JfexMonitorAlgorithm::~JfexMonitorAlgorithm
virtual ~JfexMonitorAlgorithm()=default
jFexMETRoIContainer.h
JfexMonitorAlgorithm::m_jFexTauContainerKey
SG::ReadHandleKey< xAOD::jFexTauRoIContainer > m_jFexTauContainerKey
Definition: JfexMonitorAlgorithm.h:40