BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Test.cxx File Reference
#include "DedxCorrecSvc/DedxCorrecSvc.h"
#include <iostream>

Go to the source code of this file.

Functions

int main ()

Function Documentation

◆ main()

int main ( )

Definition at line 5 of file Mdc/DedxCorrecSvc/test/Test.cxx.

5 {
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}