#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 6 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 22 of file EtSumHelper.cc.
References l1t::EtSum::kMissingHt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::MissingHtPhi | ( | ) | const |
Definition at line 30 of file EtSumHelper.cc.
References l1t::EtSum::kMissingHt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::TotalEt | ( | ) | const |
Definition at line 38 of file EtSumHelper.cc.
References l1t::EtSum::kTotalEt, and sum_.
Referenced by L1TBasicDemo::analyze().
double EtSumHelper::TotalHt | ( | ) | const |
Definition at line 46 of file EtSumHelper.cc.
References l1t::EtSum::kTotalHt, and sum_.
Referenced by L1TBasicDemo::analyze().
|
private |
Definition at line 24 of file EtSumHelper.h.
Referenced by MissingEt(), MissingEtPhi(), MissingHt(), MissingHtPhi(), TotalEt(), and TotalHt().