Hermes DRS  6.0
reduction software
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
hermes.pipeline.core.options.OptionInfo Class Reference

is one line of an OptionDict More...

Public Member Functions

def __init__
 

Public Attributes

 value
 value
 
 description
 description
 

Detailed Description

is one line of an OptionDict

PURPOSE: Info container class for pipeline component options.
         Each options contains a value (number, string, boolean, ...) and
         a string containing a description of the option. 

Constructor & Destructor Documentation

def hermes.pipeline.core.options.OptionInfo.__init__ (   self,
  value,
  description 
)
PURPOSE: initialize the option information

INPUT: . value: value of the option, can be a number, string, boolean, ...
       . description: a (possibly long) string containing a full description
              what's the purpose and effect of the option to the 
              pipeline class.

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