35#ifndef FIELDUTILS_PROCESSL2CRITERION
36#define FIELDUTILS_PROCESSL2CRITERION
61 void v_Process(po::variables_map &vm)
override;
65 return "ProcessL2Criterion";
70 return "Calculating Lambda 2 Criterion";
This processing module calculates the Lambda 2 Criterion and adds it as an extra-field to the output ...
std::string v_GetModuleDescription() override
std::string v_GetModuleName() override
void v_Process(po::variables_map &vm) override
~ProcessL2Criterion() override
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
static ModuleKey className
ModulePriority v_GetModulePriority() override
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