CMS 3D CMS Logo

CastorGainWidths.h
Go to the documentation of this file.
1 #ifndef CastorGainWidths_h
2 #define CastorGainWidths_h
3 
12 
15 
16 //typedef CastorCondObjectContainer<CastorGainWidth> CastorGainWidths;
17 
18 class CastorGainWidths : public CastorCondObjectContainer<CastorGainWidth> {
19 public:
21 
22  std::string myname() const { return (std::string) "CastorGainWidths"; }
23 
24 private:
26 };
27 
28 #endif
std::string myname() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39