BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Mdc/MdcGeomSvc/test/Test.cxx
Go to the documentation of this file.
1#include "MdcGeomSvc/MdcGeomSvc.h"
2#include <iostream.h>
3
4int main() {
5 const std::string& name = " ";
6 ISvcLocator* svcloc = NULL;
7 MdcGeomSvc fGeom( name, svcloc );
8 fGeom.initialize();
9 cout << "dump" << endl;
10 fGeom.Dump();
11 cout << "Hi, event routine is running" << endl;
12 cout << "1st wire id:" << fGeom.Wire( 0 )->Id() << endl;
13 cout << "2nd wire lyr id:" << fGeom.Wire( 1 )->Lyr()->Id() << endl;
14 cout << "6860th wire lyr id:" << fGeom.Wire( 6859 )->Lyr()->Id() << endl;
15 fGeom.finalize();
16}
virtual StatusCode initialize()
const MdcGeoWire *const Wire(unsigned id)
virtual StatusCode finalize()