Main Page
Namespaces
Classes
Package Documentation
RecoLocalMuon
DTSegment
src
DTSegment4DT0Corrector.h
Go to the documentation of this file.
1
#ifndef DTSegment_DTSegment4DT0Corrector_H
2
#define DTSegment_DTSegment4DT0Corrector_H
3
10
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
11
#include "
RecoLocalMuon/DTSegment/src/DTSegmentUpdator.h
"
12
#include "
DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h
"
13
14
namespace
edm
{
15
class
ParameterSet
;
16
class
Event
;
17
class
EventSetup
;
18
}
19
20
class
DTSegment4DT0Corrector
:
public
edm::stream::EDProducer
<> {
21
22
public
:
24
DTSegment4DT0Corrector
(
const
edm::ParameterSet
&) ;
25
27
~
DTSegment4DT0Corrector
()
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<DTRecSegment4DCollection>
recHits4DToken_
;
43
44
// the updator
45
DTSegmentUpdator
*
theUpdator
;
46
47
};
48
#endif
49
50
ParameterSet
Definition:
Functions.h:16
DTSegment4DT0Corrector::theUpdator
DTSegmentUpdator * theUpdator
Definition:
DTSegment4DT0Corrector.h:45
GeneralSetup.setup
def setup(process, global_tag, zero_tesla=False)
Definition:
GeneralSetup.py:2
DTSegmentUpdator.h
edm::EDGetTokenT< DTRecSegment4DCollection >
EDProducer.h
EventSetup
edm::EventSetup
Definition:
EventSetup.h:57
DTSegment4DT0Corrector::debug
bool debug
Definition:
DTSegment4DT0Corrector.h:40
edm::stream::EDProducer
Definition:
EDProducer.h:38
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
DTSegment4DT0Corrector
Definition:
DTSegment4DT0Corrector.h:20
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
DTSegment4DT0Corrector::recHits4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > recHits4DToken_
Definition:
DTSegment4DT0Corrector.h:42
DTSegmentUpdator
Definition:
DTSegmentUpdator.h:40
DTRecSegment4DCollection.h
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.11