CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CondFormats/EcalObjects/interface/EcalTPGFineGrainEBGroup.h

Go to the documentation of this file.
00001 #ifndef EcalTPGFineGrainEBGroup_h
00002 #define EcalTPGFineGrainEBGroup_h
00003 
00004 #include "CondFormats/EcalObjects/interface/EcalTPGGroups.h"
00005 
00006 /*
00007 
00008 P.P.
00009 */
00010 
00011 
00012 
00013 class EcalTPGFineGrainEBGroup : public EcalTPGGroups
00014 {
00015  public:
00016 
00017   EcalTPGFineGrainEBGroup() ;
00018   ~EcalTPGFineGrainEBGroup() ;
00019 
00020 };
00021 
00022 #endif