ATLAS Offline Software
Loading...
Searching...
No Matches
InDetPerfPlot_VerticesVsMu.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETPHYSVALMONITORING_INDETPERFPLOT_VERTEXCONTAINER
6#define INDETPHYSVALMONITORING_INDETPERFPLOT_VERTEXCONTAINER
11
12
13// std includes
14#include <string>
15
16// local includes
17#include "InDetPlotBase.h"
21
22class TH2;
23
26public:
27 InDetPerfPlot_VerticesVsMu(InDetPlotBase* pParent, const std::string& dirName);
28
29 // Fills vertex container information; also uses EventInfo
30 void fill(const xAOD::VertexContainer& vertices, unsigned int truthMu, float actualMu, float weight=1.0);
31private:
37
38 // plot base has nop default implementation of this; we use it to book the histos
39 void initializePlots();
40};
41
42
43
44
45#endif
void fill(const xAOD::VertexContainer &vertices, unsigned int truthMu, float actualMu, float weight=1.0)
InDetPerfPlot_VerticesVsMu(InDetPlotBase *pParent, const std::string &dirName)
InDetPlotBase(InDetPlotBase *pParent, const std::string &dirName)
Constructor taking parent node and directory name for plots.
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".