#include <map>
#include <memory>
#include <AIDA/IHistogram1D.h>
#include <AIDA/IHistogram2D.h>
#include <AIDA/IHistogram3D.h>
#include <TAxis.h>
#include <TH1D.h>
#include <TH1F.h>
#include <TH2D.h>
#include <TH2F.h>
#include <TH3D.h>
#include <Gaudi/Parsers/Factory.h>
#include <GaudiUtils/Aida2ROOT.h>
#include <GaudiUtils/HistoParsers.h>
#include <GaudiUtils/HistoXML.h>
#include "H1.h"
Go to the source code of this file.
|
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 |
|