#include <Event.h>
Public Member Functions | |
bool | operator< (const Event &rhs) const |
void | outputEvent () |
void | resetPredictedValue () |
Public Attributes | |
Double_t | CSCPt |
std::vector< Double_t > | data |
Double_t | DTPt |
Int_t | id |
Int_t | Mode |
Double_t | predictedValue |
Int_t | Quality |
Double_t | tmvaPt |
Double_t | tmvaPt1 |
Double_t | trueValue |
Static Public Attributes | |
static Int_t | sortingIndex = 1 |
|
inline |
|
inline |
Definition at line 37 of file Event.h.
References gather_cfg::cout, data, i, predictedValue, and trueValue.
|
inline |
std::vector<Double_t> emtf::Event::data |
Definition at line 30 of file Event.h.
Referenced by operator<(), and outputEvent().
Double_t emtf::Event::predictedValue |
Definition at line 20 of file Event.h.
Referenced by outputEvent(), and resetPredictedValue().
|
static |
Definition at line 28 of file Event.h.
Referenced by operator<().
Double_t emtf::Event::trueValue |
Definition at line 19 of file Event.h.
Referenced by outputEvent().