#include <RPCDigiL1Link.h>
Public Member Functions | |
int | bx (unsigned int layer) const |
bool | empty () const |
bool | empty (unsigned int layer) const |
unsigned int | nlayer () const |
unsigned int | rawdetId (unsigned int layer) const |
RPCDigiL1Link () | |
void | setLink (unsigned int layer, unsigned int rpcdetId, int strip, int bx) |
int | strip (unsigned int layer) const |
~RPCDigiL1Link () | |
Private Member Functions | |
void | checklayer (unsigned int layer) const |
Private Attributes | |
std::vector< std::pair< unsigned int, int > > | _link |
Definition at line 7 of file RPCDigiL1Link.h.
RPCDigiL1Link::RPCDigiL1Link | ( | ) |
Definition at line 4 of file RPCDigiL1Link.cc.
References _link, EnergyCorrector::c, and mps_fire::i.
RPCDigiL1Link::~RPCDigiL1Link | ( | ) |
Definition at line 13 of file RPCDigiL1Link.cc.
int RPCDigiL1Link::bx | ( | unsigned int | layer | ) | const |
Definition at line 52 of file RPCDigiL1Link.cc.
References _link, and checklayer().
|
private |
Definition at line 81 of file RPCDigiL1Link.cc.
References Exception.
Referenced by bx(), empty(), rawdetId(), setLink(), and strip().
bool RPCDigiL1Link::empty | ( | ) | const |
Definition at line 18 of file RPCDigiL1Link.cc.
References MillePedeFileConverter_cfg::e, and checklumidiff::l.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
bool RPCDigiL1Link::empty | ( | unsigned int | layer | ) | const |
Definition at line 29 of file RPCDigiL1Link.cc.
References checklayer(), and rawdetId().
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
unsigned int RPCDigiL1Link::nlayer | ( | ) | const |
Definition at line 59 of file RPCDigiL1Link.cc.
References _link.
unsigned int RPCDigiL1Link::rawdetId | ( | unsigned int | layer | ) | const |
Definition at line 37 of file RPCDigiL1Link.cc.
References _link, and checklayer().
Referenced by empty().
void RPCDigiL1Link::setLink | ( | unsigned int | layer, |
unsigned int | rpcdetId, | ||
int | strip, | ||
int | bx | ||
) |
Definition at line 66 of file RPCDigiL1Link.cc.
References _link, funct::abs(), checklayer(), DigiAPD_cff::pdigi, and strip().
Referenced by RPCTrigger::produce().
int RPCDigiL1Link::strip | ( | unsigned int | layer | ) | const |
Definition at line 45 of file RPCDigiL1Link.cc.
References _link, funct::abs(), checklayer(), and edm::second().
Referenced by setLink().
|
private |
Definition at line 28 of file RPCDigiL1Link.h.
Referenced by bx(), nlayer(), rawdetId(), RPCDigiL1Link(), setLink(), and strip().