ATLAS Offline Software
|
Functions | |
StrV | Vectorize (const TString &str, const TString &sep=" ") |
VecD | VectorizeD (const TString &str, const TString &sep=" ") |
std::unique_ptr< const TH1 > | GetHisto (TFile &file, const TString &hname) |
std::unique_ptr< const TH2 > | GetHisto2 (TFile &file, const TString &hname) |
std::unique_ptr< const TH3 > | GetHisto3 (TFile &file, const TString &hname) |
TTree * | setTree (TTree *tree) |
template<typename VXCONT > | |
int | countNPV (const VXCONT &vxCont) |
template<class H > | |
std::unique_ptr< const H > | GetHisto_impl (TFile &file, const TString &hname) |
int JetCalibUtils::countNPV | ( | const VXCONT & | vxCont | ) |
Definition at line 39 of file JetCalibUtils.h.
Definition at line 49 of file JetCalibUtils.cxx.
Definition at line 53 of file JetCalibUtils.cxx.
Definition at line 57 of file JetCalibUtils.cxx.
std::unique_ptr<const H> JetCalibUtils::GetHisto_impl | ( | TFile & | file, |
const TString & | hname | ||
) |
Definition at line 37 of file JetCalibUtils.cxx.
TTree * JetCalibUtils::setTree | ( | TTree * | tree | ) |
Definition at line 61 of file JetCalibUtils.cxx.