src
L1TriggerConfig
DTTrackFinder
interface
DTExtLutTester.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
11
//
12
//--------------------------------------------------
13
#ifndef DTExtLutTester_h
14
#define DTExtLutTester_h
15
16
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
17
18
#include "
FWCore/Framework/interface/ESHandle.h
"
19
20
#include "
CondFormats/L1TObjects/interface/L1MuDTExtLut.h
"
21
#include "
CondFormats/DataRecord/interface/L1MuDTExtLutRcd.h
"
22
23
class
DTExtLutTester
:
public
edm::one::EDAnalyzer
<> {
24
public
:
25
DTExtLutTester
(
const
edm::ParameterSet
& ps);
26
27
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
28
29
private
:
30
edm::ESGetToken<L1MuDTExtLut, L1MuDTExtLutRcd>
token_
;
31
};
32
33
#endif
DTExtLutTester::DTExtLutTester
DTExtLutTester(const edm::ParameterSet &ps)
Definition:
DTExtLutTester.cc:16
DTExtLutTester::token_
edm::ESGetToken< L1MuDTExtLut, L1MuDTExtLutRcd > token_
Definition:
DTExtLutTester.h:30
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
L1MuDTExtLut.h
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
L1MuDTExtLutRcd.h
edm::ESGetToken< L1MuDTExtLut, L1MuDTExtLutRcd >
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:56
DTExtLutTester::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
DTExtLutTester.cc:18
DTExtLutTester
Definition:
DTExtLutTester.h:23
EDAnalyzer.h
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