/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Mdc/DedxCorrecSvc/DedxCorrecSvc-00-02-52/test/Test.cxx File Reference

#include <iostream>
#include "DedxCorrecSvc/DedxCorrecSvc.h"

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main (  ) 

Definition at line 5 of file Test.cxx.

References DedxCorrecSvc::finalize(), DedxCorrecSvc::initialize(), and deljobs::string.

00005           {
00006    const string& name = " ";
00007    ISvcLocator* svcloc = NULL ;
00008    DedxCorrecSvc fEx(name, svcloc);      
00009    fEx.initialize();     
00010    cout <<"dump"<<endl;
00011 //   fCali.Dump();
00012    cout<<"Hi, event routine is running"<<endl;
00013    fEx.finalize();
00014 
00015 }


Generated on Tue Nov 29 23:16:43 2016 for BOSS_7.0.2 by  doxygen 1.4.7