PersistencySvc.cpp File Reference
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/IConverter.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IDataSelector.h"
#include "GaudiKernel/IOpaqueAddress.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/strcasecmp.h"
#include "GaudiKernel/TypeNameString.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "PersistencySvc.h"
Include dependency graph for PersistencySvc.cpp:

Go to the source code of this file.

Macros

#define PERSISTENCYSVC_PERSISTENCYSVC_CPP
 
#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))
 
#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))
 
#define DEBMSG   ON_DEBUG debug()
 
#define VERMSG   ON_VERBOSE verbose()
 

Enumerations

enum  CnvSvcAction {
  CREATE_OBJ, FILL_OBJ_REFS, UPDATE_OBJ, UPDATE_OBJ_REFS,
  CREATE_REP, FILL_REP_REFS, UPDATE_REP, UPDATE_REP_REFS,
  CREATE_OBJ, FILL_OBJ_REFS, UPDATE_OBJ, UPDATE_OBJ_REFS,
  CREATE_REP, FILL_REP_REFS, UPDATE_REP, UPDATE_REP_REFS
}
 

Macro Definition Documentation

#define DEBMSG   ON_DEBUG debug()

Definition at line 38 of file PersistencySvc.cpp.

#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))

Definition at line 35 of file PersistencySvc.cpp.

#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))

Definition at line 36 of file PersistencySvc.cpp.

#define PERSISTENCYSVC_PERSISTENCYSVC_CPP

Definition at line 18 of file PersistencySvc.cpp.

#define VERMSG   ON_VERBOSE verbose()

Definition at line 39 of file PersistencySvc.cpp.

Enumeration Type Documentation

Enumerator
CREATE_OBJ 
FILL_OBJ_REFS 
UPDATE_OBJ 
UPDATE_OBJ_REFS 
CREATE_REP 
FILL_REP_REFS 
UPDATE_REP 
UPDATE_REP_REFS 
CREATE_OBJ 
FILL_OBJ_REFS 
UPDATE_OBJ 
UPDATE_OBJ_REFS 
CREATE_REP 
FILL_REP_REFS 
UPDATE_REP 
UPDATE_REP_REFS 

Definition at line 45 of file PersistencySvc.cpp.