GammaLib 2.0.0
Loading...
Searching...
No Matches
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

namespace  gammalib
 

Functions

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

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

◆ operator!=()

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.