BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/TofGeomSvc/test/Test.cxx
Go to the documentation of this file.
1#include "TofGeomSvc/TofGeomSvc.h"
2#include <iostream.h>
3
4int main() {
5 const std::string& name = " ";
6 ISvcLocator* svcloc = NULL;
7 TofGeomSvc fGeom( name, svcloc );
8 fGeom.initialize();
9 cout << "dump" << endl;
10 fGeom.Dump();
11 cout << "Hi, event routine is running" << endl;
12 // fGeom.finalize();
13}
virtual StatusCode initialize()