GooFit  v2.1.3
Public Member Functions | List of all members
GooFit::OutOfRange Struct Reference

#include <Error.h>

Inheritance diagram for GooFit::OutOfRange:
GooFit::GeneralError

Public Member Functions

 OutOfRange (std::string name, double value, double min, double max)
 
- Public Member Functions inherited from GooFit::GeneralError
template<typename... Args>
 GeneralError (std::string name, Args &&... args)
 

Detailed Description

Definition at line 16 of file Error.h.

Constructor & Destructor Documentation

◆ OutOfRange()

GooFit::OutOfRange::OutOfRange ( std::string  name,
double  value,
double  min,
double  max 
)
inline

Definition at line 17 of file Error.h.

18  : GeneralError("{} value {} is not in range {} to {}", name, value, min, max) {}
GeneralError(std::string name, Args &&... args)
Definition: Error.h:12

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