  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   19     while (TObjString* 
os=(TObjString*)istr())
 
   27     std::vector<double> 
result;
 
   29     std::unique_ptr<TIter> istr(
new TIter(
tokens.get()));
 
   30     while (TObjString* 
os = 
dynamic_cast<TObjString*
>(istr->Next())) {
 
   39     std::unique_ptr<H> 
h(
static_cast<H*
>(
file.Get(
hname)));
 
   41       std::cout << 
"WARNING: Cannot access histogram " << 
hname.Data()
 
   42                 << 
" in file " << 
file.GetName() << std::endl;
 
   45       h->SetDirectory(
nullptr);  
 
  
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)
 
double atof(std::string_view str)
Converts a string into a double / float.
 
std::vector< TString > StrV
 
std::vector< double > VecD
 
VecD VectorizeD(const TString &str, const TString &sep=" ")
 
std::unique_ptr< const TH1 > GetHisto(TFile &file, const TString &hname)
 
std::unique_ptr< const H > GetHisto_impl(TFile &file, const TString &hname)