CMS 3D CMS Logo

HcalZSThresholds.h
Go to the documentation of this file.
1 #ifndef HcalZSThresholds_h
2 #define HcalZSThresholds_h
3 
4 /*
5 \class HcalZSThresholds
6 \author Radek Ofierzynski
7 POOL object to store Zero Suppression Thresholds
8 */
9 
11 
14 
15 //typedef HcalCondObjectContainer<HcalZSThreshold> HcalZSThresholds;
16 
17 class HcalZSThresholds : public HcalCondObjectContainer<HcalZSThreshold> {
18 public:
19 #ifndef HCAL_COND_SUPPRESS_DEFAULT
21 #endif
23 
24  std::string myname() const override { return (std::string) "HcalZSThresholds"; }
25 
26 private:
28 };
29 
30 #endif
std::string myname() const override
const HcalTopology * topo() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39
HcalZSThresholds(const HcalTopology *topo)