BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
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
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TRecEmcShower.cxx
Go to the documentation of this file.
1
#include "RootEventData/TRecEmcShower.h"
2
3
ClassImp
(
TRecEmcShower
)
4
5
//**************************************
6
TRecEmcShower::TRecEmcShower
() {
7
Clear();
8
}
9
10
//*************************************
11
12
TRecEmcShower::~TRecEmcShower
() {
13
Clear();
14
}
15
16
void
TRecEmcShower::setErr
(
const
Double_t err[6] ) {
17
for
(
int
i=0;i<6;i++) {
18
m_err[i] =
err
[i];
19
}
20
}
21
/************************************
22
23
void TRecEmcShower::Clear(Option_t *option) {
24
}
25
26
27
void TRecEmcShower::Print(Option_t *option) const {
28
TObject::Print(option);
29
std::cout.precision(2);
30
std::cout << "Idetifier: " << m_intId << std::endl;
31
std::cout << "TimeChannel: " << m_timeChannel <<std::endl;
32
std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
33
}
34
******************************/
35
36
ClassImp
ClassImp(TRecEmcShower) TRecEmcShower
Definition:
TRecEmcShower.cxx:3
TRecEmcShower
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEmcShower.h:11
TRecEmcShower::err
Double_t err(Int_t i) const
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEmcShower.h:47
TRecEmcShower::~TRecEmcShower
~TRecEmcShower()
Definition:
TRecEmcShower.cxx:12
TRecEmcShower::setErr
void setErr(const Double_t err[6])
Definition:
TRecEmcShower.cxx:16
TRecEmcShower::TRecEmcShower
TRecEmcShower()
source
Event
RootEventData
RootEventData-00-03-80
src
TRecEmcShower.cxx
Generated by
1.9.6