UFO
ufo::ProfileCheckUnstableLayer Class Reference

Profile QC: unstable layer check. More...

#include <ProfileCheckUnstableLayer.h>

Inheritance diagram for ufo::ProfileCheckUnstableLayer:
Collaboration diagram for ufo::ProfileCheckUnstableLayer:

Public Member Functions

 ProfileCheckUnstableLayer (const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator)
 
void runCheck () override
 Run check. More...
 
void fillValidator () override
 Fill variables in validator. More...
 
- Public Member Functions inherited from ufo::ProfileCheckBase
 ProfileCheckBase (const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator)
 
virtual ~ProfileCheckBase ()
 
virtual bool getResult ()
 Get result of check (default fail) More...
 

Private Attributes

float PBottom_
 PBottom. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ufo::ProfileCheckBase
template<typename T >
void correctVector (const std::vector< T > &v1, const std::vector< T > &v2, std::vector< T > &vout)
 Apply correction to vector of values. More...
 
- Protected Attributes inherited from ufo::ProfileCheckBase
const ProfileConsistencyCheckParametersoptions_
 Configurable parameters. More...
 
const ProfileIndicesprofileIndices_
 Indices of profile's observations in the entire sample. More...
 
ProfileDataHandlerprofileDataHandler_
 Profile data handler. More...
 
ProfileCheckValidatorprofileCheckValidator_
 Profile check validator. More...
 
const float missingValueFloat = util::missingValue(1.0f)
 Missing value (float) More...
 

Detailed Description

Profile QC: unstable layer check.

Definition at line 26 of file ProfileCheckUnstableLayer.h.

Constructor & Destructor Documentation

◆ ProfileCheckUnstableLayer()

ufo::ProfileCheckUnstableLayer::ProfileCheckUnstableLayer ( const ProfileConsistencyCheckParameters options,
const ProfileIndices profileIndices,
ProfileDataHandler profileDataHandler,
ProfileCheckValidator profileCheckValidator 
)

Definition at line 16 of file ProfileCheckUnstableLayer.cc.

Member Function Documentation

◆ fillValidator()

void ufo::ProfileCheckUnstableLayer::fillValidator ( )
overridevirtual

Fill variables in validator.

Implements ufo::ProfileCheckBase.

Definition at line 99 of file ProfileCheckUnstableLayer.cc.

Here is the call graph for this function:

◆ runCheck()

void ufo::ProfileCheckUnstableLayer::runCheck ( )
overridevirtual

Run check.

Implements ufo::ProfileCheckBase.

Definition at line 24 of file ProfileCheckUnstableLayer.cc.

Here is the call graph for this function:

Member Data Documentation

◆ PBottom_

float ufo::ProfileCheckUnstableLayer::PBottom_
private

PBottom.

Definition at line 41 of file ProfileCheckUnstableLayer.h.


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