#include <WindowGeneratorConfig.hxx>
Public Types | |
enum | tEnum { eNone, eAnalysis, eEnergy, eMax } |
Public Member Functions | |
EWindowNormalize () | |
EWindowNormalize (tValue v) | |
EWindowNormalize (std::string s) | |
virtual Component * | Species () const |
Returns a new object of the same class than the receiver object. | |
Static Public Member Functions | |
static tEnumValue * | ValueTable () |
Definition at line 35 of file WindowGeneratorConfig.hxx.
Definition at line 41 of file WindowGeneratorConfig.hxx.
CLAM::EWindowNormalize::EWindowNormalize | ( | ) | [inline] |
Definition at line 37 of file WindowGeneratorConfig.hxx.
Referenced by Species().
CLAM::EWindowNormalize::EWindowNormalize | ( | tValue | v | ) | [inline] |
Definition at line 38 of file WindowGeneratorConfig.hxx.
CLAM::EWindowNormalize::EWindowNormalize | ( | std::string | s | ) | [inline] |
Definition at line 39 of file WindowGeneratorConfig.hxx.
virtual Component* CLAM::EWindowNormalize::Species | ( | ) | const [inline, virtual] |
Returns a new object of the same class than the receiver object.
To be reimplemented by subclasses.
Implements CLAM::Enum.
Definition at line 48 of file WindowGeneratorConfig.hxx.
References eAnalysis, and EWindowNormalize().
static tEnumValue* CLAM::EWindowNormalize::ValueTable | ( | ) | [inline, static] |