|
Crombie Tools
|
The processes that a directory can be divided between. More...
#include <FileConfig.h>
Public Member Functions | |
| Process (const std::string &treename, const std::string &entry, const std::string &cut, const short style) | |
Public Attributes | |
| const std::string & | cut |
| std::string | legendentry |
| const short | style |
| const std::string & | treename |
The processes that a directory can be divided between.
Definition at line 72 of file FileConfig.h.
|
inline |
| treename | The name that this process will have in datacards |
| entry | The entry in plot legends for this process. "_" is replaced with " ". |
| cut | Is the cut applied to the file to create this process |
| style | Some style number that is used to make plots |
Definition at line 79 of file FileConfig.h.
| const std::string& crombie::FileConfig::Process::cut |
Definition at line 88 of file FileConfig.h.
| std::string crombie::FileConfig::Process::legendentry |
Definition at line 87 of file FileConfig.h.
| const short crombie::FileConfig::Process::style |
Definition at line 89 of file FileConfig.h.
| const std::string& crombie::FileConfig::Process::treename |
Definition at line 86 of file FileConfig.h.