CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/Validation/RecoEgamma/plugins/ElectronWebGetter.cc

Go to the documentation of this file.
00001 
00002 #include "Validation/RecoEgamma/plugins/ElectronWebGetter.h"
00003 #include "DQMServices/Core/interface/MonitorElement.h"
00004 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00005 #include <iostream>
00006 
00007 ElectronWebGetter::ElectronWebGetter( const edm::ParameterSet & conf )
00008  : ElectronDqmAnalyzerBase(conf)
00009  {}
00010 
00011 ElectronWebGetter::~ElectronWebGetter()
00012  {}
00013 
00014 void ElectronWebGetter::finalize()
00015  {
00016   remove_other_dirs() ;
00017  }
00018 
00019