![]() |
The Gaudi Framework
master (ff829712)
|
#include <GaudiKernel/ClassID.h>
#include <GaudiKernel/StatusCode.h>
#include <iostream>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | DataObjID |
struct | DataObjID_Hasher |
struct | Gaudi::Details::Property::StringConverter< DataObjIDColl > |
struct | Gaudi::Details::Property::StringConverter< DataObjIDVector > |
Namespaces | |
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::Details |
namespace | Gaudi::Details::Property |
Typedefs | |
using | DataObjIDColl = std::unordered_set<DataObjID, DataObjID_Hasher> |
using | DataObjIDVector = std::vector<DataObjID> |
using DataObjIDColl = std::unordered_set<DataObjID, DataObjID_Hasher> |
Definition at line 121 of file DataObjID.h.
using DataObjIDVector = std::vector<DataObjID> |
Definition at line 122 of file DataObjID.h.