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
L1Trigger
L1TMuonOverlap
interface
GhostBusterPreferRefDt.h
Go to the documentation of this file.
1
#ifndef OMTF_GhostBusterPreferRefDt_H
2
#define OMTF_GhostBusterPreferRefDt_H
3
4
#include <vector>
5
#include <ostream>
6
7
#include <map>
8
#include <set>
9
10
#include <memory>
11
12
#include "
L1Trigger/L1TMuonOverlap/interface/IGhostBuster.h
"
13
#include "
L1Trigger/L1TMuonOverlap/interface/AlgoMuon.h
"
14
#include "
L1Trigger/L1TMuonOverlap/interface/OMTFConfiguration.h
"
15
16
class
GhostBusterPreferRefDt
:
public
IGhostBuster
{
17
private
:
18
const
OMTFConfiguration
*
omtfConfig
;
19
20
public
:
21
GhostBusterPreferRefDt
(
OMTFConfiguration
*
omtfConfig
) :
omtfConfig
(
omtfConfig
){};
22
23
~GhostBusterPreferRefDt
()
override
{};
24
25
std::vector<AlgoMuon>
select
(std::vector<AlgoMuon> refHitCands,
int
charge
= 0)
override
;
26
};
27
#endif
GhostBusterPreferRefDt::select
std::vector< AlgoMuon > select(std::vector< AlgoMuon > refHitCands, int charge=0) override
Definition:
GhostBusterPreferRefDt.cc:19
AlgoMuon.h
OMTFConfiguration
Definition:
OMTFConfiguration.h:44
OMTFConfiguration.h
IGhostBuster.h
ALCARECOTkAlJpsiMuMu_cff.charge
charge
Definition:
ALCARECOTkAlJpsiMuMu_cff.py:47
GhostBusterPreferRefDt::omtfConfig
const OMTFConfiguration * omtfConfig
Definition:
GhostBusterPreferRefDt.h:18
IGhostBuster
Definition:
IGhostBuster.h:14
GhostBusterPreferRefDt::GhostBusterPreferRefDt
GhostBusterPreferRefDt(OMTFConfiguration *omtfConfig)
Definition:
GhostBusterPreferRefDt.h:21
GhostBusterPreferRefDt
Definition:
GhostBusterPreferRefDt.h:16
GhostBusterPreferRefDt::~GhostBusterPreferRefDt
~GhostBusterPreferRefDt() override
Definition:
GhostBusterPreferRefDt.h:23
Generated for CMSSW Reference Manual by
1.8.16