#include <iostream>
#include <string>
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/SmartRef.h"
#include "GaudiKernel/Point3DTypes.h"
Include dependency graph for IDetectorElement.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
interface | IDetectorElement |
An abstract Interface accees the node in DetectorDescription tree. More... | |
Defines | |
#define | DETDESC_IDETECTORELEMENT_H 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const IDetectorElement &de) |
std::ostream & | operator<< (std::ostream &os, const IDetectorElement *de) |
Variables | |
static const InterfaceID | IID_IDetectorElement (156, 2, 2) |
the unique interface identifier ( unique interface identifier , major & minor versions) |
#define DETDESC_IDETECTORELEMENT_H 1 |
Definition at line 4 of file IDetectorElement.h.
std::ostream& operator<< | ( | std::ostream & | os, | |
const IDetectorElement & | de | |||
) | [inline] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const IDetectorElement * | de | |||
) | [inline] |
Definition at line 195 of file IDetectorElement.h.
00197 { 00198 return 00199 ( (0 == de) ? (os << "IDetectorElement* points to NULL") : (os << *de) ) ; 00200 };
const InterfaceID IID_IDetectorElement(156, 2, 2) [static] |
the unique interface identifier ( unique interface identifier , major & minor versions)