|
Crombie Tools
|
#include <fstream>#include <map>#include <string>#include <regex>#include <iterator>#include "crombie/Debug.h"#include "crombie/Misc.h"#include "crombie/Parse.h"Go to the source code of this file.
Classes | |
| class | crombie::Selection::Selection |
| class | crombie::Selection::SelectionConfig |
Namespaces | |
| crombie | |
| This header file includes common functions that are used to interpret configuration files. | |
| crombie::Selection | |
Typedefs | |
| using | crombie::Selection::Selections = Types::map< const Selection > |
Functions | |
| std::string | crombie::Selection::nminus1 (const std::string &var, const std::string &cut) |
| Returns the a cut with a variable taken out. More... | |
| std::istream & | crombie::Selection::operator>> (std::istream &is, SelectionConfig &config) |
| SelectionConfig | crombie::Selection::read (const std::string &mchistname, const std::string &config) |
| Reads a configuration file that maps regions to selections Reads a configuration file for file info. More... | |