#include <L1MuDTEtaPatternLut.h>
Public Types | |
typedef LUT::const_iterator | ETFLut_iter |
typedef LUT::iterator | ETFLut_Iter |
typedef std::map< short, L1MuDTEtaPattern, std::less< short > > | LUT |
Public Member Functions | |
ETFLut_iter | begin () const |
return iterator which points to the first entry of the LUT More... | |
ETFLut_iter | end () const |
return iterator which points to the one-past-last entry of the LUT More... | |
L1MuDTEtaPattern | getPattern (int id) const |
get pattern with a given ID More... | |
L1MuDTEtaPatternLut () | |
constructor More... | |
int | load () |
load pattern look-up table More... | |
void | print () const |
print pattern look-up table More... | |
void | reset () |
reset pattern look-up table More... | |
int | size () const |
return number of entries in the LUT More... | |
virtual | ~L1MuDTEtaPatternLut () |
destructor More... | |
Public Attributes | |
LUT | m_lut |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Look-up table for eta track finder
N. Neumeister CERN EP
Definition at line 40 of file L1MuDTEtaPatternLut.h.
typedef LUT::const_iterator L1MuDTEtaPatternLut::ETFLut_iter |
Definition at line 43 of file L1MuDTEtaPatternLut.h.
typedef LUT::iterator L1MuDTEtaPatternLut::ETFLut_Iter |
Definition at line 44 of file L1MuDTEtaPatternLut.h.
typedef std::map<short, L1MuDTEtaPattern, std::less<short> > L1MuDTEtaPatternLut::LUT |
Definition at line 42 of file L1MuDTEtaPatternLut.h.
L1MuDTEtaPatternLut::L1MuDTEtaPatternLut | ( | ) |
constructor
Definition at line 48 of file L1MuDTEtaPatternLut.cc.
|
virtual |
|
inline |
return iterator which points to the first entry of the LUT
Definition at line 68 of file L1MuDTEtaPatternLut.h.
References m_lut.
Referenced by L1MuDTEtaProcessor::runEtaTrackFinder().
|
inline |
return iterator which points to the one-past-last entry of the LUT
Definition at line 71 of file L1MuDTEtaPatternLut.h.
References m_lut.
Referenced by Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), and L1MuDTEtaProcessor::runEtaTrackFinder().
L1MuDTEtaPattern L1MuDTEtaPatternLut::getPattern | ( | int | id | ) | const |
get pattern with a given ID
Definition at line 147 of file L1MuDTEtaPatternLut.cc.
References DMR_cfg::cerr, and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it.
Referenced by L1MuDTEtaProcessor::assign(), L1MuDTEtaProcessor::print(), and L1MuDTEtaProcessor::runEtaMatchingUnit().
int L1MuDTEtaPatternLut::load | ( | ) |
load pattern look-up table
Definition at line 74 of file L1MuDTEtaPatternLut.cc.
References PVValHelper::eta, geometryDiff::file, edm::FileInPath::fullPath(), and topSingleLeptonDQM_PU_cfi::pattern.
Referenced by MatrixToProcess.MatrixToProcess::getProcess(), MatrixToProcess.MatrixToProcess::listAll(), and ConfigBuilder.ConfigBuilder::prepare_FILTER().
void L1MuDTEtaPatternLut::print | ( | void | ) | const |
print pattern look-up table
Definition at line 125 of file L1MuDTEtaPatternLut.cc.
References gather_cfg::cout.
void L1MuDTEtaPatternLut::reset | ( | void | ) |
reset pattern look-up table
Definition at line 69 of file L1MuDTEtaPatternLut.cc.
Referenced by MatrixReader.MatrixReader::__init__(), and MatrixReader.MatrixReader::showRaw().
|
private |
|
inline |
return number of entries in the LUT
Definition at line 65 of file L1MuDTEtaPatternLut.h.
References m_lut.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
friend |
Definition at line 76 of file L1MuDTEtaPatternLut.h.
|
friend |
Definition at line 76 of file L1MuDTEtaPatternLut.h.