1#ifndef BES_DCHAIN_SELECTOR_CC
2#define BES_DCHAIN_SELECTOR_CC
4#include "GaudiKernel/Bootstrap.h"
5#include "GaudiKernel/ISvcLocator.h"
6#include "GaudiKernel/StatusCode.h"
11 if ( m_evtSvc == 0 ) {
12 StatusCode sc = Gaudi::svcLocator()->service(
"EventDataSvc", m_evtSvc,
true );
13 if( sc.isFailure() ) {
24 if ( m_vtxSvc == 0 ) {
25 StatusCode sc = Gaudi::svcLocator()->service(
"VertexDbSvc", m_vtxSvc,
true );
26 if( sc.isFailure() ) {
IDataProviderSvc * eventSvc()
IVertexDbSvc * vtxDbSvc()