1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#ifndef EcalTPGLutGroup_h
#define EcalTPGLutGroup_h
#include "CondFormats/Serialization/interface/Serializable.h"
#include "CondFormats/EcalObjects/interface/EcalTPGGroups.h"
/*
P.P.
*/
class EcalTPGLutGroup : public EcalTPGGroups {
public:
EcalTPGLutGroup();
~EcalTPGLutGroup();
COND_SERIALIZABLE;
};
#endif
|