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