CMS 3D CMS Logo

EgHLTOffEvt.cc
Go to the documentation of this file.
2 
3 using namespace egHLT;
4 
5 void OffEvt::clear() {
6  jets_.clear();
7  eles_.clear();
8  phos_.clear();
9  evtTrigBits_ = 0x0;
10 }
void clear()
Definition: EgHLTOffEvt.cc:5
std::vector< OffEle > eles_
Definition: EgHLTOffEvt.h:35
TrigCodes::TrigBitSet evtTrigBits_
Definition: EgHLTOffEvt.h:40
std::vector< OffPho > phos_
Definition: EgHLTOffEvt.h:37
edm::Handle< std::vector< reco::CaloJet > > jets_
Definition: EgHLTOffEvt.h:32