35 #ifndef FIELDUTILS_PROCESSL2CRITERION
36 #define FIELDUTILS_PROCESSL2CRITERION
38 #include "../Module.h"
62 virtual void Process(po::variables_map &vm);
66 return "ProcessL2Criterion";
71 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 void Process(po::variables_map &vm)
virtual ModulePriority GetModulePriority()
virtual std::string GetModuleDescription()
virtual std::string GetModuleName()
virtual ~ProcessL2Criterion()
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.