#include <CSCCorrelatedLCTDigi.h>
Public Types | |
enum | LCTKeyStripMasks { kEightStripMask = 0x1, kQuartStripMask = 0x1, kHalfStripMask = 0xff } |
enum | LCTKeyStripShifts { kEightStripShift = 9, kQuartStripShift = 8, kHalfStripShift = 0 } |
enum | Type { CLCTALCT, ALCTCLCT, ALCTCLCTGEM, ALCTCLCT2GEM, ALCT2GEM, CLCT2GEM, CLCTONLY, ALCTONLY } |
SIMULATION ONLY ////. More... | |
enum | Version { Version::Legacy = 0, Version::Run3 } |
Public Member Functions | |
void | clear () |
clear this LCT More... | |
CSCCorrelatedLCTDigi () | |
default More... | |
CSCCorrelatedLCTDigi (const uint16_t trknmb, const uint16_t valid, const uint16_t quality, const uint16_t keywire, const uint16_t strip, const uint16_t pattern, const uint16_t bend, const uint16_t bx, const uint16_t mpclink=0, const uint16_t bx0=0, const uint16_t syncErr=0, const uint16_t cscID=0, const uint16_t hmt=0, const Version version=Version::Legacy) | |
Constructors. More... | |
const CSCALCTDigi & | getALCT () const |
uint16_t | getBend () const |
return left/right bending More... | |
uint16_t | getBX () const |
return BX More... | |
uint16_t | getBX0 () const |
const CSCCLCTDigi & | getCLCT () const |
uint16_t | getCLCTPattern () const |
uint16_t | getCSCID () const |
bool | getEightStrip () const |
get single eight strip bit More... | |
float | getFractionalStrip (uint16_t n=2) const |
return the fractional strip. counts from 0.25 More... | |
const GEMPadDigi & | getGEM1 () const |
const GEMPadDigi & | getGEM2 () const |
uint16_t | getHMT () const |
uint16_t | getKeyWG () const |
return the key wire group. counts from 0. More... | |
uint16_t | getMPCLink () const |
return MPC link number, 0 means not sorted, 1-3 give MPC sorting rank More... | |
uint16_t | getPattern () const |
uint16_t | getQuality () const |
return the Quality More... | |
bool | getQuartStrip () const |
get single quart strip bit More... | |
uint16_t | getStrip (uint16_t n=2) const |
return the key halfstrip from 0,159 More... | |
uint16_t | getStripType () const |
return strip type (obsolete since mid-2008) More... | |
uint16_t | getSyncErr () const |
uint16_t | getTrknmb () const |
return track number More... | |
int | getType () const |
bool | isRun3 () const |
Distinguish Run-1/2 from Run-3. More... | |
bool | isValid () const |
return valid pattern bit More... | |
bool | operator!= (const CSCCorrelatedLCTDigi &rhs) const |
bool | operator== (const CSCCorrelatedLCTDigi &) const |
Comparison. More... | |
void | print () const |
Print content of correlated LCT digi. More... | |
void | setALCT (const CSCALCTDigi &alct) |
void | setBend (const uint16_t b) |
set bend More... | |
void | setBX (const uint16_t b) |
set bx More... | |
void | setBX0 (const uint16_t b) |
set bx0 More... | |
void | setCLCT (const CSCCLCTDigi &clct) |
void | setCSCID (const uint16_t c) |
set cscID More... | |
void | setEightStrip (const bool eightStrip) |
set single eight strip bit More... | |
void | setGEM1 (const GEMPadDigi &gem) |
void | setGEM2 (const GEMPadDigi &gem) |
void | setHMT (const uint16_t h) |
set high-multiplicity bits More... | |
void | setMPCLink (const uint16_t &link) |
Set mpc link number after MPC sorting. More... | |
void | setPattern (const uint16_t p) |
set pattern More... | |
void | setQuality (const uint16_t q) |
set quality code More... | |
void | setQuartStrip (const bool quartStrip) |
set single quart strip bit More... | |
void | setRun3 (const bool isRun3) |
void | setStrip (const uint16_t s) |
set strip More... | |
void | setSyncErr (const uint16_t s) |
set syncErr More... | |
void | setTrknmb (const uint16_t number) |
Set track number (1,2) after sorting LCTs. More... | |
void | setType (int type) |
void | setValid (const uint16_t v) |
set valid More... | |
void | setWireGroup (const uint16_t wiregroup) |
set wiregroup number More... | |
Private Attributes | |
CSCALCTDigi | alct_ |
uint16_t | bend |
uint16_t | bx |
uint16_t | bx0 |
CSCCLCTDigi | clct_ |
uint16_t | cscID |
GEMPadDigi | gem1_ |
GEMPadDigi | gem2_ |
uint16_t | hmt |
uint16_t | keywire |
uint16_t | mpclink |
uint16_t | pattern |
uint16_t | quality |
uint16_t | strip |
uint16_t | syncErr |
uint16_t | trknmb |
int | type_ |
SIMULATION ONLY ////. More... | |
uint16_t | valid |
Version | version_ |
Digi for Correlated LCT trigger primitives.
Digi for Correlated LCT trigger primitives.
Definition at line 19 of file CSCCorrelatedLCTDigi.h.
Enumerator | |
---|---|
kEightStripMask | |
kQuartStripMask | |
kHalfStripMask |
Definition at line 21 of file CSCCorrelatedLCTDigi.h.
Enumerator | |
---|---|
kEightStripShift | |
kQuartStripShift | |
kHalfStripShift |
Definition at line 22 of file CSCCorrelatedLCTDigi.h.
SIMULATION ONLY ////.
Enumerator | |
---|---|
CLCTALCT | |
ALCTCLCT | |
ALCTCLCTGEM | |
ALCTCLCT2GEM | |
ALCT2GEM | |
CLCT2GEM | |
CLCTONLY | |
ALCTONLY |
Definition at line 158 of file CSCCorrelatedLCTDigi.h.
|
strong |
Enumerator | |
---|---|
Legacy | |
Run3 |
Definition at line 23 of file CSCCorrelatedLCTDigi.h.
CSCCorrelatedLCTDigi::CSCCorrelatedLCTDigi | ( | const uint16_t | trknmb, |
const uint16_t | valid, | ||
const uint16_t | quality, | ||
const uint16_t | keywire, | ||
const uint16_t | strip, | ||
const uint16_t | pattern, | ||
const uint16_t | bend, | ||
const uint16_t | bx, | ||
const uint16_t | mpclink = 0 , |
||
const uint16_t | bx0 = 0 , |
||
const uint16_t | syncErr = 0 , |
||
const uint16_t | cscID = 0 , |
||
const uint16_t | hmt = 0 , |
||
const Version | version = Version::Legacy |
||
) |
Constructors.
Definition at line 14 of file CSCCorrelatedLCTDigi.cc.
CSCCorrelatedLCTDigi::CSCCorrelatedLCTDigi | ( | ) |
void CSCCorrelatedLCTDigi::clear | ( | void | ) |
clear this LCT
Clears this LCT.
Definition at line 50 of file CSCCorrelatedLCTDigi.cc.
References bend, bx, bx0, cscID, hmt, keywire, mpclink, pattern, quality, strip, syncErr, trknmb, and valid.
Referenced by LCTContainer::clear(), CSCMotherboard::clear(), CSCCorrelatedLCTDigi(), BeautifulSoup.Tag::setString(), and L1DummyProducer::SimpleDigi().
|
inline |
Definition at line 177 of file CSCCorrelatedLCTDigi.h.
References alct_.
Referenced by L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
return left/right bending
Definition at line 81 of file CSCCorrelatedLCTDigi.h.
References bend.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), operator<<(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
return BX
Definition at line 84 of file CSCCorrelatedLCTDigi.h.
References bx.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), csctf::TrackStub::BX(), CSCMotherboard::correlateLCTs(), operator<<(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
Definition at line 97 of file CSCCorrelatedLCTDigi.h.
References bx0.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), operator<<(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
Definition at line 178 of file CSCCorrelatedLCTDigi.h.
References clct_.
Referenced by L1TMuon::TriggerPrimitive::TriggerPrimitive().
uint16_t CSCCorrelatedLCTDigi::getCLCTPattern | ( | ) | const |
return CLCT pattern number (in use again Feb 2011) This function should not be used for Run-3
Definition at line 112 of file CSCCorrelatedLCTDigi.cc.
References isRun3(), SiStripPI::max, and pattern.
|
inline |
Definition at line 96 of file CSCCorrelatedLCTDigi.h.
References cscID.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), operator<<(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
bool CSCCorrelatedLCTDigi::getEightStrip | ( | ) | const |
get single eight strip bit
Definition at line 99 of file CSCCorrelatedLCTDigi.cc.
References kEightStripMask, kEightStripShift, and strip.
Referenced by getStrip().
float CSCCorrelatedLCTDigi::getFractionalStrip | ( | uint16_t | n = 2 | ) | const |
return the fractional strip. counts from 0.25
return the fractional strip
Definition at line 102 of file CSCCorrelatedLCTDigi.cc.
References f, getStrip(), and dqmiodumpmetadata::n.
Referenced by CSCComparatorDigiFitter::fit(), and CSCStubMatcher::getGlobalPosition().
|
inline |
|
inline |
uint16_t CSCCorrelatedLCTDigi::getHMT | ( | ) | const |
Run-3 introduces high-multiplicity bits for CSCs. The allocation is different for ME1/1 and non-ME1/1 chambers. Both LCTs in a chamber are needed for the complete high-multiplicity trigger information
Definition at line 116 of file CSCCorrelatedLCTDigi.cc.
References hmt, isRun3(), and SiStripPI::max.
Referenced by operator<<(), and print().
|
inline |
return the key wire group. counts from 0.
Definition at line 56 of file CSCCorrelatedLCTDigi.h.
References keywire.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), CSCComparatorDigiFitter::fit(), CSCComparatorDigiFitter::getComparatorDigiCoordinates(), AngleConverter::getGlobalEta(), CSCStubMatcher::getGlobalPosition(), operator<<(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
return MPC link number, 0 means not sorted, 1-3 give MPC sorting rank
Definition at line 94 of file CSCCorrelatedLCTDigi.h.
References mpclink.
Referenced by operator<<(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
Legacy: return pattern ID Run-3: return the bending angle value
Definition at line 78 of file CSCCorrelatedLCTDigi.h.
References pattern.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), AngleConverter::getGlobalEta(), CSCComparatorDigiFitter::matchingComparatorDigisLCT(), operator<<(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
return the Quality
Definition at line 53 of file CSCCorrelatedLCTDigi.h.
References quality.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), csctf::TrackStub::operator<(), operator<<(), csctf::TrackStub::operator>(), print(), CSCUpgradeMotherboard::sortLCTsByQuality(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
bool CSCCorrelatedLCTDigi::getQuartStrip | ( | ) | const |
get single quart strip bit
Definition at line 97 of file CSCCorrelatedLCTDigi.cc.
References kQuartStripMask, kQuartStripShift, and strip.
Referenced by getStrip().
uint16_t CSCCorrelatedLCTDigi::getStrip | ( | uint16_t | n = 2 | ) | const |
return the key halfstrip from 0,159
Definition at line 66 of file CSCCorrelatedLCTDigi.cc.
References getEightStrip(), getQuartStrip(), kHalfStripMask, dqmiodumpmetadata::n, and strip.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), getFractionalStrip(), AngleConverter::getGlobalEta(), CSCMotherboardME11::getLCTs1a(), CSCMotherboardME11::getLCTs1b(), AngleConverter::getProcessorPhi(), CSCComparatorDigiFitter::matchingComparatorDigisLCT(), operator<<(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
return strip type (obsolete since mid-2008)
Definition at line 91 of file CSCCorrelatedLCTDigi.h.
References pattern.
|
inline |
Definition at line 98 of file CSCCorrelatedLCTDigi.h.
References syncErr.
Referenced by CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), operator<<(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
return track number
Definition at line 47 of file CSCCorrelatedLCTDigi.h.
References trknmb.
Referenced by L1EmulBias::ModifyCollection(), csctf::TrackStub::operator<(), operator<<(), csctf::TrackStub::operator>(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
|
inline |
Distinguish Run-1/2 from Run-3.
Definition at line 153 of file CSCCorrelatedLCTDigi.h.
References Run3, and version_.
Referenced by getCLCTPattern(), getHMT(), setHMT(), and setRun3().
|
inline |
return valid pattern bit
Definition at line 50 of file CSCCorrelatedLCTDigi.h.
References valid.
Referenced by ntupleDataFormat._Object::_checkIsValid(), CSCTMBHeader2006::addCorrelatedLCT0(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT0(), CSCTMBHeader2013::addCorrelatedLCT0(), CSCTMBHeader2007::addCorrelatedLCT0(), CSCTMBHeader2006::addCorrelatedLCT1(), CSCTMBHeader2007::addCorrelatedLCT1(), CSCTMBHeader2007_rev0x50c3::addCorrelatedLCT1(), CSCTMBHeader2013::addCorrelatedLCT1(), CSCGEMMotherboardME21::correlateLCTsGEM(), CSCGEMMotherboard::correlateLCTsGEM(), CSCMotherboardME11::getLCTs1a(), CSCMotherboardME11::getLCTs1b(), csctf::TrackStub::operator<(), operator<<(), csctf::TrackStub::operator>(), print(), core.AutoHandle.AutoHandle::ReallyLoad(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
bool CSCCorrelatedLCTDigi::operator== | ( | const CSCCorrelatedLCTDigi & | rhs | ) | const |
Comparison.
Definition at line 123 of file CSCCorrelatedLCTDigi.cc.
References bend, bx, hmt, keywire, mpclink, pattern, quality, strip, trknmb, and valid.
Referenced by operator!=().
void CSCCorrelatedLCTDigi::print | ( | void | ) | const |
Print content of correlated LCT digi.
Debug.
Definition at line 130 of file CSCCorrelatedLCTDigi.cc.
References getBend(), getBX(), getHMT(), getKeyWG(), getMPCLink(), getPattern(), getQuality(), getStrip(), getTrknmb(), and isValid().
|
inline |
Definition at line 173 of file CSCCorrelatedLCTDigi.h.
References alct_.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set bend
Definition at line 135 of file CSCCorrelatedLCTDigi.h.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set bx
Definition at line 138 of file CSCCorrelatedLCTDigi.h.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set bx0
Definition at line 141 of file CSCCorrelatedLCTDigi.h.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
Definition at line 174 of file CSCCorrelatedLCTDigi.h.
References clct_.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set cscID
Definition at line 147 of file CSCCorrelatedLCTDigi.h.
References HltBtagPostValidation_cff::c, and cscID.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
void CSCCorrelatedLCTDigi::setEightStrip | ( | const bool | eightStrip | ) |
set single eight strip bit
Definition at line 89 of file CSCCorrelatedLCTDigi.cc.
References kEightStripMask, kEightStripShift, and strip.
|
inline |
Definition at line 175 of file CSCCorrelatedLCTDigi.h.
References mixOne_premix_on_sim_cfi::gem, and gem1_.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
Definition at line 176 of file CSCCorrelatedLCTDigi.h.
References mixOne_premix_on_sim_cfi::gem, and gem2_.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
void CSCCorrelatedLCTDigi::setHMT | ( | const uint16_t | h | ) |
set high-multiplicity bits
Definition at line 118 of file CSCCorrelatedLCTDigi.cc.
References h, hmt, isRun3(), and SiStripPI::max.
|
inline |
Set mpc link number after MPC sorting.
Definition at line 110 of file CSCCorrelatedLCTDigi.h.
References MainPageGenerator::link, and mpclink.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set pattern
Definition at line 132 of file CSCCorrelatedLCTDigi.h.
References AlCaHLTBitMon_ParallelJobs::p, and pattern.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set quality code
Definition at line 123 of file CSCCorrelatedLCTDigi.h.
References data-class-funcs::q, and quality.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
void CSCCorrelatedLCTDigi::setQuartStrip | ( | const bool | quartStrip | ) |
set single quart strip bit
Definition at line 81 of file CSCCorrelatedLCTDigi.cc.
References kQuartStripMask, kQuartStripShift, and strip.
void CSCCorrelatedLCTDigi::setRun3 | ( | const bool | isRun3 | ) |
Definition at line 120 of file CSCCorrelatedLCTDigi.cc.
|
inline |
set strip
Definition at line 129 of file CSCCorrelatedLCTDigi.h.
References alignCSCRings::s, and strip.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set syncErr
Definition at line 144 of file CSCCorrelatedLCTDigi.h.
References alignCSCRings::s, and syncErr.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
Set track number (1,2) after sorting LCTs.
Definition at line 107 of file CSCCorrelatedLCTDigi.h.
References contentValuesFiles::number, and trknmb.
Referenced by CSCGEMMotherboard::constructLCTsGEM(), and L1EmulBias::ModifyCollection().
|
inline |
Definition at line 171 of file CSCCorrelatedLCTDigi.h.
References type_.
Referenced by CSCMotherboard::constructLCTs(), and CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set valid
Definition at line 126 of file CSCCorrelatedLCTDigi.h.
References findQualityFiles::v, and valid.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
inline |
set wiregroup number
Definition at line 120 of file CSCCorrelatedLCTDigi.h.
References keywire.
Referenced by CSCGEMMotherboard::constructLCTsGEM().
|
private |
Definition at line 226 of file CSCCorrelatedLCTDigi.h.
|
private |
Definition at line 208 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getBend(), operator==(), and setBend().
|
private |
Definition at line 209 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getBX(), operator==(), and setBX().
|
private |
Definition at line 211 of file CSCCorrelatedLCTDigi.h.
|
private |
Definition at line 227 of file CSCCorrelatedLCTDigi.h.
|
private |
Definition at line 215 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getCSCID(), and setCSCID().
|
private |
Definition at line 228 of file CSCCorrelatedLCTDigi.h.
|
private |
Definition at line 229 of file CSCCorrelatedLCTDigi.h.
|
private |
Definition at line 221 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getHMT(), operator==(), and setHMT().
|
private |
Definition at line 197 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getKeyWG(), operator==(), and setWireGroup().
|
private |
Definition at line 210 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getMPCLink(), operator==(), and setMPCLink().
|
private |
Definition at line 205 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getCLCTPattern(), getPattern(), getStripType(), operator==(), dataset.BaseDataset::printFiles(), and setPattern().
|
private |
Definition at line 195 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getQuality(), operator==(), and setQuality().
|
private |
Definition at line 202 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getEightStrip(), getQuartStrip(), getStrip(), operator==(), setEightStrip(), setQuartStrip(), and setStrip().
|
private |
Definition at line 213 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getSyncErr(), and setSyncErr().
|
private |
Definition at line 188 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), getTrknmb(), operator==(), and setTrknmb().
|
private |
SIMULATION ONLY ////.
Definition at line 224 of file CSCCorrelatedLCTDigi.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), Modules.ESPrefer::copy(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), getType(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), ExternalGeneratorFilter.ExternalGeneratorFilter::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), Modules.ESPrefer::nameInProcessDesc_(), and setType().
|
private |
Definition at line 191 of file CSCCorrelatedLCTDigi.h.
Referenced by clear(), isValid(), operator==(), and setValid().
|
private |
Definition at line 231 of file CSCCorrelatedLCTDigi.h.
Referenced by CSCCorrelatedLCTDigi(), isRun3(), and setRun3().