SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Variables
GroupingConfig.cpp File Reference
#include <boost/algorithm/string.hpp>
#include "ElementsKernel/Exception.h"
#include "Configuration/ConfigManager.h"
#include "SEImplementation/Configuration/GroupingConfig.h"
Include dependency graph for GroupingConfig.cpp:

Go to the source code of this file.

Namespaces

 SourceXtractor
 

Variables

static const std::string SourceXtractor::GROUPING_ALGORITHM {"grouping-algorithm" }
 
static const std::string SourceXtractor::GROUPING_MOFFAT_THRESHOLD {"grouping-moffat-threshold" }
 
static const std::string SourceXtractor::GROUPING_MOFFAT_MAX_DISTANCE {"grouping-moffat-max-distance" }
 
static const std::string SourceXtractor::GROUPING_ALGORITHM_NONE {"NONE" }
 
static const std::string SourceXtractor::GROUPING_ALGORITHM_OVERLAP {"OVERLAP" }
 
static const std::string SourceXtractor::GROUPING_ALGORITHM_SPLIT {"SPLIT" }
 
static const std::string SourceXtractor::GROUPING_ALGORITHM_MOFFAT {"MOFFAT" }