CMS 3D CMS Logo

HcalPFCuts.h
Go to the documentation of this file.
1 #ifndef CondFormats_HcalObjects_HcalPFCuts_h
2 #define CondFormats_HcalObjects_HcalPFCuts_h
3 
6 
7 class HcalPFCuts : public HcalCondObjectContainer<HcalPFCut> {
8 public:
9 #ifndef HCAL_COND_SUPPRESS_DEFAULT
11 #endif
13 
14  inline std::string myname() const override { return "HcalPFCuts"; }
15 
16 private:
18 };
19 
20 #endif // CondFormats_HcalObjects_HcalPFCuts_h
std::string myname() const override
Definition: HcalPFCuts.h:14
const HcalTopology * topo() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39
HcalPFCuts(const HcalTopology *topo)
Definition: HcalPFCuts.h:12