ATLAS Offline Software
Loading...
Searching...
No Matches
JetMonitoringAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETMONITORALGORITHM_H
6#define JETMONITORALGORITHM_H
7
12#include "GaudiKernel/ToolHandle.h"
14
15
25
27public:
28 JetMonitoringAlg( const std::string& name, ISvcLocator* pSvcLocator );
30 virtual StatusCode initialize() override;
31 virtual StatusCode fillHistograms( const EventContext& ctx ) const override;
32
33 bool isPassed(const std::string &c) const ;
34 unsigned int isPassedBits(const std::string &c) const ;
35private:
36
38
39 ToolHandleArray<IJetHistoFiller> m_jetFillerTools;
40
44
45};
46#endif
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
virtual ~JetMonitoringAlg()
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.