ATLAS Offline Software
Loading...
Searching...
No Matches
JetSubStructureHistos.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_JETSUBSTRUCTUREHISTOS_H
8#define JETMONITORING_JETSUBSTRUCTUREHISTOS_H
15
17class TH1F;
18
21
22public:
23
24 JetSubStructureHistos(const std::string &t);
26
27 virtual int buildHistos();
28
29 virtual int fillHistosFromJet(const xAOD::Jet &j, float weight);
30
31protected:
32
33 TH1F* m_tau21{};
34 TH1F* m_tau32{};
35 TH1F* m_tau21_wta{};
36 TH1F* m_tau32_wta{};
37
38 TH1F* m_C1{};
39 TH1F* m_C2{};
40 TH1F* m_D2{};
41
42 std::string m_jetScale;
43
44};
45#endif
JetHistoBase(const std::string &t)
virtual int fillHistosFromJet(const xAOD::Jet &j, float weight)
ASG_TOOL_CLASS0(JetSubStructureHistos)
JetSubStructureHistos(const std::string &t)
TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)
Jet_v1 Jet
Definition of the current "jet version".