#include <EtSumHelper.h>
Public Member Functions | |
EtSumHelper (const edm::Handle< l1t::EtSumBxCollection > &sum) | |
double | MissingEt () const |
double | MissingEtPhi () const |
double | MissingHt () const |
double | MissingHtPhi () const |
double | TotalEt () const |
double | TotalHt () const |
Private Attributes | |
const edm::Handle < l1t::EtSumBxCollection > & | sum_ |
Definition at line 12 of file EtSumHelper.h.
|
inline |
Definition at line 14 of file EtSumHelper.h.
double EtSumHelper::MissingEt | ( | ) | const |
Definition at line 7 of file EtSumHelper.cc.
References l1t::EtSum::kMissingEt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::MissingEtPhi | ( | ) | const |
Definition at line 14 of file EtSumHelper.cc.
References l1t::EtSum::kMissingEt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::MissingHt | ( | ) | const |
Definition at line 21 of file EtSumHelper.cc.
References l1t::EtSum::kMissingHt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::MissingHtPhi | ( | ) | const |
Definition at line 28 of file EtSumHelper.cc.
References l1t::EtSum::kMissingHt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::TotalEt | ( | ) | const |
Definition at line 35 of file EtSumHelper.cc.
References l1t::EtSum::kTotalEt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::TotalHt | ( | ) | const |
Definition at line 42 of file EtSumHelper.cc.
References l1t::EtSum::kTotalHt, and sum_.
Referenced by L1TBasicDemo::analyze().
|
private |
Definition at line 23 of file EtSumHelper.h.
Referenced by MissingEt(), MissingEtPhi(), MissingHt(), MissingHtPhi(), TotalEt(), and TotalHt().