#include <L1MuDTTFSetup.h>
Public Member Functions | |
L1MuDTTFSetup (const edm::ParameterSet &ps, edm::ConsumesCollector &&ix) | |
constructor More... | |
L1MuDTTrackFinder * | TrackFinder () |
perform action per run More... | |
virtual | ~L1MuDTTFSetup () |
destructor More... | |
Private Attributes | |
L1MuDTTrackFinder * | m_tf |
Setup the L1 barrel Muon Trigger Track Finder
N. Neumeister CERN EP
Definition at line 36 of file L1MuDTTFSetup.h.
L1MuDTTFSetup::L1MuDTTFSetup | ( | const edm::ParameterSet & | ps, |
edm::ConsumesCollector && | ix | ||
) |
constructor
Definition at line 43 of file L1MuDTTFSetup.cc.
References m_tf, eostools::move(), and L1MuDTTrackFinder::setup().
|
virtual |
|
inline |
perform action per run
return the main trigger object
Definition at line 47 of file L1MuDTTFSetup.h.
References m_tf.
|
private |
Definition at line 50 of file L1MuDTTFSetup.h.
Referenced by L1MuDTTFSetup(), TrackFinder(), and ~L1MuDTTFSetup().