ATLAS Offline Software
Loading...
Searching...
No Matches
TauParticleFlowPlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TAUDQA_TAUPARTICLEFLOWPLOTS_H
6#define TAUDQA_TAUPARTICLEFLOWPLOTS_H
7
9#include "TauKinematicPlots.h"
10#include "xAODTau/TauJet.h"
11
12class TH1;
13
14namespace Tau{
15
17 public:
18 TauParticleFlowPlots(PlotBase *pParent, const std::string& sDir, const std::string& sTauJetContainerName);
19 virtual ~TauParticleFlowPlots();
20
21 void fill(const xAOD::TauJet& tau, float weight);
22
24
25 //Here I try to include CellBased substructure variables, from the Particle Flow Object (PFO), begining with basic charged and neutral PFO 4-vector.
31
32 //PanTau Variables
49
50
51 private:
52 void initializePlots();
54};
55
56}
57
58#endif
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
TauParticleFlowPlots(PlotBase *pParent, const std::string &sDir, const std::string &sTauJetContainerName)
TH1 * m_pantau_CellBasedInput_BDTVar_Neutral_PID_BDTValues_BDTSort_2
TH1 * m_pantau_CellBasedInput_BDTVar_Neutral_Shots_NPhotonsInSeed
void fill(const xAOD::TauJet &tau, float weight)
TH1 * m_pantau_CellBasedInput_BDTVar_Charged_StdDev_Et_WrtEtAllConsts
TH1 * m_pantau_CellBasedInput_BDTVar_Charged_JetMoment_EtDRxTotalEt
TH1 * m_pantau_CellBasedInput_BDTVar_Neutral_Ratio_1stBDTEtOverEtAllConsts
TH1 * m_pantau_CellBasedInput_BDTVar_Combined_DeltaR1stNeutralTo1stCharged
TH1 * m_pantau_CellBasedInput_BDTVar_Neutral_PID_BDTValues_BDTSort_1
TH1 * m_pantau_CellBasedInput_BDTVar_Neutral_Ratio_EtOverEtAllConsts
Tau::TauKinematicPlots m_oTauKinematicPlots
TauJet_v3 TauJet
Definition of the current "tau version".