BOSS
7.1.2
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
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
Enumerations
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
▼
EventFilter
►
EventFilter-02-01-00
►
HltProcessor
▼
HltUtilities
▼
HltAlgorithms
▼
HltAlgorithms-01-04-00
►
HltAlgorithms
▼
src
CheckEFResult.cxx
EFChargedTrack.cxx
EFDetectorHits.cxx
►
EFFlightTime.cxx
EFGlobalEnergy.cxx
EFProcessCluster.cxx
EFSectorHits.cxx
EFTofHitsCol.cxx
EFtoTDS.cxx
IEFAlgorithm.cxx
►
HltDataTypes
►
HltStore
►
HltTools
►
OnlineJointer
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EFTofHitsCol.cxx
Go to the documentation of this file.
1
//
2
#include "
HltAlgorithms/EFTofHitsCol.h
"
3
4
EFTofHitsCol::EFTofHitsCol
5
(
unsigned
int
iib_e,
unsigned
int
iilayer,
unsigned
int
iiphi,
double
tof):
6
barrel_ec(iib_e),layer(iilayer),phi(iiphi),
time
(tof),
num
(1){
7
}
4
EFTofHitsCol::EFTofHitsCol
{
…
}
8
9
EFTofHitsCol::~EFTofHitsCol
(){
10
}
9
EFTofHitsCol::~EFTofHitsCol
() {
…
}
11
12
void
EFTofHitsCol::SetT
(
double
val){
13
if
(val>0&&val<3000){
14
time= (time*num+val)/(num+1);
15
num++;
16
}
17
}
12
void
EFTofHitsCol::SetT
(
double
val) {
…
}
num
int num[96]
Definition
BesEvtGen/BesEvtGen-00-04-30/src/phokhara/PHOKHARA/ranlxd.c:383
time
Double_t time
Definition
DataBase/tau_mode.c:7
EFTofHitsCol.h
EFTofHitsCol::SetT
void SetT(double val=0.)
Definition
EFTofHitsCol.cxx:12
EFTofHitsCol::~EFTofHitsCol
virtual ~EFTofHitsCol()
Definition
EFTofHitsCol.cxx:9
EFTofHitsCol::EFTofHitsCol
EFTofHitsCol(unsigned int ib_e=0, unsigned int ilayer=0, unsigned int iphi=0, double tof=0.)
Definition
EFTofHitsCol.cxx:5
7.1.2
EventFilter
HltUtilities
HltAlgorithms
HltAlgorithms-01-04-00
src
EFTofHitsCol.cxx
Generated by
1.12.0