Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
TBDataFormats
EcalTBObjects
interface
EcalTBTDCRecInfo.h
Go to the documentation of this file.
1
#ifndef RECECAL_ECALTBTDCRECINFO_H
2
#define RECECAL_ECALTBTDCRECINFO_H 1
3
4
#include <ostream>
5
12
class
EcalTBTDCRecInfo
{
13
public
:
14
EcalTBTDCRecInfo
(){};
15
EcalTBTDCRecInfo
(
const
float
&
offset
) :
offset_
(
offset
){};
16
17
~EcalTBTDCRecInfo
(){};
18
19
float
offset
()
const
{
return
offset_
; }
20
21
private
:
22
float
offset_
;
23
};
24
25
std::ostream&
operator<<
(std::ostream&,
const
EcalTBTDCRecInfo
&);
26
27
#endif
EcalTBTDCRecInfo::offset_
float offset_
Definition:
EcalTBTDCRecInfo.h:22
EcalTBTDCRecInfo::~EcalTBTDCRecInfo
~EcalTBTDCRecInfo()
Definition:
EcalTBTDCRecInfo.h:17
EcalTBTDCRecInfo::EcalTBTDCRecInfo
EcalTBTDCRecInfo()
Definition:
EcalTBTDCRecInfo.h:14
EcalTBTDCRecInfo::offset
float offset() const
Definition:
EcalTBTDCRecInfo.h:19
operator<<
std::ostream & operator<<(std::ostream &, const EcalTBTDCRecInfo &)
Definition:
EcalTBTDCRecInfo.cc:3
EcalTBTDCRecInfo::EcalTBTDCRecInfo
EcalTBTDCRecInfo(const float &offset)
Definition:
EcalTBTDCRecInfo.h:15
EcalTBTDCRecInfo
Definition:
EcalTBTDCRecInfo.h:12
Generated for CMSSW Reference Manual by
1.8.16