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