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 {
20  public:
22 
23  std::string myname() const {return (std::string)"CastorGains";}
24 
25  private:
26 
28 };
29 
30 #endif
std::string myname() const
Definition: CastorGains.h:23
#define COND_SERIALIZABLE
Definition: Serializable.h:38