ATLAS Offline Software
Loading...
Searching...
No Matches
JetHistoLeadingJetsRelations.h
Go to the documentation of this file.
1// this file is -*- C++ -*-
2/*
3 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4*/
5
6#ifndef JETHISTOLEADINGJETSRELATIONS_H
7#define JETHISTOLEADINGJETSRELATIONS_H
8
10
13
22public:
23 //LeadingJetsRelationsFiller();
24 // : public AthAlgTool, public IJetHIstoFiller();
25 JetHistoLeadingJetsRelations( const std::string& type, const std::string & name ,const IInterface* parent);
27
28 virtual StatusCode initialize() ;
29 virtual StatusCode processJetContainer(const JetMonitoringAlg& parentAlg, const xAOD::JetContainer & jets, const EventContext& ctx) const;
30
31
32private:
33
34
35 Gaudi::Property<std::string> m_group {this,"Group", "undefined"};
36
37};
38#endif
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Interface for tools in charge of filling 1 histo (or several closely related ones)
JetHistoLeadingJetsRelations(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Gaudi::Property< std::string > m_group
A monitoring algorithm in charge of filling histogram for a JetContainer.
JetContainer_v1 JetContainer
Definition of the current "jet container version".