Main Page
Namespaces
Classes
Package Documentation
CondFormats
CastorObjects
interface
CastorGains.h
Go to the documentation of this file.
1
#ifndef CastorGains_h
2
#define CastorGains_h
3
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include "
CondFormats/CastorObjects/interface/CastorCondObjectContainer.h
"
14
#include "
CondFormats/CastorObjects/interface/CastorGain.h
"
15
16
//typedef CastorCondObjectContainer<CastorGain> CastorGains;
17
18
class
CastorGains
:
public
CastorCondObjectContainer
<CastorGain> {
19
public
:
20
CastorGains
() :
CastorCondObjectContainer
<
CastorGain
>() {}
21
22
std::string
myname
()
const
{
return
(
std::string
)
"CastorGains"
; }
23
24
private
:
25
COND_SERIALIZABLE
;
26
};
27
28
#endif
CastorGain
Definition:
CastorGain.h:13
CastorGains::myname
std::string myname() const
Definition:
CastorGains.h:22
CastorGains
Definition:
CastorGains.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CastorGain.h
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
CastorCondObjectContainer.h
CastorCondObjectContainer
Definition:
CastorCondObjectContainer.h:16
Serializable.h
CastorGains::CastorGains
CastorGains()
Definition:
CastorGains.h:20
Generated for CMSSW Reference Manual by
1.8.11