Main Page
Namespaces
Classes
Package Documentation
L1TriggerConfig
DTTrackFinder
src
DTExtLutTester.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: DTExtLutTester
4
//
5
// L1 DT Track Finder Extrapolation Lut Tester
6
//
7
//
8
//
9
// Author :
10
// J. Troconiz UAM Madrid
11
//
12
//--------------------------------------------------
13
14
#include "
L1TriggerConfig/DTTrackFinder/interface/DTExtLutTester.h
"
15
16
DTExtLutTester::DTExtLutTester
(
const
edm::ParameterSet
& ps) {}
17
18
DTExtLutTester::~DTExtLutTester
() {}
19
20
void
DTExtLutTester::analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
) {
21
edm::ESHandle<L1MuDTExtLut>
extlut
;
22
c.
get
<
L1MuDTExtLutRcd
>().
get
(extlut);
23
extlut->
print
();
24
}
DTExtLutTester.h
DTExtLutTester::DTExtLutTester
DTExtLutTester(const edm::ParameterSet &ps)
Definition:
DTExtLutTester.cc:16
L1DTTrackFinderConfig_cff.extlut
extlut
Definition:
L1DTTrackFinderConfig_cff.py:3
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
edm::ESHandle< L1MuDTExtLut >
L1MuDTExtLut::print
void print() const
print extrapolation look-up tables
Definition:
L1MuDTExtLut.cc:196
edm::EventSetup
Definition:
EventSetup.h:57
DTExtLutTester::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
DTExtLutTester.cc:20
DTExtLutTester::~DTExtLutTester
~DTExtLutTester() override
Definition:
DTExtLutTester.cc:18
edm::EventSetup::get
T get() const
Definition:
EventSetup.h:73
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:72
L1MuDTExtLutRcd
Definition:
L1MuDTExtLutRcd.h:12
Generated for CMSSW Reference Manual by
1.8.11