#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, HltBtagPostValidation_cff::c, and mps_fire::i.
RPCDigiL1Link::~RPCDigiL1Link | ( | ) |
Definition at line 11 of file RPCDigiL1Link.cc.
int RPCDigiL1Link::bx | ( | unsigned int | layer | ) | const |
Definition at line 37 of file RPCDigiL1Link.cc.
References _link, checklayer(), and nano_mu_digi_cff::layer.
Referenced by setLink().
|
private |
Definition at line 53 of file RPCDigiL1Link.cc.
References Exception, and nano_mu_digi_cff::layer.
Referenced by bx(), empty(), rawdetId(), setLink(), and strip().
bool RPCDigiL1Link::empty | ( | ) | const |
Definition at line 13 of file RPCDigiL1Link.cc.
References MillePedeFileConverter_cfg::e, and MainPageGenerator::l.
bool RPCDigiL1Link::empty | ( | unsigned int | layer | ) | const |
Definition at line 22 of file RPCDigiL1Link.cc.
References checklayer(), and rawdetId().
unsigned int RPCDigiL1Link::nlayer | ( | ) | const |
Definition at line 42 of file RPCDigiL1Link.cc.
References _link.
unsigned int RPCDigiL1Link::rawdetId | ( | unsigned int | layer | ) | const |
Definition at line 27 of file RPCDigiL1Link.cc.
References _link, checklayer(), and nano_mu_digi_cff::layer.
Referenced by empty().
void RPCDigiL1Link::setLink | ( | unsigned int | layer, |
unsigned int | rpcdetId, | ||
int | strip, | ||
int | bx | ||
) |
Definition at line 44 of file RPCDigiL1Link.cc.
References _link, funct::abs(), bx(), checklayer(), nano_mu_digi_cff::layer, Digi_cff::pdigi, and strip().
int RPCDigiL1Link::strip | ( | unsigned int | layer | ) | const |
Definition at line 32 of file RPCDigiL1Link.cc.
References _link, funct::abs(), checklayer(), nano_mu_digi_cff::layer, and edm::second().
Referenced by setLink().
|
private |
Definition at line 29 of file RPCDigiL1Link.h.
Referenced by bx(), nlayer(), rawdetId(), RPCDigiL1Link(), setLink(), and strip().