#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 |
std::vector<Double_t> emtf::Event::data |
Definition at line 30 of file Event.h.
Referenced by data_sources.node::__str__(), data_sources.json_list::as_dicts(), data_sources.json_list::as_table(), compareEvents(), emtf::Node::filterEventsToDaughters(), emtf::Node::filterEventToDaughter(), data_sources.json_list::get_members(), data_sources.json_list::last(), operator<(), L1TForest::setTrainingEvents(), cuy.FindIssue::startElement(), and L1TForest::updateRegTargets().
Int_t emtf::Event::id |
Definition at line 29 of file Event.h.
Referenced by compareEventsById().
Double_t emtf::Event::predictedValue |
Definition at line 20 of file Event.h.
Referenced by L1TForest::appendCorrection(), Huber::calculateQuantile(), LeastSquares::fit(), AbsoluteDeviation::fit(), Huber::fit(), PercentErrorSquared::fit(), LeastSquares::target(), AbsoluteDeviation::target(), Huber::target(), PercentErrorSquared::target(), L1TForest::updateEvents(), and L1TForest::updateRegTargets().
|
static |
Definition at line 28 of file Event.h.
Referenced by compareEvents(), L1TForest::listEvents(), operator<(), and L1TForest::sortEventVectors().
Double_t emtf::Event::trueValue |
Definition at line 19 of file Event.h.
Referenced by Huber::calculateQuantile(), LeastSquares::fit(), AbsoluteDeviation::fit(), Huber::fit(), PercentErrorSquared::fit(), LeastSquares::target(), AbsoluteDeviation::target(), Huber::target(), and PercentErrorSquared::target().