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