Main Page
Namespaces
Classes
Package Documentation
src
RecoLocalMuon
DTSegment
src
DTRecSegment4DProducer.h
Go to the documentation of this file.
1
#ifndef DTSegment_DTRecSegment4DProducer_H
2
#define DTSegment_DTRecSegment4DProducer_H
3
10
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
11
#include "
DataFormats/DTRecHit/interface/DTRecHitCollection.h
"
12
#include "
DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h
"
13
14
namespace
edm
{
15
class
ParameterSet
;
16
class
Event
;
17
class
EventSetup
;
18
}
19
class
DTRecSegment4DBaseAlgo
;
20
21
class
DTRecSegment4DProducer
:
public
edm::stream::EDProducer
<> {
22
public
:
24
DTRecSegment4DProducer
(
const
edm::ParameterSet
&) ;
25
27
~
DTRecSegment4DProducer
()
override
;
28
29
// Operations
30
32
void
produce(
edm::Event
&
event
,
const
edm::EventSetup
&
setup
)
override
;
33
34
35
protected
:
36
37
private
:
38
39
// Switch on verbosity
40
bool
debug
;
41
42
edm::EDGetTokenT<DTRecHitCollection>
recHits1DToken_
;
43
edm::EDGetTokenT<DTRecSegment2DCollection>
recHits2DToken_
;
44
// The 4D-segments reconstruction algorithm
45
std::unique_ptr<DTRecSegment4DBaseAlgo>
the4DAlgo
;
46
};
47
#endif
48
49
DTRecSegment4DProducer::debug
bool debug
Definition:
DTRecSegment4DProducer.h:40
ParameterSet
Definition:
Functions.h:16
DTRecSegment4DBaseAlgo
Definition:
DTRecSegment4DBaseAlgo.h:33
DTRecHitCollection.h
DTRecSegment4DProducer::the4DAlgo
std::unique_ptr< DTRecSegment4DBaseAlgo > the4DAlgo
Definition:
DTRecSegment4DProducer.h:45
GeneralSetup.setup
def setup(process, global_tag, zero_tesla=False)
Definition:
GeneralSetup.py:2
edm::EDGetTokenT< DTRecHitCollection >
DTRecSegment4DProducer
Definition:
DTRecSegment4DProducer.h:21
EDProducer.h
EventSetup
DTRecSegment4DProducer::recHits2DToken_
edm::EDGetTokenT< DTRecSegment2DCollection > recHits2DToken_
Definition:
DTRecSegment4DProducer.h:43
edm::EventSetup
Definition:
EventSetup.h:57
edm::stream::EDProducer
Definition:
EDProducer.h:38
DTRecSegment4DProducer::recHits1DToken_
edm::EDGetTokenT< DTRecHitCollection > recHits1DToken_
Definition:
DTRecSegment4DProducer.h:42
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
event
Definition:
event.py:1
DTRecSegment2DCollection.h
Generated for CMSSW Reference Manual by
1.8.11