Crombie Tools
crombie::Selection::Selection Class Reference

#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...
 

Detailed Description

Definition at line 17 of file Selection.h.

Constructor & Destructor Documentation

§ Selection()

crombie::Selection::Selection::Selection ( const std::string &  cut,
const std::string &  mc,
const std::string &  data,
const bool  blinded 
)
inline

Definition at line 19 of file Selection.h.

References blinded, cut, data, Debug::Debug(), and mc.

Referenced by crombie::Selection::operator>>().

Member Data Documentation

§ blinded

const bool crombie::Selection::Selection::blinded

Whether data should be blinded or not.

Definition at line 27 of file Selection.h.

Referenced by Selection().

§ cut

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().

§ data

const std::string crombie::Selection::Selection::data

The data weight for plots.

Definition at line 25 of file Selection.h.

Referenced by Selection().

§ mc

const std::string crombie::Selection::Selection::mc

The mc weight for plots.

Definition at line 26 of file Selection.h.

Referenced by Selection().


The documentation for this class was generated from the following file: