ATLAS Offline Software
Namespaces | Typedefs | Functions
JetCalibUtils.h File Reference
#include "TFile.h"
#include "TTree.h"
#include "TString.h"
#include "TObjString.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include <cmath>
#include <vector>
#include <memory>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JetCalibUtils
 

Typedefs

typedef std::vector< TString > StrV
 
typedef std::vector< double > VecD
 

Functions

StrV JetCalibUtils::Vectorize (const TString &str, const TString &sep=" ")
 
VecD JetCalibUtils::VectorizeD (const TString &str, const TString &sep=" ")
 
std::unique_ptr< const TH1JetCalibUtils::GetHisto (TFile &file, const TString &hname)
 
std::unique_ptr< const TH2JetCalibUtils::GetHisto2 (TFile &file, const TString &hname)
 
std::unique_ptr< const TH3JetCalibUtils::GetHisto3 (TFile &file, const TString &hname)
 
TTree * JetCalibUtils::setTree (TTree *tree)
 

Typedef Documentation

◆ StrV

typedef std::vector<TString> StrV

Definition at line 19 of file JetCalibUtils.h.

◆ VecD

typedef std::vector<double> VecD

Definition at line 20 of file JetCalibUtils.h.