LDef_roostats.h
1 #ifndef LDef_roostats_h
2 #define LDef_roostats_h
3 
4 #ifdef __CINT__
5 
6 // No "pragma link off" statements here as this file comes after LDef.h .
7 
8 #pragma link C++ class BCRooInterface-;
9 #pragma link C++ class RooStats::BATCalculator+;
10 
11 #pragma link C++ namespace RooStats;
12 
13 
14 #endif
15 
16 #endif // LDef_roostats_h