The Gaudi Framework
master (37c0b60a)
|
#include <iostream>
#include <map>
#include <set>
#include <string>
#include <vector>
#include <boost/ptr_container/ptr_set.hpp>
#include "Property.h"
#include "PropertyName.h"
#include "PropertyValue.h"
Go to the source code of this file.
Classes | |
class | Gaudi::Parsers::Catalog |
Namespaces | |
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. | |
Gaudi::Parsers | |
Functions | |
std::ostream & | Gaudi::Parsers::operator<< (std::ostream &o, const Catalog &c) |
printout operator More... | |