![]() |
ATLAS Offline Software
|
#include <string>#include <string_view>#include <utility>#include <vector>#include "TH1F.h"#include "TH1D.h"#include "TH2F.h"#include "TH3F.h"#include "TProfile.h"#include "TProfile2D.h"#include "TTree.h"#include "TEfficiency.h"Go to the source code of this file.
Classes | |
| class | PlotBase |
Typedefs | |
| typedef std::pair< TH1 *, std::string > | HistData |
| typedef std::pair< TTree *, std::string > | TreeData |
| typedef std::pair< TEfficiency *, std::string > | EfficiencyData |
| typedef std::pair<TEfficiency*, std::string> EfficiencyData |
Definition at line 33 of file PlotBase.h.
| typedef std::pair<TH1*, std::string> HistData |
Definition at line 31 of file PlotBase.h.
| typedef std::pair<TTree*, std::string> TreeData |
Definition at line 32 of file PlotBase.h.