Hall A ROOT/C++ Analyzer (podd)
|
#include "VDCeff.h"
#include "THaVarList.h"
#include "THaGlobals.h"
#include "TObjArray.h"
#include "TH1F.h"
#include "TMath.h"
#include "TDirectory.h"
#include "TClass.h"
#include <stdexcept>
#include <memory>
#include <cassert>
Go to the source code of this file.
Functions | |
static void | SafeDeleteHist (const TString &name, TH1F *&the_hist) |
Variables | |
const TString | eff_suffix ("eff") |
const TString | nhit_suffix ("nhit") |
Definition at line 42 of file VDCeff.cxx.
const TString eff_suffix("eff") | ( | "eff" | ) |
const TString nhit_suffix("nhit") | ( | "nhit" | ) |