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
RecoLocalMuon
DTSegment
src
DTRecSegment4DBaseAlgo.h
Go to the documentation of this file.
1
#ifndef DTSegment_DTRecSegment4DBaseAlgo_h
2
#define DTSegment_DTRecSegment4DBaseAlgo_h
3
11
// Collaborating Class Declarations
12
namespace
edm
{
13
class
ParameterSet
;
14
class
EventSetup
;
15
}
// namespace edm
16
#include "
DataFormats/Common/interface/OwnVector.h
"
17
#include "
DataFormats/DTRecHit/interface/DTRecSegment4D.h
"
18
#include "
DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h
"
19
#include "
DataFormats/DTRecHit/interface/DTRecHitCollection.h
"
20
21
#include "
DataFormats/Common/interface/Handle.h
"
22
23
class
DTChamberId
;
24
25
// C++ Headers
26
#include <vector>
27
#include <string>
28
29
// ======================================================================
30
31
// Class DTRecSegment4DBaseAlgo Interface
32
33
class
DTRecSegment4DBaseAlgo
{
34
public
:
36
DTRecSegment4DBaseAlgo
(
const
edm::ParameterSet
&) {}
37
39
virtual
~DTRecSegment4DBaseAlgo
() {}
40
41
// Operations
42
virtual
edm::OwnVector<DTRecSegment4D>
reconstruct
() = 0;
43
44
virtual
std::string
algoName
()
const
= 0;
45
46
virtual
void
setES
(
const
edm::EventSetup
&
setup
) = 0;
47
virtual
void
setDTRecHit1DContainer
(
edm::Handle<DTRecHitCollection>
all1DHits) = 0;
48
virtual
void
setDTRecSegment2DContainer
(
edm::Handle<DTRecSegment2DCollection>
all2DSegments) = 0;
49
virtual
void
setChamber
(
const
DTChamberId
& chId) = 0;
50
virtual
bool
wants2DSegments
() = 0;
51
52
protected
:
53
private
:
54
};
55
#endif
DTRecSegment2DCollection.h
Handle.h
DTRecHitCollection.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
DTRecSegment4DBaseAlgo::wants2DSegments
virtual bool wants2DSegments()=0
edm::Handle< DTRecHitCollection >
singleTopDQM_cfi.setup
setup
Definition:
singleTopDQM_cfi.py:37
DTRecSegment4DBaseAlgo::DTRecSegment4DBaseAlgo
DTRecSegment4DBaseAlgo(const edm::ParameterSet &)
Constructor.
Definition:
DTRecSegment4DBaseAlgo.h:36
edm::ParameterSet
Definition:
ParameterSet.h:47
ParameterSet
Definition:
Functions.h:16
DTRecSegment4DBaseAlgo::~DTRecSegment4DBaseAlgo
virtual ~DTRecSegment4DBaseAlgo()
Destructor.
Definition:
DTRecSegment4DBaseAlgo.h:39
DTRecSegment4DBaseAlgo
Definition:
DTRecSegment4DBaseAlgo.h:33
DTRecSegment4DBaseAlgo::setDTRecSegment2DContainer
virtual void setDTRecSegment2DContainer(edm::Handle< DTRecSegment2DCollection > all2DSegments)=0
DTRecSegment4DBaseAlgo::setChamber
virtual void setChamber(const DTChamberId &chId)=0
edm::EventSetup
Definition:
EventSetup.h:58
DTRecSegment4D.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DTRecSegment4DBaseAlgo::algoName
virtual std::string algoName() const =0
DTRecSegment4DBaseAlgo::setDTRecHit1DContainer
virtual void setDTRecHit1DContainer(edm::Handle< DTRecHitCollection > all1DHits)=0
DTRecSegment4DBaseAlgo::reconstruct
virtual edm::OwnVector< DTRecSegment4D > reconstruct()=0
DTChamberId
Definition:
DTChamberId.h:14
EventSetup
DTRecSegment4DBaseAlgo::setES
virtual void setES(const edm::EventSetup &setup)=0
OwnVector.h
edm::OwnVector
Definition:
OwnVector.h:24
Generated for CMSSW Reference Manual by
1.8.16