yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
YODA::LowStatsError Class Reference

Errors relating to insufficient (effective) statistics. More...

#include <Exceptions.h>

Inheritance diagram for YODA::LowStatsError:
YODA::Exception

Public Member Functions

 LowStatsError (const std::string &what)
 
- Public Member Functions inherited from YODA::Exception
 Exception (const std::string &what)
 

Detailed Description

Errors relating to insufficient (effective) statistics.

Definition at line 72 of file Exceptions.h.

Constructor & Destructor Documentation

◆ LowStatsError()

YODA::LowStatsError::LowStatsError ( const std::string &  what)

Definition at line 40 of file Exceptions.cc.

41 : YODA::Exception(what) {}
Generic unspecialised YODA runtime error.
Definition Exceptions.h:20

The documentation for this class was generated from the following files: