CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/Validation/RecoEgamma/plugins/ElectronMcSignalPostValidator.h

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