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
CastorGains::CastorGains
CastorGains()
Definition: CastorGains.h:20
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
CastorGains::myname
std::string myname() const
Definition: CastorGains.h:22
CastorGain.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
CastorCondObjectContainer
Definition: CastorCondObjectContainer.h:16
Serializable.h
CastorCondObjectContainer.h
CastorGains
Definition: CastorGains.h:18
CastorGain
Definition: CastorGain.h:13