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
{
20
public
:
21
CastorGains
():
CastorCondObjectContainer
<
CastorGain
>() {}
22
23
std::string
myname
()
const
{
return
(
std::string
)
"CastorGains"
;}
24
25
private
:
26
27
COND_SERIALIZABLE
;
28
};
29
30
#endif
CastorGain
Definition:
CastorGain.h:14
CastorGains::myname
std::string myname() const
Definition:
CastorGains.h:23
CastorGains
Definition:
CastorGains.h:18
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
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:21
Generated for CMSSW Reference Manual by
1.8.11