11#include "TObjString.h"
20#define CHECK_THEN_ERROR( checkcode, message) if( checkcode ) { ATH_MSG_ERROR( message ) ; return StatusCode::FAILURE;}
22typedef std::vector<TString>
StrV;
23typedef std::vector<double>
VecD;
32 std::unique_ptr<const TH1>
GetHisto(TFile&
file,
const TString& hname);
33 std::unique_ptr<const TH2>
GetHisto2(TFile&
file,
const TString& hname);
34 std::unique_ptr<const TH3>
GetHisto3(TFile&
file,
const TString& hname);
38 template<
typename VXCONT>
std::vector< double > VecD
std::vector< TString > StrV
StrV Vectorize(const TString &str, const TString &sep=" ")
int countNPV(const VXCONT &vxCont)
std::unique_ptr< const TH2 > GetHisto2(TFile &file, const TString &hname)
VecD VectorizeD(const TString &str, const TString &sep=" ")
std::unique_ptr< const TH1 > GetHisto(TFile &file, const TString &hname)
TTree * setTree(TTree *tree)
std::unique_ptr< const TH3 > GetHisto3(TFile &file, const TString &hname)
Vertex_v1 Vertex
Define the latest version of the vertex class.