GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GEbounds.hpp File Reference

Energy boundaries class interface definition. More...

#include <string>
#include "GContainer.hpp"
#include "GEnergy.hpp"

Go to the source code of this file.

Classes

class  GEbounds
 Energy boundaries container class. More...
 

Namespaces

 gammalib
 

Functions

bool operator!= (const GEbounds &a, const GEbounds &b)
 Energy boundaries inequality operator friend. More...
 

Variables

const std::string gammalib::extname_ebounds = "EBOUNDS"
 

Detailed Description

Energy boundaries class interface definition.

Author
Juergen Knoedlseder

Definition in file GEbounds.hpp.

Function Documentation

bool operator!= ( const GEbounds a,
const GEbounds b 
)
inline

Energy boundaries inequality operator friend.

Parameters
[in]aFirst energy boundaries.
[in]bSecond energy boundaries.
Returns
True if both energy boundaries are different.

Definition at line 213 of file GEbounds.hpp.