CMS 3D CMS Logo

PFResolutionMapManager.h

Go to the documentation of this file.
00001 #ifndef RecoParticleFlowPFClusterTools_PFResolutionMapManager_h
00002 #define RecoParticleFlowPFClusterTools_PFResolutionMapManager_h
00003 #include "RecoParticleFlow/PFClusterTools/interface/PFResolutionMap.h"
00004 
00005 class PFResolutionMapManager {
00006  public:
00007   PFResolutionMapManager(const char * name);
00008   const PFResolutionMap& GetResolutionMap(bool MapEta,bool Corr);
00009   
00010  private:
00011   PFResolutionMap M1;
00012   PFResolutionMap M2;
00013   PFResolutionMap M3;
00014   PFResolutionMap M4;
00015 };
00016 #endif

Generated on Tue Jun 9 17:44:41 2009 for CMSSW by  doxygen 1.5.4