WeightError Class Reference

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>

Inheritance diagram for WeightError:
Inheritance graph
[legend]
Collaboration diagram for WeightError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 WeightError (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 46 of file Exceptions.hh.


Constructor & Destructor Documentation

WeightError ( const std::string &  what  )  [inline]

Definition at line 48 of file Exceptions.hh.

00048 : Error(what) {}


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