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 
12 
13 //typedef HcalCondObjectContainer<HcalZSThreshold> HcalZSThresholds;
14 
15 class HcalZSThresholds: public HcalCondObjectContainer<HcalZSThreshold>
16 {
17  public:
18 #ifndef HCAL_COND_SUPPRESS_DEFAULT
20 #endif
22 
23  std::string myname() const {return (std::string)"HcalZSThresholds";}
24 
25  private:
26 };
27 
28 #endif
std::string myname() const
const HcalTopology * topo() const
HcalZSThresholds(const HcalTopology *topo)