#include "Rivet/Rivet.hh"
Include dependency graph for Cut.fhh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Enumerations | |
enum | Comparison { LESS_EQ, MORE_EQ, EQUAL } |
Functions | |
const string | toString (const Comparison &c) |
String representations of the comparison enum values. | |
ostream & | operator<< (ostream &os, const Cuts &cuts) |
Allow Cuts to be passed to an ostream. | |
ostream & | operator<< (ostream &os, const Comparison &comp) |
Method to write a Comparison to a stream. |