CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/Validation/RecoEgamma/plugins/ElectronMcFakePostValidator.h

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