The Gaudi Framework
master (37c0b60a)
|
#include "DetDataSvc.h"
#include <GaudiKernel/DataObject.h>
#include <GaudiKernel/IAddressCreator.h>
#include <GaudiKernel/IConversionSvc.h>
#include <GaudiKernel/IOpaqueAddress.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/IValidity.h>
#include <GaudiKernel/MsgStream.h>
#include <GaudiKernel/System.h>
Go to the source code of this file.
Macros | |
#define | DETECTORDATASVC_DETDATASVC_CPP |
#define | ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
#define | ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
#define | DEBMSG ON_DEBUG debug() |
#define | VERMSG ON_VERBOSE verbose() |
#define DEBMSG ON_DEBUG debug() |
Definition at line 30 of file DetDataSvc.cpp.
#define DETECTORDATASVC_DETDATASVC_CPP |
Definition at line 12 of file DetDataSvc.cpp.
#define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 27 of file DetDataSvc.cpp.
#define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 28 of file DetDataSvc.cpp.
#define VERMSG ON_VERBOSE verbose() |
Definition at line 31 of file DetDataSvc.cpp.