Alexandria  2.27.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Euclid::SourceCatalog::FluxErrorPair Struct Reference

#include <Photometry.h>

Public Member Functions

 FluxErrorPair (double flux, double error, bool missing_photometry_flag=false, bool upper_limit_flag=false)
 
 FluxErrorPair (const FluxErrorPair &)=default
 
bool operator== (const FluxErrorPair &other) const
 
bool operator!= (const FluxErrorPair &other) const
 
double getFlux () const
 
double getError () const
 

Public Attributes

double flux
 
double error
 
bool missing_photometry_flag
 
bool upper_limit_flag
 

Detailed Description

Definition at line 41 of file Photometry.h.

Constructor & Destructor Documentation

Euclid::SourceCatalog::FluxErrorPair::FluxErrorPair ( double  flux,
double  error,
bool  missing_photometry_flag = false,
bool  upper_limit_flag = false 
)

Definition at line 30 of file FluxErrorPair.cpp.

Euclid::SourceCatalog::FluxErrorPair::FluxErrorPair ( const FluxErrorPair )
default

Member Function Documentation

double Euclid::SourceCatalog::FluxErrorPair::getError ( ) const
inline

Definition at line 55 of file Photometry.h.

References error.

double Euclid::SourceCatalog::FluxErrorPair::getFlux ( ) const
inline

Definition at line 51 of file Photometry.h.

References flux.

bool Euclid::SourceCatalog::FluxErrorPair::operator!= ( const FluxErrorPair other) const

Definition at line 38 of file FluxErrorPair.cpp.

bool Euclid::SourceCatalog::FluxErrorPair::operator== ( const FluxErrorPair other) const

Definition at line 33 of file FluxErrorPair.cpp.

References error, flux, missing_photometry_flag, and upper_limit_flag.

Member Data Documentation

double Euclid::SourceCatalog::FluxErrorPair::error

Definition at line 43 of file Photometry.h.

Referenced by getError(), and operator==().

double Euclid::SourceCatalog::FluxErrorPair::flux

Definition at line 42 of file Photometry.h.

Referenced by getFlux(), and operator==().

bool Euclid::SourceCatalog::FluxErrorPair::missing_photometry_flag

Definition at line 44 of file Photometry.h.

Referenced by operator==().

bool Euclid::SourceCatalog::FluxErrorPair::upper_limit_flag

Definition at line 45 of file Photometry.h.

Referenced by operator==().


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