#include <RegionalMuonShower.h>
Public Member Functions | |
int | endcap () const |
bool | isOneNominalInTime () const |
bool | isOneNominalOutOfTime () const |
bool | isTwoLooseInTime () const |
bool | isTwoLooseOutOfTime () const |
bool | isValid () const |
int | link () const |
Get link on which the MicroGMT receives the candidate. More... | |
bool | operator!= (const l1t::RegionalMuonShower &rhs) const |
bool | operator== (const l1t::RegionalMuonShower &rhs) const |
RegionalMuonShower (bool oneNominalInTime=false, bool oneNominalOutOfTime=false, bool twoLooseInTime=false, bool twoLooseOutOfTime=false) | |
int | sector () const |
void | setEndcap (const int endcap) |
void | setLink (const int link) |
void | setOneNominalInTime (const bool bit) |
void | setOneNominalOutOfTime (const bool bit) |
void | setSector (const unsigned sector) |
void | setTwoLooseInTime (const bool bit) |
void | setTwoLooseOutOfTime (const bool bit) |
~RegionalMuonShower () | |
Private Attributes | |
int | endcap_ |
bool | isOneNominalInTime_ |
bool | isOneNominalOutOfTime_ |
bool | isTwoLooseInTime_ |
bool | isTwoLooseOutOfTime_ |
int | link_ |
unsigned | sector_ |
Definition at line 16 of file RegionalMuonShower.h.
l1t::RegionalMuonShower::RegionalMuonShower | ( | bool | oneNominalInTime = false , |
bool | oneNominalOutOfTime = false , |
||
bool | twoLooseInTime = false , |
||
bool | twoLooseOutOfTime = false |
||
) |
Definition at line 3 of file RegionalMuonShower.cc.
l1t::RegionalMuonShower::~RegionalMuonShower | ( | ) |
Definition at line 15 of file RegionalMuonShower.cc.
|
inline |
Definition at line 40 of file RegionalMuonShower.h.
References endcap_.
Referenced by geometryXMLparser.CSCAlignable::index(), and setEndcap().
|
inline |
Definition at line 35 of file RegionalMuonShower.h.
References isOneNominalInTime_.
Referenced by operator==().
|
inline |
Definition at line 36 of file RegionalMuonShower.h.
References isOneNominalOutOfTime_.
Referenced by operator==().
|
inline |
Definition at line 37 of file RegionalMuonShower.h.
References isTwoLooseInTime_.
Referenced by operator==().
|
inline |
Definition at line 38 of file RegionalMuonShower.h.
References isTwoLooseOutOfTime_.
Referenced by operator==().
bool l1t::RegionalMuonShower::isValid | ( | void | ) | const |
Definition at line 17 of file RegionalMuonShower.cc.
References or.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Get link on which the MicroGMT receives the candidate.
Definition at line 43 of file RegionalMuonShower.h.
References link_.
Referenced by setLink().
|
inline |
bool l1t::RegionalMuonShower::operator== | ( | const l1t::RegionalMuonShower & | rhs | ) | const |
Definition at line 21 of file RegionalMuonShower.cc.
References isOneNominalInTime(), isOneNominalOutOfTime(), isTwoLooseInTime(), and isTwoLooseOutOfTime().
Referenced by operator!=().
|
inline |
Definition at line 41 of file RegionalMuonShower.h.
References sector_.
Referenced by geometryXMLparser.DTAlignable::index(), and setSector().
|
inline |
Definition at line 30 of file RegionalMuonShower.h.
References endcap(), and endcap_.
Referenced by SectorProcessorShower::process().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 31 of file RegionalMuonShower.h.
References sector(), and sector_.
Referenced by SectorProcessorShower::process().
|
inline |
|
inline |
|
private |
Definition at line 55 of file RegionalMuonShower.h.
Referenced by endcap(), and setEndcap().
|
private |
Definition at line 46 of file RegionalMuonShower.h.
Referenced by isOneNominalInTime(), and setOneNominalInTime().
|
private |
Definition at line 52 of file RegionalMuonShower.h.
Referenced by isOneNominalOutOfTime(), and setOneNominalOutOfTime().
|
private |
Definition at line 53 of file RegionalMuonShower.h.
Referenced by isTwoLooseInTime(), and setTwoLooseInTime().
|
private |
Definition at line 54 of file RegionalMuonShower.h.
Referenced by isTwoLooseOutOfTime(), and setTwoLooseOutOfTime().
|
private |
Definition at line 57 of file RegionalMuonShower.h.
|
private |
Definition at line 56 of file RegionalMuonShower.h.
Referenced by sector(), and setSector().