The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
HistoParsers.h File Reference
Include dependency graph for HistoParsers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  AIDA
 
namespace  Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
namespace  Gaudi::Parsers
 

Functions

GAUDI_API StatusCode Gaudi::Parsers::parse (TH1D &result, std::string_view input)
 parse ROOT histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH2D &result, std::string_view input)
 parse ROOT histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH3D &result, std::string_view input)
 parse ROOT histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH1F &result, std::string_view input)
 parse ROOT histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH2F &result, std::string_view input)
 parse ROOT histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH3F &result, std::string_view input)
 parse AIDA histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (AIDA::IHistogram1D &result, std::string_view input)
 parse AIDA histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (AIDA::IHistogram2D &result, std::string_view input)
 parse AIDA histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (AIDA::IHistogram3D &result, std::string_view input)
 parse AIDA histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH1D *&result, std::string_view input)
 parse ROOT histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH2D *&result, std::string_view input)
 parse ROOT histogram from text representation
 
GAUDI_API StatusCode Gaudi::Parsers::parse (TH3D *&result, std::string_view input)
 parse ROOT histogram from text representation