Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
call_bcal_hadronic_eff.C
Go to the documentation of this file.
1 void call_bcal_hadronic_eff(TString file, TString option)
2 {
3 // issue the tree->Process, so that it can be run from the command line
4 //
5  cout << "call_bcal_hadronic_eff, file=" << file << " option=" << option << endl;
6  bcal_hadronic_eff->Process(file,option);
7 }
8 
void call_bcal_hadronic_eff(TString file, TString option)