WeightError Class Reference

#include <Exceptions.hh>

Inheritance diagram for WeightError:

Inheritance graph
[legend]

Collaboration diagram for WeightError:

Collaboration graph
[legend]

List of all members.


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 37 of file Exceptions.hh.


Public Member Functions

 WeightError (const std::string &what)

Constructor & Destructor Documentation

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

Definition at line 39 of file Exceptions.hh.

00039 : Error(what) {}


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