src
CondFormats
CastorObjects
interface
CastorRecoParams.h
Go to the documentation of this file.
1
#ifndef CastorRecoParams_h
2
#define CastorRecoParams_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/CastorObjects/interface/CastorRecoParam.h
"
7
#include "
CondFormats/CastorObjects/interface/CastorCondObjectContainer.h
"
8
9
class
CastorRecoParams
:
public
CastorCondObjectContainer
<CastorRecoParam> {
10
public
:
11
CastorRecoParams
() :
CastorCondObjectContainer
<
CastorRecoParam
>() {}
12
13
std::string
myname
()
const
{
return
(
std::string
)
"CastorRecoParams"
; }
14
15
private
:
16
COND_SERIALIZABLE
;
17
};
18
#endif
CastorRecoParams
Definition:
CastorRecoParams.h:9
CastorRecoParam.h
CastorRecoParam
Definition:
CastorRecoParam.h:13
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CastorRecoParams::CastorRecoParams
CastorRecoParams()
Definition:
CastorRecoParams.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
CastorCondObjectContainer.h
CastorCondObjectContainer
Definition:
CastorCondObjectContainer.h:16
Serializable.h
CastorRecoParams::myname
std::string myname() const
Definition:
CastorRecoParams.h:13
Generated for CMSSW Reference Manual by
1.8.14