#ifndef OACALIBRECONBASE_EOACALIBRECON_HXX #define OACALIBRECONBASE_EOACALIBRECON_HXX #include "EoaCore.hxx" namespace COMET { /// Base class for all exceptions associated with the XXXXXXXX classes. OA_EXCEPTION(EoaCalibRecon, EoaCore); /// Base class for all exceptions associated with the calib. apply classes. OA_EXCEPTION(ECalibApply, EoaCalibRecon); /// Base class for all exceptions associated with the reconstruction classes. OA_EXCEPTION(ERecon, EoaCalibRecon); } #endif