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