|
Crombie Tools
|
#include <Selection.h>
Public Member Functions | |
| Selection (const std::string &cut, const std::string &mc, const std::string &data, const bool blinded) | |
Public Attributes | |
| const bool | blinded |
| Whether data should be blinded or not. More... | |
| const std::string | cut |
| The cut that plots must pass. More... | |
| const std::string | data |
| The data weight for plots. More... | |
| const std::string | mc |
| The mc weight for plots. More... | |
Definition at line 17 of file Selection.h.
|
inline |
Definition at line 19 of file Selection.h.
References blinded, cut, data, Debug::Debug(), and mc.
Referenced by crombie::Selection::operator>>().
| const bool crombie::Selection::Selection::blinded |
Whether data should be blinded or not.
Definition at line 27 of file Selection.h.
Referenced by Selection().
| const std::string crombie::Selection::Selection::cut |
The cut that plots must pass.
Definition at line 24 of file Selection.h.
Referenced by crombie::Selection::operator>>(), and Selection().
| const std::string crombie::Selection::Selection::data |
| const std::string crombie::Selection::Selection::mc |