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
EmcRecSeedLocalMax.h
Go to the documentation of this file.
1
//
2
// Seed finder
3
// Use local max to determine a seed
4
//
5
// Zhe Wang 2004, 8, 31
6
//
7
#ifndef EMC_REC_SEED_LOCAL_MAX_H
8
#define EMC_REC_SEED_LOCAL_MAX_H
9
10
#include "
EmcRec/EmcRecSeedAbs.h
"
11
12
class
EmcRecSeedLocalMax
:
public
EmcRecSeedAbs
13
{
14
public
:
15
// Constructors and destructors
16
EmcRecSeedLocalMax
();
17
~EmcRecSeedLocalMax
();
18
19
public
:
20
virtual
void
Seed
(
const
RecEmcCluster
& aCluster,
21
RecEmcIDVector
& aMaxVec);
22
};
12
class
EmcRecSeedLocalMax
:
public
EmcRecSeedAbs
{
…
};
23
24
#endif
// EMC_REC_SEED_LOCAL_MAX_H
25
EmcRecSeedAbs.h
RecEmcIDVector
vector< RecEmcID > RecEmcIDVector
Definition
RecEmcDataType.h:33
EmcRecSeedAbs
Definition
EmcRecSeedAbs.h:13
EmcRecSeedLocalMax
Definition
EmcRecSeedLocalMax.h:13
EmcRecSeedLocalMax::~EmcRecSeedLocalMax
~EmcRecSeedLocalMax()
Definition
EmcRecSeedLocalMax.cxx:14
EmcRecSeedLocalMax::EmcRecSeedLocalMax
EmcRecSeedLocalMax()
Definition
EmcRecSeedLocalMax.cxx:11
EmcRecSeedLocalMax::Seed
virtual void Seed(const RecEmcCluster &aCluster, RecEmcIDVector &aMaxVec)
Definition
EmcRecSeedLocalMax.cxx:17
RecEmcCluster
Definition
RecEmcCluster.h:22
7.1.2
Reconstruction
EmcRec
EmcRec-01-03-02
EmcRec
EmcRecSeedLocalMax.h
Generated by
1.12.0