#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 | ( | ) |
Definition at line 15 of file BaseMET.cc.
References runTheMatrix::data.
Referenced by TowerMETv0::clearMET().
|
inline |
|
inline |
Definition at line 36 of file BaseMET.h.
References data, and CommonMETv0Data::met.
Referenced by setMET().
|
inline |
Definition at line 37 of file BaseMET.h.
References data, and CommonMETv0Data::mex.
Referenced by setMEx().
|
inline |
Definition at line 38 of file BaseMET.h.
References data, and CommonMETv0Data::mey.
Referenced by setMEy().
|
inline |
Definition at line 39 of file BaseMET.h.
References data, and CommonMETv0Data::mez.
Referenced by setMEz().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 32 of file BaseMET.h.
References data, colinearityKinematic::Phi, and CommonMETv0Data::phi.
|
inline |
|
inline |
Definition at line 40 of file BaseMET.h.
References data, and CommonMETv0Data::sumet.
Referenced by setSumET().
|
private |
Definition at line 47 of file BaseMET.h.
Referenced by getAllCorr(), and pushDelta().
|
private |
Definition at line 46 of file BaseMET.h.
Referenced by confdb.HLTProcess::_fix_parameter(), confdb.HLTProcess::addGlobalOptions(), confdb.HLTProcess::customize(), confdb.HLTProcess::dump(), confdb.HLTProcess::fixForFastSim(), confdb.HLTProcess::getRawConfigurationFromDB(), confdb.HLTProcess::instrumentOpenMode(), confdb.HLTProcess::instrumentTiming(), confdb.HLTProcess::loadAdditionalConditions(), MET(), MEx(), MEy(), MEz(), confdb.HLTProcess::overrideGlobalTag(), confdb.HLTProcess::overrideOutput(), confdb.HLTProcess::overrideProcessName(), phi(), pushDelta(), setMET(), setMEx(), setMEy(), setMEz(), setPhi(), setSumET(), SumET(), confdb.HLTProcess::unprescale(), and confdb.HLTProcess::updateMessageLogger().