mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
changed energyConversion.h to compile the calibration wizards
This commit is contained in:
@ -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 */
|
||||||
|
Reference in New Issue
Block a user