CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
DTPhiLutTester Class Reference

#include <DTPhiLutTester.h>

Inheritance diagram for DTPhiLutTester:
edm::EDAnalyzer

Public Member Functions

virtual void analyze (const edm::Event &e, const edm::EventSetup &c)
 
 DTPhiLutTester (const edm::ParameterSet &ps)
 
 ~DTPhiLutTester ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Detailed Description

L1 DT Track Finder Phi Assignment Lut Tester

Date:
2008/05/14 14:52:08
Revision:
1.2

J. Troconiz UAM Madrid

Definition at line 26 of file DTPhiLutTester.h.

Constructor & Destructor Documentation

DTPhiLutTester::DTPhiLutTester ( const edm::ParameterSet ps)

Definition at line 19 of file DTPhiLutTester.cc.

19 {}
DTPhiLutTester::~DTPhiLutTester ( )

Definition at line 22 of file DTPhiLutTester.cc.

22 {}

Member Function Documentation

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.

25  {
26 
28  c.get<L1MuDTPhiLutRcd>().get( philut );
29  philut->print();
30 
31 }
const T & get() const
Definition: EventSetup.h:55