Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:09

0001 #ifndef EcalTPGWeightGroup_h
0002 #define EcalTPGWeightGroup_h
0003 
0004 #include "CondFormats/Serialization/interface/Serializable.h"
0005 
0006 #include "CondFormats/EcalObjects/interface/EcalTPGGroups.h"
0007 
0008 class EcalTPGWeightGroup : public EcalTPGGroups {
0009 public:
0010   EcalTPGWeightGroup();
0011   ~EcalTPGWeightGroup();
0012 
0013   COND_SERIALIZABLE;
0014 };
0015 
0016 #endif