CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
19  public:
20 #ifndef HCAL_COND_SUPPRESS_DEFAULT
22 #endif
24 
25  std::string myname() const {return (std::string)"HcalZSThresholds";}
26 
27  private:
28 
30 };
31 
32 #endif
std::string myname() const
#define COND_SERIALIZABLE
Definition: Serializable.h:37
const HcalTopology * topo() const
HcalZSThresholds(const HcalTopology *topo)