L1TriggerConfig
DTTrackFinder
interface
DTPhiLutTester.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
11
//
12
//--------------------------------------------------
13
#ifndef DTPhiLutTester_h
14
#define DTPhiLutTester_h
15
16
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
17
18
#include "
FWCore/Framework/interface/ESHandle.h
"
19
20
#include "
CondFormats/L1TObjects/interface/L1MuDTPhiLut.h
"
21
#include "
CondFormats/DataRecord/interface/L1MuDTPhiLutRcd.h
"
22
23
class
DTPhiLutTester
:
public
edm::one::EDAnalyzer
<> {
24
public
:
25
DTPhiLutTester
(
const
edm::ParameterSet
& ps);
26
27
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
28
29
private
:
30
edm::ESGetToken<L1MuDTPhiLut, L1MuDTPhiLutRcd>
token_
;
31
};
32
33
#endif
L1MuDTPhiLutRcd.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
L1MuDTPhiLut.h
c
auto & c
Definition:
CAHitNtupletGeneratorKernelsImpl.h:56
edm::ESGetToken< L1MuDTPhiLut, L1MuDTPhiLutRcd >
ESHandle.h
DTPhiLutTester
Definition:
DTPhiLutTester.h:23
edm::EventSetup
Definition:
EventSetup.h:59
DTPhiLutTester::DTPhiLutTester
DTPhiLutTester(const edm::ParameterSet &ps)
Definition:
DTPhiLutTester.cc:16
DTPhiLutTester::token_
edm::ESGetToken< L1MuDTPhiLut, L1MuDTPhiLutRcd > token_
Definition:
DTPhiLutTester.h:30
EDAnalyzer.h
DTPhiLutTester::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
DTPhiLutTester.cc:18
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
Generated for CMSSW Reference Manual by
1.8.14