#include <EgHLTOffEvt.h>
Public Member Functions | |
void | clear () |
const std::vector< OffEle > & | eles () const |
std::vector< OffEle > & | eles () |
TrigCodes::TrigBitSet | evtTrigBits () const |
const std::vector < reco::CaloJet > & | jets () const |
OffEvt () | |
const std::vector< OffPho > & | phos () const |
std::vector< OffPho > & | phos () |
void | setEvtTrigBits (TrigCodes::TrigBitSet bits) |
void | setJets (edm::Handle< std::vector< reco::CaloJet > > jets) |
~OffEvt () | |
Private Attributes | |
std::vector< OffEle > | eles_ |
TrigCodes::TrigBitSet | evtTrigBits_ |
edm::Handle< std::vector < reco::CaloJet > > | jets_ |
std::vector< OffPho > | phos_ |
Definition at line 28 of file EgHLTOffEvt.h.
|
inline |
Definition at line 41 of file EgHLTOffEvt.h.
|
inline |
Definition at line 42 of file EgHLTOffEvt.h.
void OffEvt::clear | ( | void | ) |
Definition at line 5 of file EgHLTOffEvt.cc.
References edm::HandleBase::clear(), eles_, evtTrigBits_, jets_, and phos_.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), and Vispa.Views.WidgetView.WidgetView::setDataObjects().
|
inline |
Definition at line 46 of file EgHLTOffEvt.h.
References eles_.
Referenced by egHLT::EgDiEleCut::pass(), egHLT::EgTrigTagProbeCut::pass(), and egHLT::EgTrigTagProbeCut_New::pass().
|
inline |
|
inline |
Definition at line 50 of file EgHLTOffEvt.h.
References evtTrigBits_.
Referenced by egHLT::PhoHLTFilterMon::fill().
|
inline |
Definition at line 51 of file EgHLTOffEvt.h.
References jets_, and edm::Handle< T >::product().
Referenced by setJets().
|
inline |
Definition at line 48 of file EgHLTOffEvt.h.
References phos_.
Referenced by egHLT::PhoHLTFilterMon::fill(), egHLT::EgDiPhoCut::pass(), and egHLT::EgTrigTagProbeCut_NewPho::pass().
|
inline |
|
inline |
Definition at line 55 of file EgHLTOffEvt.h.
References bits, and evtTrigBits_.
|
inline |
Definition at line 56 of file EgHLTOffEvt.h.
|
private |
Definition at line 33 of file EgHLTOffEvt.h.
|
private |
Definition at line 37 of file EgHLTOffEvt.h.
Referenced by clear(), evtTrigBits(), and setEvtTrigBits().
|
private |
Definition at line 31 of file EgHLTOffEvt.h.
|
private |
Definition at line 34 of file EgHLTOffEvt.h.