Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-10-13 09:35:33

0001 #ifndef ROO_ROOFITMORE_LIB
0002 #define ROO_ROOFITMORE_LIB
0003 
0004 // class to load RooFitMore library
0005 
0006 struct  RooFitMoreLib {
0007 
0008    static void Load();
0009 };
0010 
0011 #endif