BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Muc/MucGeomSvc/test/Test.cxx
Go to the documentation of this file.
1#include "MucGeomSvc/MucGeomSvc.h"
2#include <iostream.h>
3
4int main() {
5 MucGeomSvc fGeom;
6 cout << "dump" << endl;
7 fGeom.Dump();
8 cout << "Hi, event routine is running" << endl;
9}
virtual void Dump()