CMS 3D CMS Logo

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