#include <DTPhiLutTester.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &e, const edm::EventSetup &c) |
DTPhiLutTester (const edm::ParameterSet &ps) | |
~DTPhiLutTester () |
L1 DT Track Finder Phi Assignment Lut Tester
J. Troconiz UAM Madrid
Definition at line 26 of file DTPhiLutTester.h.
DTPhiLutTester::DTPhiLutTester | ( | const edm::ParameterSet & | ps | ) |
Definition at line 19 of file DTPhiLutTester.cc.
{}
DTPhiLutTester::~DTPhiLutTester | ( | ) |
Definition at line 22 of file DTPhiLutTester.cc.
{}
void DTPhiLutTester::analyze | ( | const edm::Event & | e, |
const edm::EventSetup & | c | ||
) | [virtual] |
Implements edm::EDAnalyzer.
Definition at line 25 of file DTPhiLutTester.cc.
References edm::EventSetup::get(), and L1DTTrackFinderConfig_cff::philut.
{ edm::ESHandle<L1MuDTPhiLut> philut; c.get<L1MuDTPhiLutRcd>().get( philut ); philut->print(); }