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
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
▼
Reconstruction
►
BeamParamsAlg
►
DTagAlg
►
DTagSkim
▼
EmcRec
▼
EmcRec-01-03-02
▼
EmcRec
►
EmcRec.h
►
EmcRecCluster2Shower.h
►
EmcRecCluster2ShowerAbs.h
►
EmcRecDigit2Hit.h
►
EmcRecFastCluster2Shower.h
►
EmcRecHit2Cluster.h
►
EmcRecNeighbor.h
►
EmcRecParameter.h
►
EmcRecSeedAbs.h
►
EmcRecSeedEThreshold.h
►
EmcRecSeedLocalMax.h
►
EmcRecShowerEnergy.h
►
EmcRecShowerPosAbs.h
►
EmcRecShowerPosLin.h
►
EmcRecShowerPosLinShMax.h
►
EmcRecShowerPosLog.h
►
EmcRecShowerPosLoglin.h
►
EmcRecShowerPosLogShMax.h
►
EmcRecShowerShape.h
►
EmcRecSplitAbs.h
►
EmcRecSplitWeighted.h
►
EmcRecTDS.h
►
EmcRecTofDigitCalib.h
►
EmcRecTofMatch.h
►
src
►
test
►
EmcTimeRec
►
EsTimeAlg
►
EventAssembly
►
KalFitAlg
►
MdcDedxAlg
►
MdcDummyAlg
►
MdcFastTrkAlg
►
MdcHoughFinder
►
MdcPatRec
►
MucRecAlg
►
Pi0EtaToGGRecAlg
►
Pi0RecAlg
►
PrimaryVertexAlg
►
QCMCFilterAlg
►
SD0TagAlg
►
T0Dummy
►
TagWriterAlg
►
TofEnergyRec
►
TofRec
►
TrackUtil
►
TrkExtAlg
►
TrkReco
►
VeeVertexAlg
►
ZddReconAlg
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EmcRecShowerPosLin.h
Go to the documentation of this file.
1
//
2
// Linear weighted average position with correction is used by BELLE.
3
// Logarithmic weighted average position is used by BaBar.
4
// And many others...
5
//
6
// This one is linear weight.
7
//
8
// Created by Zhe Wang 2004, 5, 16
9
//
10
#ifndef EMC_REC_SHOWER_POS_LIN_H
11
#define EMC_REC_SHOWER_POS_LIN_H
12
13
#include "
EmcRec/EmcRecShowerPosAbs.h
"
14
15
class
EmcRecShowerPosLin
:
public
EmcRecShowerPosAbs
16
{
17
public
:
18
EmcRecShowerPosLin
() {}
19
virtual
~EmcRecShowerPosLin
() {}
20
21
public
:
22
virtual
void
Position
(
RecEmcShower
& aShower);
23
24
};
15
class
EmcRecShowerPosLin
:
public
EmcRecShowerPosAbs
{
…
};
25
26
#endif
// EMC_REC_SHOWER_POS_LIN_H
27
EmcRecShowerPosAbs.h
EmcRecShowerPosAbs
Definition
EmcRecShowerPosAbs.h:14
EmcRecShowerPosLin
Definition
EmcRecShowerPosLin.h:16
EmcRecShowerPosLin::EmcRecShowerPosLin
EmcRecShowerPosLin()
Definition
EmcRecShowerPosLin.h:18
EmcRecShowerPosLin::Position
virtual void Position(RecEmcShower &aShower)
Definition
EmcRecShowerPosLin.cxx:17
EmcRecShowerPosLin::~EmcRecShowerPosLin
virtual ~EmcRecShowerPosLin()
Definition
EmcRecShowerPosLin.h:19
RecEmcShower
Definition
RecEmcShower.h:22
7.1.2
Reconstruction
EmcRec
EmcRec-01-03-02
EmcRec
EmcRecShowerPosLin.h
Generated by
1.12.0