Errors relating to event/bin weights Arises in computing statistical quantities because e.g. the bin weight is zero or negative. More...
#include <Exceptions.hh>
Public Member Functions | |
WeightError (const std::string &what) |
Errors relating to event/bin weights Arises in computing statistical quantities because e.g. the bin weight is zero or negative.
Definition at line 46 of file Exceptions.hh.
WeightError | ( | const std::string & | what | ) | [inline] |
Definition at line 48 of file Exceptions.hh.
00048 : Error(what) {}