CMS 3D CMS Logo

HcalTimingParams.h
Go to the documentation of this file.
1 #ifndef HcalTimingParams_h
2 #define HcalTimingParams_h
3 
5 
8 
9 class HcalTimingParams : public HcalCondObjectContainer<HcalTimingParam> {
10 public:
11 #ifndef HCAL_COND_SUPPRESS_DEFAULT
13 #endif
15 
16  std::string myname() const override { return (std::string) "HcalTimingParams"; }
17 
18 private:
20 };
21 #endif
HcalTimingParams(const HcalTopology *topo)
const HcalTopology * topo() const
std::string myname() const override
#define COND_SERIALIZABLE
Definition: Serializable.h:39