Diana Software
Public Member Functions | Private Attributes | List of all members
QCOFParametersHandle Class Reference
Inheritance diagram for QCOFParametersHandle:

Public Member Functions

 QCOFParametersHandle (const std::string &name="COFParameters")
 
void SetAPLabel (const std::string &apl)
 
void SetAPVersion (const std::string &apv)
 
void SetAPValidityKind (const std::string &apvk)
 
void SetNPSLabel (const std::string &npsl)
 
void SetNPSVersion (const std::string &npsv)
 
void SetNPSValidityKind (const std::string &npsvk)
 
QError StoreOnDB () const
 
QError FillFromDB ()
 

Private Attributes

std::string fAPLabel
 
std::string fAPVersion
 
std::string fAPValidityKind
 
std::string fNPSLabel
 
std::string fNPSVersion
 
std::string fNPSValidityKind
 

Detailed Description

Definition at line 14 of file QCOFParametersHandle.hh.

Constructor & Destructor Documentation

◆ QCOFParametersHandle()

QCOFParametersHandle::QCOFParametersHandle ( const std::string &  name = "COFParameters")
inline

Definition at line 17 of file QCOFParametersHandle.hh.

Member Function Documentation

◆ FillFromDB()

QError QCOFParametersHandle::FillFromDB ( )

Definition at line 9 of file QCOFParametersHandle.cc.

References err, and QERR_NOT_IMPLEMENTED.

◆ SetAPLabel()

void QCOFParametersHandle::SetAPLabel ( const std::string &  apl)
inline

Definition at line 19 of file QCOFParametersHandle.hh.

References fAPLabel.

Referenced by MOptimumFilter::Do().

◆ SetAPValidityKind()

void QCOFParametersHandle::SetAPValidityKind ( const std::string &  apvk)
inline

Definition at line 21 of file QCOFParametersHandle.hh.

References fAPValidityKind.

Referenced by MOptimumFilter::Do().

◆ SetAPVersion()

void QCOFParametersHandle::SetAPVersion ( const std::string &  apv)
inline

Definition at line 20 of file QCOFParametersHandle.hh.

References fAPVersion.

Referenced by MOptimumFilter::Do().

◆ SetNPSLabel()

void QCOFParametersHandle::SetNPSLabel ( const std::string &  npsl)
inline

Definition at line 22 of file QCOFParametersHandle.hh.

References fNPSLabel.

Referenced by MOptimumFilter::Do().

◆ SetNPSValidityKind()

void QCOFParametersHandle::SetNPSValidityKind ( const std::string &  npsvk)
inline

Definition at line 24 of file QCOFParametersHandle.hh.

References fNPSValidityKind.

Referenced by MOptimumFilter::Do().

◆ SetNPSVersion()

void QCOFParametersHandle::SetNPSVersion ( const std::string &  npsv)
inline

Definition at line 23 of file QCOFParametersHandle.hh.

References fNPSVersion.

Referenced by MOptimumFilter::Do().

◆ StoreOnDB()

QError QCOFParametersHandle::StoreOnDB ( ) const

Member Data Documentation

◆ fAPLabel

std::string QCOFParametersHandle::fAPLabel
private

Definition at line 33 of file QCOFParametersHandle.hh.

Referenced by SetAPLabel().

◆ fAPValidityKind

std::string QCOFParametersHandle::fAPValidityKind
private

Definition at line 35 of file QCOFParametersHandle.hh.

Referenced by SetAPValidityKind().

◆ fAPVersion

std::string QCOFParametersHandle::fAPVersion
private

Definition at line 34 of file QCOFParametersHandle.hh.

Referenced by SetAPVersion().

◆ fNPSLabel

std::string QCOFParametersHandle::fNPSLabel
private

Definition at line 36 of file QCOFParametersHandle.hh.

Referenced by SetNPSLabel().

◆ fNPSValidityKind

std::string QCOFParametersHandle::fNPSValidityKind
private

Definition at line 38 of file QCOFParametersHandle.hh.

Referenced by SetNPSValidityKind().

◆ fNPSVersion

std::string QCOFParametersHandle::fNPSVersion
private

Definition at line 37 of file QCOFParametersHandle.hh.

Referenced by SetNPSVersion().


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