|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <boost/algorithm/string.hpp>#include "ElementsKernel/Exception.h"#include "Configuration/ConfigManager.h"#include "SEImplementation/Configuration/GroupingConfig.h"
Go to the source code of this file.
Namespaces | |
| namespace | SourceXtractor |
Variables | |
| static const std::string | SourceXtractor::GROUPING_ALGORITHM {"grouping-algorithm" } |
| static const std::string | SourceXtractor::GROUPING_HARD_LIMIT {"grouping-hard-limit" } |
| 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" } |
| static const std::string | SourceXtractor::GROUPING_ALGORITHM_ASSOC {"ASSOC" } |