#include <L1MuDTChambPhContainer.h>
Public Types | |
typedef std::vector< L1MuDTChambPhDigi > | Phi_Container |
typedef Phi_Container::const_iterator | Phi_iterator |
Public Member Functions | |
bool | bxEmpty (int step) const |
int | bxSize (int step1, int step2) const |
L1MuDTChambPhDigi const * | chPhiSegm1 (int wheel, int stat, int sect, int bx) const |
L1MuDTChambPhDigi const * | chPhiSegm2 (int wheel, int stat, int sect, int bx) const |
Phi_Container const * | getContainer () const |
L1MuDTChambPhContainer () | |
void | setContainer (const Phi_Container &inputSegments) |
~L1MuDTChambPhContainer () | |
Private Attributes | |
Phi_Container | phiSegments |
Definition at line 34 of file L1MuDTChambPhContainer.h.
typedef std::vector<L1MuDTChambPhDigi> L1MuDTChambPhContainer::Phi_Container |
Definition at line 38 of file L1MuDTChambPhContainer.h.
typedef Phi_Container::const_iterator L1MuDTChambPhContainer::Phi_iterator |
Definition at line 39 of file L1MuDTChambPhContainer.h.
L1MuDTChambPhContainer::L1MuDTChambPhContainer | ( | ) |
Definition at line 36 of file L1MuDTChambPhContainer.cc.
L1MuDTChambPhContainer::~L1MuDTChambPhContainer | ( | ) |
Definition at line 41 of file L1MuDTChambPhContainer.cc.
bool L1MuDTChambPhContainer::bxEmpty | ( | int | step | ) | const |
Definition at line 55 of file L1MuDTChambPhContainer.cc.
References relativeConstraints::empty, and mps_fire::i.
Referenced by L1MuDTTrackFinder::run(), and L1MuBMTrackFinder::run().
int L1MuDTChambPhContainer::bxSize | ( | int | step1, |
int | step2 | ||
) | const |
Definition at line 68 of file L1MuDTChambPhContainer.cc.
References mps_fire::i, and findQualityFiles::size.
Referenced by DTTFFEDSim::fillRawData().
L1MuDTChambPhDigi const * L1MuDTChambPhContainer::chPhiSegm1 | ( | int | wheel, |
int | stat, | ||
int | sect, | ||
int | bx | ||
) | const |
Definition at line 84 of file L1MuDTChambPhContainer.cc.
References mps_fire::i.
Referenced by L1TMuon::DTCollector::extractPrimitives(), L1TMuonBarrelKalmanStubProcessor::makeStubs(), CSCTFDTReceiver::process(), L1MuBMSectorReceiver::receiveBBMXData(), L1MuDTSectorReceiver::receiveDTBXData(), IOPrinter::run(), AlignTrackSegments::run(), and L1TTwinMuxAlgorithm::run().
L1MuDTChambPhDigi const * L1MuDTChambPhContainer::chPhiSegm2 | ( | int | wheel, |
int | stat, | ||
int | sect, | ||
int | bx | ||
) | const |
Definition at line 99 of file L1MuDTChambPhContainer.cc.
References mps_fire::i.
Referenced by L1TMuon::DTCollector::extractPrimitives(), L1TMuonBarrelKalmanStubProcessor::makeStubs(), CSCTFDTReceiver::process(), L1MuBMSectorReceiver::receiveBBMXData(), L1MuDTSectorReceiver::receiveDTBXData(), IOPrinter::run(), AlignTrackSegments::run(), and L1TTwinMuxAlgorithm::run().
L1MuDTChambPhContainer::Phi_Container const * L1MuDTChambPhContainer::getContainer | ( | ) | const |
Definition at line 51 of file L1MuDTChambPhContainer.cc.
Referenced by L1TDTTPG::analyze(), DTLocalTriggerBaseTask::analyze(), DTLocalTriggerLutTask::analyze(), DTTriggerEfficiencyTask::analyze(), DTLocalTriggerSynchTask::analyze(), DTLocalTriggerTask::analyze(), DTRPCBxCorrection::BxCorrection(), DTTFFEDSim::fillRawData(), HLTDTActivityFilter::hltFilter(), DTLowQMatching::Matching(), L1EmulBias::ModifyCollection(), DTRPCBxCorrection::nRPCHits(), l1t::stage2::BMTFPackerInputs::pack(), omtf::DtPacker::pack(), OMTFinputMaker::processDT(), L1Comparator::produce(), IOPrinter::run(), L1MuDTTrackFinder::run(), L1MuBMTrackFinder::run(), L1Analysis::L1AnalysisBMTFInputs::SetBMPH(), L1Analysis::L1AnalysisDTTF::SetDTPH(), and l1t::stage2::unpacking_bmtf().
void L1MuDTChambPhContainer::setContainer | ( | const Phi_Container & | inputSegments | ) |
Definition at line 46 of file L1MuDTChambPhContainer.cc.
Referenced by RPCtoDTTranslator::run(), AlignTrackSegments::run(), DTRPCBxCorrection::run(), and l1t::stage2::unpacking_bmtf().
|
private |
Definition at line 61 of file L1MuDTChambPhContainer.h.