CGEM BOSS 6.6.5.g
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
12static const InterfaceID IID_IMucGeomSvc = 3401;
13
14class IMucGeomSvc : virtual public IInterface {
15public:
16 static const InterfaceID& interfaceID() { return IID_IMucGeomSvc; }
17 virtual void Dump() = 0;
18};
19
20#endif // IMUC_GEOM_SVC_H
static const InterfaceID & interfaceID()
Definition: IMucGeomSvc.h:16
virtual void Dump()=0