Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GaudiToolServices Namespace Reference

Collection of default services names to be used for class GaudiTool. More...

Variables

const std::string s_EventDataSvc = "EventDataSvc"
 the default name for Event Data Service More...
 
const std::string s_DetectorDataSvc = "DetectorDataSvc"
 the default name for Detector Data Service More...
 
const std::string s_ChronoStatSvc = "ChronoStatSvc"
 the default name for Chrono & Stat Service More...
 
const std::string s_IncidentSvc = "IncidentSvc"
 the default name for Incident Service More...
 
const std::string s_HistoSvc = "HistogramDataSvc"
 the default name for Histogram Service More...
 

Detailed Description

Collection of default services names to be used for class GaudiTool.

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@I.nosp@m.van..nosp@m.Belya.nosp@m.ev.ru
Date
2004-01-19

Variable Documentation

const std::string GaudiToolServices::s_ChronoStatSvc = "ChronoStatSvc"

the default name for Chrono & Stat Service

Definition at line 47 of file GaudiTool.cpp.

const std::string GaudiToolServices::s_DetectorDataSvc = "DetectorDataSvc"

the default name for Detector Data Service

Definition at line 45 of file GaudiTool.cpp.

const std::string GaudiToolServices::s_EventDataSvc = "EventDataSvc"

the default name for Event Data Service

Definition at line 43 of file GaudiTool.cpp.

const std::string GaudiToolServices::s_HistoSvc = "HistogramDataSvc"

the default name for Histogram Service

Definition at line 51 of file GaudiTool.cpp.

const std::string GaudiToolServices::s_IncidentSvc = "IncidentSvc"

the default name for Incident Service

Definition at line 49 of file GaudiTool.cpp.