![]() |
ATLAS Offline Software
|
#include <stdlib.h>
#include <iostream>
#include <string>
#include <vector>
#include "TROOT.h"
#include "TH1D.h"
#include "TH2D.h"
#include "TF1.h"
#include "TFile.h"
#include "TString.h"
#include "StatVal.h"
#include "TObject.h"
Go to the source code of this file.
Classes | |
class | Resplot |
class | Resplot::ResException |
Functions | |
Resplot | operator* (double d, Resplot r) |
A class to do useful book keeping and efficiency stuff. Like a TH1D in root, only it keeps a series of histograms with a value, very useful for making resolutions and so on.
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
Definition in file Resplot.h.