#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 i.
int L1MuDTChambPhContainer::bxSize | ( | int | step1, |
int | step2 | ||
) | const |
Definition at line 68 of file L1MuDTChambPhContainer.cc.
References i, and findQualityFiles::size.
L1MuDTChambPhDigi const * L1MuDTChambPhContainer::chPhiSegm1 | ( | int | wheel, |
int | stat, | ||
int | sect, | ||
int | bx | ||
) | const |
Definition at line 84 of file L1MuDTChambPhContainer.cc.
References i.
Referenced by CSCTFDTReceiver::process().
L1MuDTChambPhDigi const * L1MuDTChambPhContainer::chPhiSegm2 | ( | int | wheel, |
int | stat, | ||
int | sect, | ||
int | bx | ||
) | const |
Definition at line 99 of file L1MuDTChambPhContainer.cc.
References i.
Referenced by CSCTFDTReceiver::process().
L1MuDTChambPhContainer::Phi_Container const * L1MuDTChambPhContainer::getContainer | ( | ) | const |
Definition at line 51 of file L1MuDTChambPhContainer.cc.
void L1MuDTChambPhContainer::setContainer | ( | const Phi_Container & | inputSegments | ) |
Definition at line 46 of file L1MuDTChambPhContainer.cc.
|
private |
Definition at line 61 of file L1MuDTChambPhContainer.h.