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
#define ENERGYCONVERSION_H
#ifdef __CINT
#ifdef __CINT__
#define MYROOT
#define __cplusplus
#endif
//#ifndef MYROOT
//#include "sls_receiver_defs.h"
#include "sls_detector_defs.h"
//#endif
@ -18,9 +20,9 @@ using namespace std;
class energyConversion
#ifndef MYROOT
//#ifndef MYROOT
: private virtual slsDetectorDefs
#endif
//#endif
{
public:
/** default constrauctor */