BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
IMucGeomSvc.h
Go to the documentation of this file.
1/*
2 * 2004/09/10 Zhengyun You Peking University
3 *
4 */
5
6#ifndef IMUC_GEOM_SVC_H_
7#define IMUC_GEOM_SVC_H_
8#include "GaudiKernel/IInterface.h"
9#include "GaudiKernel/Kernel.h"
10
11// Declaration of the interface ID
12//static const InterfaceID IID_IMucGeomSvc = 3401;
13
14class IMucGeomSvc : virtual public IInterface {
15public:
16 //static const InterfaceID& interfaceID() { return IID_IMucGeomSvc; }
18 virtual void Dump() = 0;
19};
20
21#endif // IMUC_GEOM_SVC_H
DeclareInterfaceID(IMucGeomSvc, 3401, 1)
virtual void Dump()=0