The Gaudi Framework  master (37c0b60a)
Converter.h File Reference
Include dependency graph for Converter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Converter
 
class  ConverterID
 

Macros

#define DECLARE_CONVERTER(x)   DECLARE_COMPONENT_WITH_ID( x, ConverterID( x::storageType(), x::classID() ) )
 

Functions

std::ostreamoperator<< (std::ostream &s, const ConverterID &id)
 

Macro Definition Documentation

◆ DECLARE_CONVERTER

#define DECLARE_CONVERTER (   x)    DECLARE_COMPONENT_WITH_ID( x, ConverterID( x::storageType(), x::classID() ) )

Definition at line 164 of file Converter.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream s,
const ConverterID id 
)
inline

Definition at line 158 of file Converter.h.

158  {
159  return s << "CNV_" << id.m_stype << "_" << id.m_clid;
160 }
gaudirun.s
string s
Definition: gaudirun.py:346