#include <BaseMET.h>
Public Member Functions | |
BaseMETv0 () | |
void | clearMET () |
std::vector< CommonMETv0Data > | getAllCorr () const |
double | MET () const |
double | MEx () const |
double | MEy () const |
double | MEz () const |
double | phi () const |
void | pushDelta () |
void | setMET (double MET) |
void | setMEx (double MEx) |
void | setMEy (double MEy) |
void | setMEz (double MEz) |
void | setPhi (double Phi) |
void | setSumET (double SumET) |
double | SumET () const |
Private Attributes | |
std::vector< CommonMETv0Data > | corr |
CommonMETv0Data | data |
BaseMETv0::BaseMETv0 | ( | ) |
Definition at line 10 of file BaseMET.cc.
void BaseMETv0::clearMET | ( | ) |
|
inline |
|
inline |
Definition at line 35 of file BaseMET.h.
References data, and CommonMETv0Data::met.
Referenced by setMET().
|
inline |
Definition at line 36 of file BaseMET.h.
References data, and CommonMETv0Data::mex.
Referenced by setMEx().
|
inline |
Definition at line 37 of file BaseMET.h.
References data, and CommonMETv0Data::mey.
Referenced by setMEy().
|
inline |
Definition at line 38 of file BaseMET.h.
References data, and CommonMETv0Data::mez.
Referenced by setMEz().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 31 of file BaseMET.h.
References data, colinearityKinematic::Phi, and CommonMETv0Data::phi.
|
inline |
|
inline |
Definition at line 39 of file BaseMET.h.
References data, and CommonMETv0Data::sumet.
Referenced by setSumET().
|
private |
Definition at line 46 of file BaseMET.h.
Referenced by getAllCorr(), and pushDelta().
|
private |
Definition at line 45 of file BaseMET.h.
Referenced by cuy.FindIssue::__init__(), MainPageGenerator.MainPageGenerator::__NewTreePage(), MainPageGenerator.MainPageGenerator::CreateNewMainPage(), PackageSplitter.PackageSplitter::CreatePackagePage(), PackageSplitter.PackageSplitter::CreateSubPage(), ConfigFiles.ConfigFiles::CreateTable(), confdb.HLTProcess::customize(), confdb.HLTProcess::dump(), MainPageGenerator.MainPageGenerator::ExportJSON(), confdb.HLTProcess::getRawConfigurationFromDB(), MET(), MEx(), MEy(), MEz(), phi(), ConfigFiles.ConfigFiles::PrepareData(), pushDelta(), confdb.HLTProcess::releaseSpecificCustomize(), setMET(), setMEx(), setMEy(), setMEz(), setPhi(), setSumET(), and SumET().