Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
CreateExampleFile.C
Go to the documentation of this file.
1 void CreateExampleFile()
2 {
3  gROOT->ProcessLine(".! prepareHistFactory .");
4  gROOT->ProcessLine(".! hist2workspace config/example.xml");
5 }