CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/Validation/RecoEgamma/plugins/ElectronWebGetter.h

Go to the documentation of this file.
00001 
00002 #ifndef Validation_RecoEgamma_ElectronWget_h
00003 #define Validation_RecoEgamma_ElectronWget_h
00004 
00005 #include "DQMOffline/EGamma/interface/ElectronDqmAnalyzerBase.h"
00006 
00007 class ElectronWebGetter : public ElectronDqmAnalyzerBase
00008  {
00009   public:
00010     explicit ElectronWebGetter( const edm::ParameterSet & conf ) ;
00011     virtual ~ElectronWebGetter() ;
00012     virtual void finalize() ;
00013  } ;
00014 
00015 #endif
00016 
00017 
00018