The Gaudi Framework  master (d98a2936)
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::ostream & operator<< (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 143 of file Converter.h.

Function Documentation

◆ operator<<()

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

Definition at line 137 of file Converter.h.

137  {
138  return s << "CNV_" << id.m_stype << "_" << id.m_clid;
139 }
gaudirun.s
string s
Definition: gaudirun.py:346