CMS 3D CMS Logo

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

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