#include <ME0TriggerDigi.h>
Public Member Functions | |
void | clear () |
clear this Trigger More... | |
int | getBend () const |
return bend More... | |
int | getBX () const |
return BX More... | |
int | getPartition () const |
return the key "partition" More... | |
int | getPattern () const |
return pattern More... | |
int | getQuality () const |
return the Quality More... | |
int | getStrip () const |
return the key strip More... | |
int | getTrknmb () const |
return track number More... | |
bool | isValid () const |
is valid? More... | |
ME0TriggerDigi (const int trknmb, const int quality, const int strip, const int partition, const int pattern, const int bend, const int bx) | |
Constructors. More... | |
ME0TriggerDigi () | |
default More... | |
bool | operator!= (const ME0TriggerDigi &rhs) const |
bool | operator== (const ME0TriggerDigi &) const |
Comparison. More... | |
void | setBend (unsigned int b) |
set bend More... | |
void | setBX (unsigned int b) |
set bx More... | |
void | setPartition (unsigned int s) |
set partition More... | |
void | setPattern (unsigned int p) |
set pattern More... | |
void | setQuality (unsigned int q) |
set quality code More... | |
void | setStrip (unsigned int s) |
set strip More... | |
void | setTrknmb (const uint16_t number) |
Set track number. More... | |
Private Attributes | |
uint16_t | bend_ |
uint16_t | bx_ |
uint16_t | partition_ |
uint16_t | pattern_ |
uint16_t | quality_ |
uint16_t | strip_ |
uint16_t | trknmb_ |
Digi for local ME0 trigger system
Definition at line 14 of file ME0TriggerDigi.h.
ME0TriggerDigi::ME0TriggerDigi | ( | const int | trknmb, |
const int | quality, | ||
const int | strip, | ||
const int | partition, | ||
const int | pattern, | ||
const int | bend, | ||
const int | bx | ||
) |
ME0TriggerDigi::ME0TriggerDigi | ( | ) |
void ME0TriggerDigi::clear | ( | void | ) |
clear this Trigger
Definition at line 25 of file ME0TriggerDigi.cc.
References bend_, bx_, partition_, pattern_, quality_, strip_, and trknmb_.
Referenced by ME0Motherboard::clear(), Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), ME0TriggerDigi(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
|
inline |
return bend
Definition at line 51 of file ME0TriggerDigi.h.
References bend_.
Referenced by operator<<().
|
inline |
return BX
Definition at line 54 of file ME0TriggerDigi.h.
References bx_.
Referenced by operator<<().
|
inline |
return the key "partition"
Definition at line 45 of file ME0TriggerDigi.h.
References partition_.
Referenced by operator<<().
|
inline |
return pattern
Definition at line 48 of file ME0TriggerDigi.h.
References pattern_.
Referenced by operator<<().
|
inline |
return the Quality
Definition at line 39 of file ME0TriggerDigi.h.
References quality_.
Referenced by operator<<(), and ME0Motherboard::sortByQuality().
|
inline |
return the key strip
Definition at line 42 of file ME0TriggerDigi.h.
References strip_.
Referenced by operator<<().
|
inline |
return track number
Definition at line 36 of file ME0TriggerDigi.h.
References trknmb_.
Referenced by operator<<().
|
inline |
is valid?
Definition at line 57 of file ME0TriggerDigi.h.
References pattern_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 32 of file ME0TriggerDigi.h.
References operator==().
bool ME0TriggerDigi::operator== | ( | const ME0TriggerDigi & | rhs | ) | const |
Comparison.
Definition at line 35 of file ME0TriggerDigi.cc.
References bend_, bx_, partition_, pattern_, quality_, strip_, and trknmb_.
Referenced by operator!=().
|
inline |
|
inline |
|
inline |
set partition
Definition at line 69 of file ME0TriggerDigi.h.
References partition_, and alignCSCRings::s.
|
inline |
set pattern
Definition at line 72 of file ME0TriggerDigi.h.
References AlCaHLTBitMon_ParallelJobs::p, and pattern_.
|
inline |
set quality code
Definition at line 63 of file ME0TriggerDigi.h.
References lumiQueryAPI::q, and quality_.
|
inline |
|
inline |
|
private |
Definition at line 86 of file ME0TriggerDigi.h.
Referenced by clear(), getBend(), operator==(), and setBend().
|
private |
Definition at line 87 of file ME0TriggerDigi.h.
Referenced by clear(), getBX(), operator==(), and setBX().
|
private |
Definition at line 84 of file ME0TriggerDigi.h.
Referenced by clear(), getPartition(), operator==(), and setPartition().
|
private |
Definition at line 85 of file ME0TriggerDigi.h.
Referenced by clear(), getPattern(), isValid(), operator==(), and setPattern().
|
private |
Definition at line 82 of file ME0TriggerDigi.h.
Referenced by clear(), getQuality(), operator==(), and setQuality().
|
private |
Definition at line 83 of file ME0TriggerDigi.h.
Referenced by clear(), getStrip(), operator==(), and setStrip().
|
private |
Definition at line 81 of file ME0TriggerDigi.h.
Referenced by clear(), getTrknmb(), operator==(), and setTrknmb().