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