BOSS
7.0.1
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
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
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
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
Reconstruction/TofEnergyRec/TofEnergyRec-00-00-11/TofEnergyRec/TofEnergyRec.h
Go to the documentation of this file.
1
//
2
// Package: TofEnergyRec
3
// BESIII Tof Energy Reconstruction Algorithm
4
// Created by He Miao (EPC IHEP)
5
//
6
#ifndef TOF_ENERGY_REC_A_H
7
#define TOF_ENERGY_REC_A_H
8
9
#include "GaudiKernel/Algorithm.h"
10
#include "GaudiKernel/NTuple.h"
11
#include <string>
12
13
class
TofShower
;
14
15
class
TofEnergyRec
:
public
Algorithm {
16
17
public
:
18
TofEnergyRec
(
const
std::string& name, ISvcLocator* pSvcLocator);
19
StatusCode
initialize
();
20
StatusCode
execute
();
21
StatusCode
finalize
();
22
23
private
:
24
int
m_event;
25
int
m_eventNb;
//for output;
26
double
m_calibConst;
//energy calibration constant
27
double
m_isData;
//data or MC flag
28
TofShower
*m_tofShower;
29
30
31
private
:
32
bool
m_output;
33
NTuple::Tuple* m_tuple;
34
NTuple::Tuple* m_tuple1;
35
NTuple::Tuple* m_tuple2;
36
};
37
#endif
// Tof_ENERGY_REC_A_H
TofEnergyRec
Definition:
InstallArea/include/TofEnergyRec/TofEnergyRec/TofEnergyRec.h:15
TofEnergyRec::finalize
StatusCode finalize()
TofEnergyRec::TofEnergyRec
TofEnergyRec(const std::string &name, ISvcLocator *pSvcLocator)
TofEnergyRec::initialize
StatusCode initialize()
TofEnergyRec::execute
StatusCode execute()
TofShower
Definition:
InstallArea/include/TofEnergyRec/TofEnergyRec/TofShower.h:14
source
Reconstruction
TofEnergyRec
TofEnergyRec-00-00-11
TofEnergyRec
TofEnergyRec.h
Generated by
1.9.6