The Gaudi Framework  master (37c0b60a)
DataObjID.h File Reference
#include <GaudiKernel/ClassID.h>
#include <GaudiKernel/StatusCode.h>
#include <iostream>
#include <mutex>
#include <string>
#include <unordered_set>
Include dependency graph for DataObjID.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataObjID
 
struct  DataObjID_Hasher
 
struct  Gaudi::Details::Property::StringConverter< TYPE >
 
struct  Gaudi::Details::Property::StringConverter< DataObjIDColl >
 
struct  Gaudi::Details::Property::StringConverter< DataObjIDVector >
 

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::Details
 
 Gaudi::Details::Property
 

Typedefs

using DataObjIDColl = std::unordered_set< DataObjID, DataObjID_Hasher >
 
using DataObjIDVector = std::vector< DataObjID >
 

Typedef Documentation

◆ DataObjIDColl

◆ DataObjIDVector

Definition at line 119 of file DataObjID.h.