35 #ifndef FIELDUTILS_PROCESSL2CRITERION
36 #define FIELDUTILS_PROCESSL2CRITERION
38 #include "../Module.h"
63 virtual void v_Process(po::variables_map &vm)
override;
67 return "ProcessL2Criterion";
72 return "Calculating Lambda 2 Criterion";
This processing module calculates the Lambda 2 Criterion and adds it as an extra-field to the output ...
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
virtual ModulePriority v_GetModulePriority() override
virtual std::string v_GetModuleName() override
virtual std::string v_GetModuleDescription() override
virtual ~ProcessL2Criterion()
virtual void v_Process(po::variables_map &vm) override
static ModuleKey className
ProcessL2Criterion(FieldSharedPtr f)
Abstract base class for processing modules.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
The above copyright notice and this permission notice shall be included.