5#ifndef JETMONITORALGORITHM_H
6#define JETMONITORALGORITHM_H
12#include "GaudiKernel/ToolHandle.h"
31 virtual StatusCode
fillHistograms(
const EventContext& ctx )
const override;
33 bool isPassed(
const std::string &c)
const ;
40 ToolHandle<IJetCalibrationTool>
m_calibrationTool{
this,
"JetCalibTool",
"",
"Jet calibration tool name"};
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
unsigned int isPassedBits(const std::string &c) const
ToolHandleArray< IJetHistoFiller > m_jetFillerTools
bool m_eventFiresAnyJetChain
bool m_failureOnMissingContainer
virtual ~JetMonitoringAlg()
ToolHandle< IJetCalibrationTool > m_calibrationTool
JetMonitoringAlg(const std::string &name, ISvcLocator *pSvcLocator)
bool isPassed(const std::string &c) const
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
virtual StatusCode initialize() override
initialize
Property holding a SG store/key/clid from which a ReadHandle is made.