CMS 3D CMS Logo

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