1 #ifndef GAUDIKERNEL_IPUBLISH_H
2 #define GAUDIKERNEL_IPUBLISH_H
4 #include "GaudiKernel/IInterface.h"
25 virtual void declarePubItem(
const std::string& name,
const bool& var) = 0;
26 virtual void declarePubItem(
const std::string& name,
const int& var) = 0;
27 virtual void declarePubItem(
const std::string& name,
const long& var) = 0;
28 virtual void declarePubItem(
const std::string& name,
const double& var) = 0;
29 virtual void declarePubItem(
const std::string& name,
const std::string& var) = 0;
35 virtual void undeclarePubItem(
const std::string& name ) = 0;
39 virtual void undeclarePubAll() = 0;
44 virtual void updateItem(
const std::string &name) = 0;
48 virtual void updateAll() = 0;
54 #endif // GAUDIKERNEL_IPUBLISH_H
Definition of the IPublishSvc interface, which publishes Gaudi variables to outside monitoring proces...
Definition of the basic interface.
#define DeclareInterfaceID(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...