BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/TofGeomSvc/TofGeomSvc-00-00-12/test/Test.cxx
Go to the documentation of this file.
1#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
14}
15
void Dump()
Definition: TofGeomSvc.cxx:115
virtual StatusCode initialize()
Definition: TofGeomSvc.cxx:21