Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef EcalTPGFineGrainEBGroup_h
0002 #define EcalTPGFineGrainEBGroup_h
0003 
0004 #include "CondFormats/Serialization/interface/Serializable.h"
0005 
0006 #include "CondFormats/EcalObjects/interface/EcalTPGGroups.h"
0007 
0008 /*
0009 
0010 P.P.
0011 */
0012 
0013 class EcalTPGFineGrainEBGroup : public EcalTPGGroups {
0014 public:
0015   EcalTPGFineGrainEBGroup();
0016   ~EcalTPGFineGrainEBGroup();
0017 
0018   COND_SERIALIZABLE;
0019 };
0020 
0021 #endif