#include <FWCore/Framework/interface/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 |
Description: Provide event data access in FWLite
Usage: This class is meant to allow one to loop over all events in a TFile and then read the data in an Event in a manner analogous to how data is read in the full framework. A typical use would be
The above example will work for both ROOT and compiled code. However, it is possible to exactly match the full framework if you only intend to compile your code. In that case the access would look like
Description: This is the primary interface for accessing EDProducts from a single collision and inserting new derived products.
For its usage, see "FWCore/Framework/interface/PrincipalGetAdapter.h"
|
inline |
|
inline |
Definition at line 37 of file Event.h.
References gather_cfg::cout, data, i, predictedValue, and trueValue.
|
inline |
std::vector<Double_t> Event::data |
Definition at line 30 of file Event.h.
Referenced by cuy.FindIssue::__init__(), data_sources.node::__str__(), data_sources.json_list::as_dicts(), data_sources.json_list::as_table(), compareEvents(), Node::filterEventsToDaughters(), Forest::generate(), data_sources.json_list::last(), operator<(), outputEvent(), Forest::setTrainingEvents(), and Forest::updateRegTargets().
Int_t Event::id |
Definition at line 29 of file Event.h.
Referenced by MixingWorker::addSignals(), compareEventsById(), and Forest::generate().
Double_t Event::predictedValue |
Definition at line 20 of file Event.h.
Referenced by Huber::calculateQuantile(), LeastSquares::fit(), AbsoluteDeviation::fit(), Huber::fit(), PercentErrorSquared::fit(), Forest::generate(), outputEvent(), resetPredictedValue(), LeastSquares::target(), AbsoluteDeviation::target(), Huber::target(), PercentErrorSquared::target(), Forest::updateEvents(), and Forest::updateRegTargets().
|
static |
Definition at line 28 of file Event.h.
Referenced by compareEvents(), Forest::generate(), operator<(), and Forest::sortEventVectors().
Double_t Event::trueValue |
Definition at line 19 of file Event.h.
Referenced by Huber::calculateQuantile(), LeastSquares::fit(), AbsoluteDeviation::fit(), Huber::fit(), PercentErrorSquared::fit(), Forest::generate(), outputEvent(), LeastSquares::target(), AbsoluteDeviation::target(), Huber::target(), and PercentErrorSquared::target().