#include <L1MuTMChambPhContainer.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 * | chPhiSegm (int wheel, int stat, int sect, int bx, int ts2tag) |
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 |
L1MuTMChambPhContainer () | |
void | setContainer (const Phi_Container &inputSegments) |
~L1MuTMChambPhContainer () | |
Private Attributes | |
Phi_Container | phiSegments |
Definition at line 34 of file L1MuTMChambPhContainer.h.
typedef std::vector<L1MuDTChambPhDigi> L1MuTMChambPhContainer::Phi_Container |
Definition at line 38 of file L1MuTMChambPhContainer.h.
typedef Phi_Container::const_iterator L1MuTMChambPhContainer::Phi_iterator |
Definition at line 39 of file L1MuTMChambPhContainer.h.
L1MuTMChambPhContainer::L1MuTMChambPhContainer | ( | ) |
Definition at line 36 of file L1MuTMChambPhContainer.cc.
L1MuTMChambPhContainer::~L1MuTMChambPhContainer | ( | ) |
Definition at line 41 of file L1MuTMChambPhContainer.cc.
bool L1MuTMChambPhContainer::bxEmpty | ( | int | step | ) | const |
Definition at line 55 of file L1MuTMChambPhContainer.cc.
References mps_fire::i.
int L1MuTMChambPhContainer::bxSize | ( | int | step1, |
int | step2 | ||
) | const |
Definition at line 66 of file L1MuTMChambPhContainer.cc.
References mps_fire::i, and findQualityFiles::size.
L1MuDTChambPhDigi * L1MuTMChambPhContainer::chPhiSegm | ( | int | wheel, |
int | stat, | ||
int | sect, | ||
int | bx, | ||
int | ts2tag | ||
) |
Definition at line 113 of file L1MuTMChambPhContainer.cc.
References mps_fire::i.
Referenced by DTRPCBxCorrection::BxCorrection(), DTLowQMatching::Matching(), and IOPrinter::run().
L1MuDTChambPhDigi const * L1MuTMChambPhContainer::chPhiSegm1 | ( | int | wheel, |
int | stat, | ||
int | sect, | ||
int | bx | ||
) | const |
Definition at line 82 of file L1MuTMChambPhContainer.cc.
References mps_fire::i.
L1MuDTChambPhDigi const * L1MuTMChambPhContainer::chPhiSegm2 | ( | int | wheel, |
int | stat, | ||
int | sect, | ||
int | bx | ||
) | const |
Definition at line 97 of file L1MuTMChambPhContainer.cc.
References mps_fire::i.
L1MuTMChambPhContainer::Phi_Container const * L1MuTMChambPhContainer::getContainer | ( | ) | const |
Definition at line 51 of file L1MuTMChambPhContainer.cc.
Referenced by DTRPCBxCorrection::nRPCHits().
void L1MuTMChambPhContainer::setContainer | ( | const Phi_Container & | inputSegments | ) |
Definition at line 46 of file L1MuTMChambPhContainer.cc.
Referenced by DTRPCBxCorrection::BxCorrection(), DTLowQMatching::Matching(), and IOPrinter::run().
|
private |
Definition at line 63 of file L1MuTMChambPhContainer.h.