Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
CastorObjects
interface
CastorGains.h
Go to the documentation of this file.
1
#ifndef CastorGains_h
2
#define CastorGains_h
3
11
#include "
CondFormats/CastorObjects/interface/CastorCondObjectContainer.h
"
12
#include "
CondFormats/CastorObjects/interface/CastorGain.h
"
13
14
//typedef CastorCondObjectContainer<CastorGain> CastorGains;
15
16
class
CastorGains
:
public
CastorCondObjectContainer
<CastorGain>
17
{
18
public
:
19
CastorGains
():
CastorCondObjectContainer
<
CastorGain
>() {}
20
21
std::string
myname
()
const
{
return
(std::string)
"CastorGains"
;}
22
23
private
:
24
};
25
26
#endif
CastorGain
Definition:
CastorGain.h:12
CastorGains::myname
std::string myname() const
Definition:
CastorGains.h:21
CastorGains
Definition:
CastorGains.h:16
CastorGain.h
CastorCondObjectContainer.h
CastorCondObjectContainer
Definition:
CastorCondObjectContainer.h:14
CastorGains::CastorGains
CastorGains()
Definition:
CastorGains.h:19
Generated for CMSSW Reference Manual by
1.8.5