|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JETCALIBUTILS_H
6 #define JETCALIBUTILS_H
11 #include "TObjString.h"
20 #define CHECK_THEN_ERROR( checkcode, message) if( checkcode ) { ATH_MSG_ERROR( message ) ; return StatusCode::FAILURE;}
22 typedef std::vector<TString>
StrV;
23 typedef std::vector<double>
VecD;
38 template<
typename VXCONT>
std::unique_ptr< const TH2 > GetHisto2(TFile &file, const TString &hname)
StrV Vectorize(const TString &str, const TString &sep=" ")
TTree * setTree(TTree *tree)
std::unique_ptr< const TH3 > GetHisto3(TFile &file, const TString &hname)
std::vector< TString > StrV
Class describing a Vertex.
std::vector< double > VecD
VecD VectorizeD(const TString &str, const TString &sep=" ")
int countNPV(const VXCONT &vxCont)
std::unique_ptr< const TH1 > GetHisto(TFile &file, const TString &hname)