CMS 3D CMS Logo

L1MuDTTFSetup Class Reference

Setup the L1 barrel Muon Trigger Track Finder. More...

#include <L1Trigger/DTTrackFinder/interface/L1MuDTTFSetup.h>

List of all members.

Public Member Functions

 L1MuDTTFSetup (const edm::ParameterSet &ps)
 constructor
L1MuDTTrackFinderTrackFinder ()
 perform action per run
virtual ~L1MuDTTFSetup ()
 destructor

Private Attributes

L1MuDTTrackFinderm_tf


Detailed Description

Setup the L1 barrel Muon Trigger Track Finder.

Date
2007/03/30 08:51:21
Revision
1.2

N. Neumeister CERN EP

Definition at line 38 of file L1MuDTTFSetup.h.


Constructor & Destructor Documentation

L1MuDTTFSetup::L1MuDTTFSetup ( const edm::ParameterSet ps  ) 

constructor

Definition at line 47 of file L1MuDTTFSetup.cc.

References m_tf, and L1MuDTTrackFinder::setup().

00047                                                        : m_tf(new L1MuDTTrackFinder(ps)) {
00048 
00049   // setup  the barrel Muon Trigger Track Finder
00050   m_tf->setup(); 
00051 
00052 }

L1MuDTTFSetup::~L1MuDTTFSetup (  )  [virtual]

destructor

Definition at line 59 of file L1MuDTTFSetup.cc.

References m_tf.

00059                               {
00060   
00061   delete m_tf;
00062 
00063 }


Member Function Documentation

L1MuDTTrackFinder* L1MuDTTFSetup::TrackFinder (  )  [inline]

perform action per run

return the main trigger object

Definition at line 51 of file L1MuDTTFSetup.h.

References m_tf.

Referenced by DTTrackFinder::produce().

00051 { return m_tf; }


Member Data Documentation

L1MuDTTrackFinder* L1MuDTTFSetup::m_tf [private]

Definition at line 55 of file L1MuDTTFSetup.h.

Referenced by L1MuDTTFSetup(), TrackFinder(), and ~L1MuDTTFSetup().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:26:49 2009 for CMSSW by  doxygen 1.5.4