The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
DataObjID.h File Reference
#include <GaudiKernel/ClassID.h>
#include <GaudiKernel/StatusCode.h>
#include <iostream>
#include <memory>
#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< 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>
 

Typedef Documentation

◆ DataObjIDColl

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

Definition at line 121 of file DataObjID.h.

◆ DataObjIDVector

using DataObjIDVector = std::vector<DataObjID>

Definition at line 122 of file DataObjID.h.