//============================================================================ /*! \file NxContext.h * \author W.F.J.Mueller/GSI * * JAM this helpful class was taken out of CBM roclib to be used again for Nyxor board nxyter setup gui * 15-July-2015 */ //============================================================================ #ifndef NXYTER_NXCONTEXT_H #define NXYTER_NXCONTEXT_H #include #include #include namespace nxyter { // Note: the following defs are in nxyter namespace because rootcint // does apparently not support static const defs in class scope. // static const int kDoMask = 1<<0; //!< handle mask part static const int kDoCore = 1<<1; //!< handle core part static const int kDoTrim = 1<<2; //!< handle trim part static const int kDoAll = kDoMask|kDoCore|kDoTrim; //