ATLAS Offline Software
Loading...
Searching...
No Matches
LeadingJetsRelations.h
Go to the documentation of this file.
1// -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef JETMONITORING_LEADINGJETRELATION_H
8#define JETMONITORING_LEADINGJETRELATION_H
9
10
11#include "GaudiKernel/ToolHandle.h"
12
15
18
19public:
20
21 LeadingJetsRelations(const std::string &t);
23
24 virtual StatusCode initialize() ;
25 virtual int buildHistos();
26 virtual int fillHistosFromContainer(const xAOD::JetContainer &cont, float weight);
27
28protected:
29 ToolHandleArray<HistoDefinitionTool> m_histoDef;
30 TH1F * m_histDeltaR{};
33 TH1F * m_histFrac{};
34
36
37};
38
39
40#endif
JetHistoBase(const std::string &t)
ASG_TOOL_CLASS0(LeadingJetsRelations)
virtual StatusCode initialize()
Dummy implementation of the initialisation function.
ToolHandleArray< HistoDefinitionTool > m_histoDef
virtual int fillHistosFromContainer(const xAOD::JetContainer &cont, float weight)
LeadingJetsRelations(const std::string &t)
JetContainer_v1 JetContainer
Definition of the current "jet container version".