CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQMOffline/Trigger/src/EgHLTOffEvt.cc

Go to the documentation of this file.
00001 #include "DQMOffline/Trigger/interface/EgHLTOffEvt.h"
00002 
00003 using namespace egHLT;
00004 
00005 void OffEvt::clear()
00006 {
00007   jets_.clear();
00008   eles_.clear();
00009   phos_.clear();
00010   evtTrigBits_ = 0x0;
00011 }