36 #define G_NROI "GMWLResponse::nroi(GModelSky&, GEnergy&, GTime&, "\
38 #define G_EBOUNDS "GMWLResponse::ebounds(GEnergy&)"
179 const GTime& obsTime,
183 std::string msg =
"Spatial integration of sky model over the data space "
184 "is not implemented.";
207 std::string msg =
"Energy dispersion not implemented.";
230 result.append(
"=== GMWLResponse ===");
virtual GMWLResponse * clone(void) const
Clone instance.
Multi-wavelength response class.
virtual double nroi(const GModelSky &model, const GEnergy &obsEng, const GTime &obsTime, const GObservation &obs) const
Return integral of event probability for a given sky model over ROI.
void copy_members(const GMWLResponse &pnt)
Copy class members.
virtual std::string print(const GChatter &chatter=NORMAL) const
Print response information.
void free_members(void)
Delete class members.
void init_members(void)
Initialise class members.
Multi-wavelength response class interface definition.
Energy boundaries container class.
virtual void clear(void)
Clear instance.
virtual GMWLResponse & operator=(const GMWLResponse &rsp)
Assignment operator.
Abstract observation base class.
void init_members(void)
Initialise class members.
void free_members(void)
Delete class members.
virtual GResponse & operator=(const GResponse &rsp)
Assignment operator.
virtual ~GMWLResponse(void)
Destructor.
virtual GEbounds ebounds(const GEnergy &obsEnergy) const
Return true energy boundaries for a specific observed energy.
Exception handler interface definition.
GMWLResponse(void)
Void constructor.
Abstract instrument response base class.
Class that handles energies in a unit independent way.