changed energyConversion.h to compile the calibration wizards

This commit is contained in:
2015-09-24 11:10:12 +02:00
parent 11de59d87c
commit 5057fd4eef

View File

@ -1,11 +1,13 @@
#ifndef ENERGYCONVERSION_H #ifndef ENERGYCONVERSION_H
#define ENERGYCONVERSION_H #define ENERGYCONVERSION_H
#ifdef __CINT #ifdef __CINT__
#define MYROOT #define MYROOT
#define __cplusplus
#endif #endif
//#ifndef MYROOT //#ifndef MYROOT
//#include "sls_receiver_defs.h"
#include "sls_detector_defs.h" #include "sls_detector_defs.h"
//#endif //#endif
@ -18,9 +20,9 @@ using namespace std;
class energyConversion class energyConversion
#ifndef MYROOT //#ifndef MYROOT
: private virtual slsDetectorDefs : private virtual slsDetectorDefs
#endif //#endif
{ {
public: public:
/** default constrauctor */ /** default constrauctor */