BOSS
6.6.4.p03
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
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
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
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
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
MdcxMergeDups.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: MdcxMergeDups.h,v 1.4 2011/12/08 06:52:29 zhangy Exp $
4
//
5
// Description: Give a list of charged tracks, try to find and merge
6
// duplicates.
7
//
8
// Environment:
9
// Software developed for the BaBar Detector at the SLAC B-Factory.
10
//
11
// Author List:
12
// S. Wagner
13
//
14
// Copyright Information:
15
// Copyright (C) 1999 BEPCII
16
//
17
// History:
18
// Migration for BESIII MDC
19
//
20
//------------------------------------------------------------------------
21
#ifndef _MDCXMERGEDUPS_
22
#define _MDCXMERGEDUPS_
23
24
#include <iostream>
25
#include <fstream>
26
#include "CLHEP/Alist/AList.h"
27
#include "
MdcxReco/MdcxFittedHel.h
"
28
29
class
MdcxMergeDups
{
30
public
:
31
MdcxMergeDups
(
HepAList<MdcxFittedHel>
&f,
int
debug);
32
virtual
~MdcxMergeDups
( );
33
inline
const
HepAList<MdcxFittedHel>
&
GetMergedTrklist
(){
return
CleanTrklist
;}
34
//functions
35
protected
:
36
HepAList<MdcxFittedHel>
NewTrklist
;
37
HepAList<MdcxFittedHel>
CleanTrklist
;
38
int
m_debug
;
39
//functions
40
void
KillList
(){HepAListDeleteAll(
NewTrklist
);}
41
};
//endof MdcxMergeDups
42
43
#endif
MdcxFittedHel.h
HepAList
Definition:
MdcSegGrouper.h:31
MdcxMergeDups
Definition:
MdcxMergeDups.h:29
MdcxMergeDups::NewTrklist
HepAList< MdcxFittedHel > NewTrklist
Definition:
MdcxMergeDups.h:36
MdcxMergeDups::~MdcxMergeDups
virtual ~MdcxMergeDups()
Definition:
MdcxMergeDups.cxx:197
MdcxMergeDups::KillList
void KillList()
Definition:
MdcxMergeDups.h:40
MdcxMergeDups::m_debug
int m_debug
Definition:
MdcxMergeDups.h:38
MdcxMergeDups::GetMergedTrklist
const HepAList< MdcxFittedHel > & GetMergedTrklist()
Definition:
MdcxMergeDups.h:33
MdcxMergeDups::CleanTrklist
HepAList< MdcxFittedHel > CleanTrklist
Definition:
MdcxMergeDups.h:37
source
Reconstruction
MdcPatRec
MdcxReco
MdcxReco-00-01-59
MdcxReco
MdcxMergeDups.h
Generated by
1.9.6