Main Page
Namespaces
Namespace List
Namespace 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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
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
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
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
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoEgamma
EgammaPhotonAlgos
interface
InOutConversionTrackFinder.h
Go to the documentation of this file.
1
#ifndef RecoEGAMMA_ConversionTrack_InOutConversionTrackFinder_h
2
#define RecoEGAMMA_ConversionTrack_InOutConversionTrackFinder_h
3
10
//
11
#include "
DataFormats/CaloRecHit/interface/CaloClusterFwd.h
"
12
#include "
DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h
"
13
#include "
DataFormats/TrackCandidate/interface/TrackCandidateCollection.h
"
14
//
15
#include "
RecoTracker/CkfPattern/interface/RedundantSeedCleaner.h
"
16
#include "
TrackingTools/PatternTools/interface/TrajectoryMeasurement.h
"
17
#include "
RecoEgamma/EgammaPhotonAlgos/interface/ConversionTrackFinder.h
"
18
19
// C/C++ headers
20
#include <string>
21
#include <vector>
22
23
//
24
25
class
MagneticField
;
26
class
TrajectoryCleanerBySharedHits
;
27
28
class
InOutConversionTrackFinder
:
public
ConversionTrackFinder
{
29
public
:
30
InOutConversionTrackFinder
(
const
edm::ParameterSet
&
config
,
const
BaseCkfTrajectoryBuilder
* trajectoryBuilder);
31
32
~InOutConversionTrackFinder
()
override
;
33
std::vector<Trajectory>
tracks
(
const
TrajectorySeedCollection
&
seeds
,
34
TrackCandidateCollection
& candidate)
const override
;
35
36
private
:
37
TrajectoryCleanerBySharedHits
*
theTrajectoryCleaner_
;
38
RedundantSeedCleaner
*
theSeedCleaner_
;
39
};
40
41
#endif
InOutConversionTrackFinder::tracks
std::vector< Trajectory > tracks(const TrajectorySeedCollection &seeds, TrackCandidateCollection &candidate) const override
Definition:
InOutConversionTrackFinder.cc:43
TrajectoryCleanerBySharedHits
Definition:
TrajectoryCleanerBySharedHits.h:15
BaseCkfTrajectoryBuilder
Definition:
BaseCkfTrajectoryBuilder.h:53
TrajectorySeedCollection
std::vector< TrajectorySeed > TrajectorySeedCollection
Definition:
TrajectorySeedCollection.h:6
TrackCandidateCollection.h
ConversionTrackFinder
Definition:
ConversionTrackFinder.h:31
InOutConversionTrackFinder::~InOutConversionTrackFinder
~InOutConversionTrackFinder() override
Definition:
InOutConversionTrackFinder.cc:37
TrajectoryMeasurement.h
config
Definition:
config.py:1
RedundantSeedCleaner.h
InOutConversionTrackFinder::theTrajectoryCleaner_
TrajectoryCleanerBySharedHits * theTrajectoryCleaner_
Definition:
InOutConversionTrackFinder.h:37
CaloClusterFwd.h
InitialStep_cff.seeds
seeds
Definition:
InitialStep_cff.py:230
edm::ParameterSet
Definition:
ParameterSet.h:47
InOutConversionTrackFinder::theSeedCleaner_
RedundantSeedCleaner * theSeedCleaner_
Definition:
InOutConversionTrackFinder.h:38
TrackCandidateCollection
std::vector< TrackCandidate > TrackCandidateCollection
Definition:
TrackCandidateCollection.h:7
ConversionTrackFinder.h
TrajectorySeedCollection.h
RedundantSeedCleaner
Definition:
RedundantSeedCleaner.h:21
InOutConversionTrackFinder::InOutConversionTrackFinder
InOutConversionTrackFinder(const edm::ParameterSet &config, const BaseCkfTrajectoryBuilder *trajectoryBuilder)
Definition:
InOutConversionTrackFinder.cc:20
MagneticField
Definition:
MagneticField.h:19
InOutConversionTrackFinder
Definition:
InOutConversionTrackFinder.h:28
Generated for CMSSW Reference Manual by
1.8.16