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