Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
RooFitMoreLib.h
Go to the documentation of this file.
1 #ifndef ROO_ROOFITMORE_LIB
2 #define ROO_ROOFITMORE_LIB
3 
4 // class to load RooFitMore library
5 
6 struct RooFitMoreLib {
7 
8  static void Load();
9 };
10 
11 #endif