Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
HcalObjects
interface
HcalZSThresholds.h
Go to the documentation of this file.
1
#ifndef HcalZSThresholds_h
2
#define HcalZSThresholds_h
3
4
/*
5
\class HcalZSThresholds
6
\author Radek Ofierzynski
7
POOL object to store Zero Suppression Thresholds
8
*/
9
10
#include "
CondFormats/HcalObjects/interface/HcalCondObjectContainer.h
"
11
#include "
CondFormats/HcalObjects/interface/HcalZSThreshold.h
"
12
13
//typedef HcalCondObjectContainer<HcalZSThreshold> HcalZSThresholds;
14
15
class
HcalZSThresholds
:
public
HcalCondObjectContainer
<HcalZSThreshold>
16
{
17
public
:
18
HcalZSThresholds
():
HcalCondObjectContainer
<
HcalZSThreshold
>() {}
19
20
std::string
myname
()
const
{
return
(std::string)
"HcalZSThresholds"
;}
21
22
private
:
23
};
24
25
#endif
HcalZSThresholds
Definition:
HcalZSThresholds.h:15
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:12
HcalZSThresholds::myname
std::string myname() const
Definition:
HcalZSThresholds.h:20
HcalCondObjectContainer.h
HcalZSThreshold
Definition:
HcalZSThreshold.h:12
HcalZSThreshold.h
HcalZSThresholds::HcalZSThresholds
HcalZSThresholds()
Definition:
HcalZSThresholds.h:18
Generated for CMSSW Reference Manual by
1.8.5