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

Errors relating to event/bin weights. More...

#include <Exceptions.h>

Inheritance diagram for YODA::WeightError:
YODA::Exception

Public Member Functions

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

Detailed Description

Errors relating to event/bin weights.

Arises in computing statistical quantities because e.g. the bin weight is zero or negative.

Definition at line 65 of file Exceptions.h.

Constructor & Destructor Documentation

◆ WeightError()

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

Definition at line 37 of file Exceptions.cc.

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

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