#ifndef RECONECAL_ERECONECAL_HXX #define RECONECAL_ERECONECAL_HXX #include "EoaCalibRecon.hxx" namespace COMET { /// Base class for all exceptions associated with ReconECAL. OA_EXCEPTION(EReconECAL, ERecon); } #endif