#include <CSCCLCTDigi.h>
Public Types | |
enum | CLCTBXMask { kBXDataMask = 0x3 } |
enum | CLCTKeyStripMasks { kEighthStripMask = 0x1, kQuartStripMask = 0x1, kHalfStripMask = 0x1f } |
enum | CLCTKeyStripShifts { kEighthStripShift = 6, kQuartStripShift = 5, kHalfStripShift = 0 } |
enum | CLCTPatternMasks { kRun3SlopeMask = 0xf, kRun3PatternMask = 0x7, kLegacyPatternMask = 0xf } |
enum | CLCTPatternShifts { kRun3SlopeShift = 7, kRun3PatternShift = 4, kLegacyPatternShift = 0 } |
typedef std::vector< std::vector< uint16_t > > | ComparatorContainer |
enum | Version { Version::Legacy = 0, Version::Run3 } |
Public Member Functions | |
void | clear () |
clear this CLCT More... | |
CSCCLCTDigi () | |
default More... | |
CSCCLCTDigi (const uint16_t valid, const uint16_t quality, const uint16_t pattern, const uint16_t striptype, const uint16_t bend, const uint16_t strip, const uint16_t cfeb, const uint16_t bx, const uint16_t trknmb=0, const uint16_t fullbx=0, const int16_t compCode=-1, const Version version=Version::Legacy) | |
Constructors. More... | |
uint16_t | getBend () const |
uint16_t | getBX () const |
return BX More... | |
uint16_t | getBXData () const |
return 2-bit BX as in data More... | |
uint16_t | getCFEB () const |
return Key CFEB ID More... | |
int16_t | getCompCode () const |
bool | getEighthStrip () const |
get single eighth strip bit More... | |
float | getFractionalSlope () const |
float | getFractionalStrip (const uint16_t n=2) const |
return the fractional strip (middle of the strip) More... | |
uint16_t | getFullBX () const |
return 12-bit full BX. More... | |
const ComparatorContainer & | getHits () const |
uint16_t | getKeyStrip (const uint16_t n=2) const |
uint16_t | getPattern () const |
return pattern More... | |
uint16_t | getQuality () const |
return quality of a pattern (number of layers hit!) More... | |
bool | getQuartStrip () const |
get single quart strip bit More... | |
uint16_t | getRun3Pattern () const |
return pattern More... | |
uint16_t | getSlope () const |
return the slope More... | |
uint16_t | getStrip () const |
return halfstrip that goes from 0 to 31 in a (D)CFEB More... | |
uint16_t | getStripType () const |
return striptype More... | |
uint16_t | getTrknmb () const |
return track number (1,2) More... | |
bool | isRun3 () const |
Distinguish Run-1/2 from Run-3. More... | |
bool | isValid () const |
check CLCT validity (1 - valid CLCT) More... | |
bool | operator!= (const CSCCLCTDigi &) const |
True if the preceding one is false. More... | |
bool | operator== (const CSCCLCTDigi &) const |
True if the two LCTs have exactly the same members (except the number). More... | |
bool | operator> (const CSCCLCTDigi &) const |
void | print () const |
Print content of digi. More... | |
void | setBend (const uint16_t bend) |
set bend More... | |
void | setBX (const uint16_t bx) |
set bx More... | |
void | setCFEB (const uint16_t cfeb) |
set Key CFEB ID More... | |
void | setCompCode (const int16_t code) |
void | setEighthStrip (const bool eighthStrip) |
set single eighth strip bit More... | |
void | setFullBX (const uint16_t fullbx) |
Set 12-bit full BX. More... | |
void | setHits (const ComparatorContainer &hits) |
void | setPattern (const uint16_t pattern) |
set pattern More... | |
void | setQuality (const uint16_t quality) |
set quality More... | |
void | setQuartStrip (const bool quartStrip) |
set single quart strip bit More... | |
void | setRun3 (bool isRun3) |
void | setRun3Pattern (const uint16_t pattern) |
set pattern More... | |
void | setSlope (const uint16_t slope) |
set the slope More... | |
void | setStrip (const uint16_t strip) |
set strip More... | |
void | setStripType (const uint16_t stripType) |
set stripType More... | |
void | setTrknmb (const uint16_t number) |
Set track number (1,2) after sorting CLCTs. More... | |
void | setValid (const uint16_t valid) |
set valid More... | |
Private Member Functions | |
uint16_t | getDataWord (const uint16_t word, const unsigned shift, const unsigned mask) const |
void | setDataWord (const uint16_t newWord, uint16_t &word, const unsigned shift, const unsigned mask) |
Private Attributes | |
uint16_t | bend_ |
uint16_t | bx_ |
uint16_t | cfeb_ |
int16_t | compCode_ |
uint16_t | fullbx_ |
ComparatorContainer | hits_ |
uint16_t | pattern_ |
uint16_t | quality_ |
uint16_t | strip_ |
uint16_t | striptype_ |
uint16_t | trknmb_ |
uint16_t | valid_ |
Version | version_ |
Digi for CLCT trigger primitives.
Definition at line 17 of file CSCCLCTDigi.h.
typedef std::vector<std::vector<uint16_t> > CSCCLCTDigi::ComparatorContainer |
Definition at line 19 of file CSCCLCTDigi.h.
Enumerator | |
---|---|
kEighthStripMask | |
kQuartStripMask | |
kHalfStripMask |
Definition at line 21 of file CSCCLCTDigi.h.
Enumerator | |
---|---|
kEighthStripShift | |
kQuartStripShift | |
kHalfStripShift |
Definition at line 22 of file CSCCLCTDigi.h.
Enumerator | |
---|---|
kRun3SlopeMask | |
kRun3PatternMask | |
kLegacyPatternMask |
Definition at line 24 of file CSCCLCTDigi.h.
Enumerator | |
---|---|
kRun3SlopeShift | |
kRun3PatternShift | |
kLegacyPatternShift |
Definition at line 25 of file CSCCLCTDigi.h.
|
strong |
CSCCLCTDigi::CSCCLCTDigi | ( | const uint16_t | valid, |
const uint16_t | quality, | ||
const uint16_t | pattern, | ||
const uint16_t | striptype, | ||
const uint16_t | bend, | ||
const uint16_t | strip, | ||
const uint16_t | cfeb, | ||
const uint16_t | bx, | ||
const uint16_t | trknmb = 0 , |
||
const uint16_t | fullbx = 0 , |
||
const int16_t | compCode = -1 , |
||
const Version | version = Version::Legacy |
||
) |
Constructors.
Definition at line 17 of file CSCCLCTDigi.cc.
References CLCT_PATTERN_WIDTH, hits_, NUM_LAYERS, and AlCaHLTBitMon_ParallelJobs::p.
CSCCLCTDigi::CSCCLCTDigi | ( | ) |
default
Default.
Definition at line 48 of file CSCCLCTDigi.cc.
References CLCT_PATTERN_WIDTH, hits_, NUM_LAYERS, and AlCaHLTBitMon_ParallelJobs::p.
void CSCCLCTDigi::clear | ( | void | ) |
clear this CLCT
Clears this CLCT.
Definition at line 68 of file CSCCLCTDigi.cc.
References bend_, bx_, cfeb_, CLCT_PATTERN_WIDTH, compCode_, fullbx_, hits_, NUM_LAYERS, AlCaHLTBitMon_ParallelJobs::p, pattern_, quality_, setSlope(), strip_, striptype_, trknmb_, and valid_.
Referenced by CSCCorrelatedLCTDigi::clear(), CSCCathodeLCTProcessor::clear(), CSCGEMMotherboardME21::correlateLCTsGEM(), CSCGEMMotherboardME11::correlateLCTsGEM(), CSCMotherboardME11::correlateLCTsME11(), and BeautifulSoup.Tag::setString().
|
inline |
return bending 0: left-bending (negative delta-strip / delta layer) 1: right-bending (positive delta-strip / delta layer)
Definition at line 93 of file CSCCLCTDigi.h.
References bend_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007::addCLCT1(), LCTQualityControl::checkValid(), CSCMotherboard::constructLCTs(), CSCGEMMotherboard::constructLCTsGEM(), getFractionalSlope(), operator<<(), operator==(), and print().
|
inline |
return BX
Definition at line 123 of file CSCCLCTDigi.h.
References bx_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007_rev0x50c3::addCLCT0(), CSCTMBHeader2013::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007::addCLCT1(), LCTQualityControl::checkValid(), CSCMotherboard::constructLCTs(), CSCCathodeLCTProcessor::getBestCLCT(), CSCMotherboard::getBXShiftedCLCT(), CSCCathodeLCTProcessor::getSecondCLCT(), CSCCathodeLCTAnalyzer::lctDigis(), CSCGEMMotherboard::matchingPads(), operator<<(), operator==(), and print().
|
inline |
return 2-bit BX as in data
Definition at line 126 of file CSCCLCTDigi.h.
References bx_, and kBXDataMask.
|
inline |
return Key CFEB ID
Definition at line 117 of file CSCCLCTDigi.h.
References cfeb_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007::addCLCT1(), LCTQualityControl::checkValid(), operator<<(), print(), and CSCCathodeLCTProcessor::runCCLUT().
|
inline |
Definition at line 171 of file CSCCLCTDigi.h.
References compCode_, and isRun3().
Referenced by LCTQualityControl::checkValid(), operator<<(), operator==(), and print().
|
private |
Definition at line 274 of file CSCCLCTDigi.cc.
References edm::shift.
Referenced by getEighthStrip(), getPattern(), getQuartStrip(), getRun3Pattern(), getSlope(), and getStrip().
bool CSCCLCTDigi::getEighthStrip | ( | ) | const |
get single eighth strip bit
Definition at line 165 of file CSCCLCTDigi.cc.
References getDataWord(), isRun3(), kEighthStripMask, kEighthStripShift, and strip_.
Referenced by CSCMotherboard::constructLCTs(), CSCGEMMotherboard::constructLCTsGEM(), and getKeyStrip().
float CSCCLCTDigi::getFractionalSlope | ( | ) | const |
slope in number of half-strips/layer negative means left-bending positive means right-bending
Definition at line 119 of file CSCCLCTDigi.cc.
References dqmMemoryStats::float, getBend(), getPattern(), getSlope(), isRun3(), and slope.
float CSCCLCTDigi::getFractionalStrip | ( | const uint16_t | n = 2 | ) | const |
return the fractional strip (middle of the strip)
Definition at line 147 of file CSCCLCTDigi.cc.
References compCode_, getKeyStrip(), and dqmiodumpmetadata::n.
|
inline |
return 12-bit full BX.
Definition at line 165 of file CSCCLCTDigi.h.
References fullbx_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2013::addCLCT0(), CSCTMBHeader2007_rev0x50c3::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007::addCLCT1(), CSCTMBHeader2013::addCLCT1(), CSCTMBHeader2007_rev0x50c3::addCLCT1(), and print().
|
inline |
Definition at line 176 of file CSCCLCTDigi.h.
References hits_.
Referenced by CSCCathodeLCTProcessor::cleanComparatorContainer(), and CSCCathodeLCTProcessor::runCCLUT().
uint16_t CSCCLCTDigi::getKeyStrip | ( | const uint16_t | n = 2 | ) | const |
Convert strip_ and cfeb_ to keyStrip. Each CFEB has up to 16 strips (32 halfstrips). There are 5 cfebs. The "strip_" variable is one of 32 halfstrips on the keylayer of a single CFEB, so that Halfstrip = (cfeb*32 + strip). This function can also return the quartstrip or eighthstrip when the comparator code has been set
Definition at line 131 of file CSCCLCTDigi.cc.
References cfeb_, compCode_, getEighthStrip(), getQuartStrip(), getStrip(), and dqmiodumpmetadata::n.
Referenced by CSCTMBHeader2007_rev0x50c3::addCLCT0(), CSCTMBHeader2013::addCLCT0(), CSCTMBHeader2013::addCLCT1(), CSCTMBHeader2007_rev0x50c3::addCLCT1(), CSCGEMMotherboard::bestMatchingPad(), LCTQualityControl::checkValid(), CSCMotherboard::constructLCTs(), CSCGEMMotherboard::constructLCTsGEM(), getFractionalStrip(), CSCGEMMotherboard::getPad(), CSCCathodeLCTAnalyzer::lctDigis(), CSCGEMMotherboard::matchingPads(), operator<<(), operator==(), operator>(), print(), and CSCCathodeLCTProcessor::runCCLUT().
uint16_t CSCCLCTDigi::getPattern | ( | ) | const |
return pattern
Definition at line 88 of file CSCCLCTDigi.cc.
References getDataWord(), kLegacyPatternMask, kLegacyPatternShift, and pattern_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2007_rev0x50c3::addCLCT0(), CSCTMBHeader2013::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007::addCLCT1(), CSCTMBHeader2007_rev0x50c3::addCLCT1(), CSCTMBHeader2013::addCLCT1(), LCTQualityControl::checkValid(), CSCMotherboard::constructLCTs(), CSCGEMMotherboard::constructLCTsGEM(), CSCMotherboard::findQuality(), CSCGEMMotherboard::findQualityGEMv1(), getFractionalSlope(), CSCCathodeLCTAnalyzer::lctDigis(), operator<<(), operator==(), operator>(), print(), and CSCCathodeLCTProcessor::runCCLUT().
|
inline |
return quality of a pattern (number of layers hit!)
Definition at line 56 of file CSCCLCTDigi.h.
References quality_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007_rev0x50c3::addCLCT0(), CSCTMBHeader2013::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007::addCLCT1(), CSCTMBHeader2007_rev0x50c3::addCLCT1(), CSCTMBHeader2013::addCLCT1(), LCTQualityControl::checkValid(), CSCMotherboard::findQuality(), CSCGEMMotherboard::findQualityGEMv1(), CSCMotherboard::findQualityRun3(), operator<<(), operator==(), operator>(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
bool CSCCLCTDigi::getQuartStrip | ( | ) | const |
get single quart strip bit
Definition at line 159 of file CSCCLCTDigi.cc.
References getDataWord(), isRun3(), kQuartStripMask, kQuartStripShift, and strip_.
Referenced by CSCMotherboard::constructLCTs(), CSCGEMMotherboard::constructLCTsGEM(), getKeyStrip(), and CSCCathodeLCTProcessor::runCCLUT().
uint16_t CSCCLCTDigi::getRun3Pattern | ( | ) | const |
return pattern
Definition at line 94 of file CSCCLCTDigi.cc.
References getDataWord(), isRun3(), kRun3PatternMask, kRun3PatternShift, and pattern_.
Referenced by LCTQualityControl::checkValid(), CSCMotherboard::constructLCTs(), and CSCGEMMotherboard::constructLCTsGEM().
uint16_t CSCCLCTDigi::getSlope | ( | ) | const |
return the slope
Definition at line 106 of file CSCCLCTDigi.cc.
References getDataWord(), isRun3(), kRun3SlopeMask, kRun3SlopeShift, and pattern_.
Referenced by LCTQualityControl::checkValid(), CSCMotherboard::constructLCTs(), CSCGEMMotherboard::constructLCTsGEM(), and getFractionalSlope().
uint16_t CSCCLCTDigi::getStrip | ( | ) | const |
return halfstrip that goes from 0 to 31 in a (D)CFEB
Definition at line 157 of file CSCCLCTDigi.cc.
References getDataWord(), kHalfStripMask, kHalfStripShift, and strip_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007::addCLCT1(), LCTQualityControl::checkValid(), getKeyStrip(), operator<<(), print(), and CSCCathodeLCTProcessor::runCCLUT().
|
inline |
return striptype
Definition at line 85 of file CSCCLCTDigi.h.
References striptype_.
Referenced by CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCCathodeLCTAnalyzer::lctDigis(), operator<<(), operator==(), and print().
|
inline |
return track number (1,2)
Definition at line 132 of file CSCCLCTDigi.h.
References trknmb_.
Referenced by LCTQualityControl::checkValid(), operator<<(), and print().
|
inline |
Distinguish Run-1/2 from Run-3.
Definition at line 195 of file CSCCLCTDigi.h.
References Run3, and version_.
Referenced by getCompCode(), getEighthStrip(), getFractionalSlope(), getQuartStrip(), getRun3Pattern(), getSlope(), setEighthStrip(), setQuartStrip(), setRun3(), setRun3Pattern(), and setSlope().
|
inline |
check CLCT validity (1 - valid CLCT)
Definition at line 50 of file CSCCLCTDigi.h.
References valid_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), CSCTMBHeader2006::addCLCT0(), CSCTMBHeader2007_rev0x50c3::addCLCT0(), CSCTMBHeader2013::addCLCT0(), CSCTMBHeader2007::addCLCT0(), CSCTMBHeader2006::addCLCT1(), CSCTMBHeader2007_rev0x50c3::addCLCT1(), CSCTMBHeader2013::addCLCT1(), CSCTMBHeader2007::addCLCT1(), CSCGEMMotherboard::bestMatchingPad(), LCTQualityControl::checkValid(), CSCGEMMotherboard::constructLCTsGEM(), CSCUpgradeMotherboard::correlateLCTs(), CSCMotherboard::correlateLCTs(), CSCGEMMotherboardME21::correlateLCTsGEM(), CSCGEMMotherboardME11::correlateLCTsGEM(), CSCMotherboardME11::correlateLCTsME11(), CSCMotherboard::findQuality(), CSCGEMMotherboard::findQualityGEMv1(), CSCGEMMotherboard::findQualityGEMv2(), CSCMotherboard::findQualityRun3(), CSCGEMMotherboard::matchingPads(), operator<<(), operator==(), print(), and core.AutoHandle.AutoHandle::ReallyLoad().
bool CSCCLCTDigi::operator!= | ( | const CSCCLCTDigi & | rhs | ) | const |
True if the preceding one is false.
Definition at line 239 of file CSCCLCTDigi.cc.
bool CSCCLCTDigi::operator== | ( | const CSCCLCTDigi & | rhs | ) | const |
True if the two LCTs have exactly the same members (except the number).
Definition at line 228 of file CSCCLCTDigi.cc.
References getBend(), getBX(), getCompCode(), getKeyStrip(), getPattern(), getQuality(), getStripType(), and isValid().
bool CSCCLCTDigi::operator> | ( | const CSCCLCTDigi & | rhs | ) | const |
True if the left-hand side has a larger "quality". Full definition of "quality" depends on quality word itself, pattern type, and strip number.
Definition at line 185 of file CSCCLCTDigi.cc.
References getKeyStrip(), getPattern(), getQuality(), Run3, and version_.
void CSCCLCTDigi::print | ( | void | ) | const |
Print content of digi.
Debug.
Definition at line 248 of file CSCCLCTDigi.cc.
References trklet::bend(), getBend(), getBX(), getCFEB(), getCompCode(), getFullBX(), getKeyStrip(), getPattern(), getQuality(), getStrip(), getStripType(), getTrknmb(), and isValid().
|
inline |
set bend
Definition at line 96 of file CSCCLCTDigi.h.
References trklet::bend(), and bend_.
Referenced by CSCCathodeLCTProcessor::runCCLUT().
|
inline |
set bx
Definition at line 129 of file CSCCLCTDigi.h.
References l1GtPatternGenerator_cfi::bx, and bx_.
Referenced by CSCCathodeLCTProcessor::getBestCLCT(), CSCMotherboard::getBXShiftedCLCT(), and CSCCathodeLCTProcessor::getSecondCLCT().
|
inline |
set Key CFEB ID
Definition at line 120 of file CSCCLCTDigi.h.
References cfeb_.
Referenced by CSCCathodeLCTProcessor::runCCLUT().
|
inline |
Definition at line 173 of file CSCCLCTDigi.h.
References compCode_.
Referenced by CSCCathodeLCTProcessor::runCCLUT().
|
private |
Definition at line 266 of file CSCCLCTDigi.cc.
References edm::shift.
Referenced by setEighthStrip(), setPattern(), setQuartStrip(), setRun3Pattern(), and setSlope().
void CSCCLCTDigi::setEighthStrip | ( | const bool | eighthStrip | ) |
set single eighth strip bit
Definition at line 177 of file CSCCLCTDigi.cc.
References isRun3(), kEighthStripMask, kEighthStripShift, setDataWord(), and strip_.
Referenced by CSCCathodeLCTProcessor::runCCLUT().
|
inline |
Set 12-bit full BX.
Definition at line 168 of file CSCCLCTDigi.h.
References fullbx_.
Referenced by CSCUpgradeCathodeLCTProcessor::findLCTs().
|
inline |
Definition at line 178 of file CSCCLCTDigi.h.
References hfClusterShapes_cfi::hits, and hits_.
Referenced by CSCCathodeLCTProcessor::cleanComparatorContainer(), CSCUpgradeCathodeLCTProcessor::findLCTs(), and CSCCathodeLCTProcessor::findLCTs().
void CSCCLCTDigi::setPattern | ( | const uint16_t | pattern | ) |
set pattern
Definition at line 90 of file CSCCLCTDigi.cc.
References kLegacyPatternMask, kLegacyPatternShift, topSingleLeptonDQM_PU_cfi::pattern, pattern_, and setDataWord().
Referenced by CSCCathodeLCTProcessor::runCCLUT().
|
inline |
void CSCCLCTDigi::setQuartStrip | ( | const bool | quartStrip | ) |
set single quart strip bit
Definition at line 171 of file CSCCLCTDigi.cc.
References isRun3(), kQuartStripMask, kQuartStripShift, setDataWord(), and strip_.
Referenced by CSCCathodeLCTProcessor::runCCLUT().
void CSCCLCTDigi::setRun3 | ( | bool | isRun3 | ) |
Definition at line 183 of file CSCCLCTDigi.cc.
References isRun3(), Legacy, Run3, and version_.
Referenced by CSCCathodeLCTProcessor::runCCLUT().
void CSCCLCTDigi::setRun3Pattern | ( | const uint16_t | pattern | ) |
set pattern
Definition at line 100 of file CSCCLCTDigi.cc.
References isRun3(), kRun3PatternMask, kRun3PatternShift, topSingleLeptonDQM_PU_cfi::pattern, pattern_, and setDataWord().
Referenced by CSCCathodeLCTProcessor::runCCLUT().
void CSCCLCTDigi::setSlope | ( | const uint16_t | slope | ) |
set the slope
Definition at line 112 of file CSCCLCTDigi.cc.
References isRun3(), kRun3SlopeMask, kRun3SlopeShift, pattern_, setDataWord(), and slope.
Referenced by clear(), and CSCCathodeLCTProcessor::runCCLUT().
|
inline |
set strip
Definition at line 102 of file CSCCLCTDigi.h.
References digitizers_cfi::strip, and strip_.
Referenced by CSCCathodeLCTProcessor::runCCLUT().
|
inline |
|
inline |
Set track number (1,2) after sorting CLCTs.
Definition at line 162 of file CSCCLCTDigi.h.
References contentValuesFiles::number, and trknmb_.
Referenced by CSCCathodeLCTProcessor::run().
|
inline |
|
private |
Definition at line 211 of file CSCCLCTDigi.h.
|
private |
Definition at line 219 of file CSCCLCTDigi.h.
Referenced by clear(), getBX(), getBXData(), and setBX().
|
private |
Definition at line 218 of file CSCCLCTDigi.h.
Referenced by clear(), getCFEB(), getKeyStrip(), and setCFEB().
|
private |
Definition at line 225 of file CSCCLCTDigi.h.
Referenced by clear(), getCompCode(), getFractionalStrip(), getKeyStrip(), and setCompCode().
|
private |
Definition at line 221 of file CSCCLCTDigi.h.
Referenced by clear(), getFullBX(), and setFullBX().
|
private |
Definition at line 227 of file CSCCLCTDigi.h.
Referenced by clear(), CSCCLCTDigi(), getHits(), and setHits().
|
private |
Definition at line 207 of file CSCCLCTDigi.h.
Referenced by clear(), getPattern(), getRun3Pattern(), getSlope(), setPattern(), setRun3Pattern(), and setSlope().
|
private |
Definition at line 204 of file CSCCLCTDigi.h.
Referenced by clear(), getQuality(), and setQuality().
|
private |
Definition at line 216 of file CSCCLCTDigi.h.
Referenced by clear(), getEighthStrip(), getQuartStrip(), getStrip(), setEighthStrip(), setQuartStrip(), and setStrip().
|
private |
Definition at line 208 of file CSCCLCTDigi.h.
Referenced by clear(), getStripType(), and setStripType().
|
private |
Definition at line 220 of file CSCCLCTDigi.h.
Referenced by clear(), getTrknmb(), and setTrknmb().
|
private |
Definition at line 203 of file CSCCLCTDigi.h.
Referenced by clear(), isValid(), and setValid().
|
private |
Definition at line 229 of file CSCCLCTDigi.h.
Referenced by isRun3(), operator>(), and setRun3().