|
Crombie Tools
|
Go to the source code of this file.
Namespaces | |
| crombie | |
| This header file includes common functions that are used to interpret configuration files. | |
| crombie::Cutflow | |
Typedefs | |
| using | crombie::Cutflow::SingleFunc = FileConfig::MapFunc< SingleOut > |
| using | crombie::Cutflow::SingleOut = std::vector< unsigned long > |
| The contents of the cutflow is a vector of decreasing number of events. More... | |
Functions | |
| SingleOut | crombie::Cutflow::Merge (const FileConfig::ToMerge< SingleOut > &outputs) |
| Returns a cutflow vector. More... | |
| SingleFunc | crombie::Cutflow::SingleFile (const Types::strings &cuts) |
| Takes a vectors of cuts and returns a parallel cutflow vector. More... | |