CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Attributes
CSCCorrelatedLCTDigi Class Reference

#include <CSCCorrelatedLCTDigi.h>

Inheritance diagram for CSCCorrelatedLCTDigi:
csctf::TrackStub

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 CSCALCTDigigetALCT () const
 
uint16_t getBend () const
 return left/right bending More...
 
uint16_t getBX () const
 return BX More...
 
uint16_t getBX0 () const
 
const CSCCLCTDigigetCLCT () 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 GEMPadDigigetGEM1 () const
 
const GEMPadDigigetGEM2 () 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_
 

Detailed Description

Digi for Correlated LCT trigger primitives.

Author
L. Gray, UF

Digi for Correlated LCT trigger primitives.

Author
L.Gray, UF

Definition at line 19 of file CSCCorrelatedLCTDigi.h.

Member Enumeration Documentation

◆ LCTKeyStripMasks

Enumerator
kEightStripMask 
kQuartStripMask 
kHalfStripMask 

Definition at line 21 of file CSCCorrelatedLCTDigi.h.

21 { kEightStripMask = 0x1, kQuartStripMask = 0x1, kHalfStripMask = 0xff };

◆ LCTKeyStripShifts

Enumerator
kEightStripShift 
kQuartStripShift 
kHalfStripShift 

Definition at line 22 of file CSCCorrelatedLCTDigi.h.

◆ Type

SIMULATION ONLY ////.

Enumerator
CLCTALCT 
ALCTCLCT 
ALCTCLCTGEM 
ALCTCLCT2GEM 
ALCT2GEM 
CLCT2GEM 
CLCTONLY 
ALCTONLY 

Definition at line 158 of file CSCCorrelatedLCTDigi.h.

158  {
159  CLCTALCT, // CLCT-centric
160  ALCTCLCT, // ALCT-centric
161  ALCTCLCTGEM, // ALCT-CLCT-1 GEM pad
162  ALCTCLCT2GEM, // ALCT-CLCT-2 GEM pads in coincidence
163  ALCT2GEM, // ALCT-2 GEM pads in coincidence
164  CLCT2GEM, // CLCT-2 GEM pads in coincidence
165  CLCTONLY, // Missing ALCT
166  ALCTONLY // Missing CLCT
167  };

◆ Version

Enumerator
Legacy 
Run3 

Definition at line 23 of file CSCCorrelatedLCTDigi.h.

23 { Legacy = 0, Run3 };

Constructor & Destructor Documentation

◆ CSCCorrelatedLCTDigi() [1/2]

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.

28  : trknmb(itrknmb),
29  valid(ivalid),
30  quality(iquality),
31  keywire(ikeywire),
32  strip(istrip),
33  pattern(ipattern),
34  bend(ibend),
35  bx(ibx),
36  mpclink(impclink),
37  bx0(ibx0),
38  syncErr(isyncErr),
39  cscID(icscID),
40  hmt(ihmt),
41  version_(version) {}

◆ CSCCorrelatedLCTDigi() [2/2]

CSCCorrelatedLCTDigi::CSCCorrelatedLCTDigi ( )

default

Default.

Definition at line 44 of file CSCCorrelatedLCTDigi.cc.

44  {
45  clear(); // set contents to zero
47 }

References clear(), Legacy, and version_.

Member Function Documentation

◆ clear()

void CSCCorrelatedLCTDigi::clear ( void  )

clear this LCT

Clears this LCT.

Definition at line 50 of file CSCCorrelatedLCTDigi.cc.

50  {
51  trknmb = 0;
52  valid = 0;
53  quality = 0;
54  keywire = 0;
55  strip = 0;
56  pattern = 0;
57  bend = 0;
58  bx = 0;
59  mpclink = 0;
60  bx0 = 0;
61  syncErr = 0;
62  cscID = 0;
63  hmt = 0;
64 }

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().

◆ getALCT()

const CSCALCTDigi& CSCCorrelatedLCTDigi::getALCT ( ) const
inline

Definition at line 177 of file CSCCorrelatedLCTDigi.h.

177 { return alct_; }

References alct_.

Referenced by L1TMuon::TriggerPrimitive::TriggerPrimitive().

◆ getBend()

uint16_t CSCCorrelatedLCTDigi::getBend ( ) const
inline

◆ getBX()

uint16_t CSCCorrelatedLCTDigi::getBX ( ) const
inline

◆ getBX0()

uint16_t CSCCorrelatedLCTDigi::getBX0 ( ) const
inline

◆ getCLCT()

const CSCCLCTDigi& CSCCorrelatedLCTDigi::getCLCT ( ) const
inline

Definition at line 178 of file CSCCorrelatedLCTDigi.h.

178 { return clct_; }

References clct_.

Referenced by L1TMuon::TriggerPrimitive::TriggerPrimitive().

◆ getCLCTPattern()

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.

112  {
113  return (isRun3() ? std::numeric_limits<uint16_t>::max() : (pattern & 0xF));
114 }

References isRun3(), SiStripPI::max, and pattern.

◆ getCSCID()

uint16_t CSCCorrelatedLCTDigi::getCSCID ( ) const
inline

◆ getEightStrip()

bool CSCCorrelatedLCTDigi::getEightStrip ( ) const

get single eight strip bit

Definition at line 99 of file CSCCorrelatedLCTDigi.cc.

99 { return (strip >> kEightStripShift) & kEightStripMask; }

References kEightStripMask, kEightStripShift, and strip.

Referenced by getStrip().

◆ getFractionalStrip()

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.

102  {
103  if (n == 8) {
104  return 0.125f * (getStrip() + 1) - 0.0625f;
105  } else if (n == 4) {
106  return 0.25f * (getStrip() + 1) - 0.125f;
107  } else {
108  return 0.5f * (getStrip() + 1) - 0.25f;
109  }
110 }

References f, getStrip(), and dqmiodumpmetadata::n.

Referenced by CSCComparatorDigiFitter::fit(), and CSCStubMatcher::getGlobalPosition().

◆ getGEM1()

const GEMPadDigi& CSCCorrelatedLCTDigi::getGEM1 ( ) const
inline

Definition at line 179 of file CSCCorrelatedLCTDigi.h.

179 { return gem1_; }

References gem1_.

◆ getGEM2()

const GEMPadDigi& CSCCorrelatedLCTDigi::getGEM2 ( ) const
inline

Definition at line 180 of file CSCCorrelatedLCTDigi.h.

180 { return gem2_; }

References gem2_.

◆ getHMT()

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.

116 { return (isRun3() ? hmt : std::numeric_limits<uint16_t>::max()); }

References hmt, isRun3(), and SiStripPI::max.

Referenced by operator<<(), and print().

◆ getKeyWG()

uint16_t CSCCorrelatedLCTDigi::getKeyWG ( ) const
inline

◆ getMPCLink()

uint16_t CSCCorrelatedLCTDigi::getMPCLink ( ) const
inline

return MPC link number, 0 means not sorted, 1-3 give MPC sorting rank

Definition at line 94 of file CSCCorrelatedLCTDigi.h.

94 { return mpclink; }

References mpclink.

Referenced by operator<<(), print(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().

◆ getPattern()

uint16_t CSCCorrelatedLCTDigi::getPattern ( ) const
inline

◆ getQuality()

uint16_t CSCCorrelatedLCTDigi::getQuality ( ) const
inline

◆ getQuartStrip()

bool CSCCorrelatedLCTDigi::getQuartStrip ( ) const

get single quart strip bit

Definition at line 97 of file CSCCorrelatedLCTDigi.cc.

97 { return (strip >> kQuartStripShift) & kQuartStripMask; }

References kQuartStripMask, kQuartStripShift, and strip.

Referenced by getStrip().

◆ getStrip()

uint16_t CSCCorrelatedLCTDigi::getStrip ( uint16_t  n = 2) const

◆ getStripType()

uint16_t CSCCorrelatedLCTDigi::getStripType ( ) const
inline

return strip type (obsolete since mid-2008)

Definition at line 91 of file CSCCorrelatedLCTDigi.h.

91 { return ((pattern & 0x8) >> 3); }

References pattern.

◆ getSyncErr()

uint16_t CSCCorrelatedLCTDigi::getSyncErr ( ) const
inline

◆ getTrknmb()

uint16_t CSCCorrelatedLCTDigi::getTrknmb ( ) const
inline

◆ getType()

int CSCCorrelatedLCTDigi::getType ( ) const
inline

Definition at line 169 of file CSCCorrelatedLCTDigi.h.

169 { return type_; }

References type_.

◆ isRun3()

bool CSCCorrelatedLCTDigi::isRun3 ( ) const
inline

Distinguish Run-1/2 from Run-3.

Definition at line 153 of file CSCCorrelatedLCTDigi.h.

153 { return version_ == Version::Run3; }

References Run3, and version_.

Referenced by getCLCTPattern(), getHMT(), setHMT(), and setRun3().

◆ isValid()

bool CSCCorrelatedLCTDigi::isValid ( void  ) const
inline

◆ operator!=()

bool CSCCorrelatedLCTDigi::operator!= ( const CSCCorrelatedLCTDigi rhs) const
inline

Definition at line 117 of file CSCCorrelatedLCTDigi.h.

117 { return !(this->operator==(rhs)); }

References operator==().

◆ operator==()

bool CSCCorrelatedLCTDigi::operator== ( const CSCCorrelatedLCTDigi rhs) const

Comparison.

Definition at line 123 of file CSCCorrelatedLCTDigi.cc.

123  {
124  return ((trknmb == rhs.trknmb) && (quality == rhs.quality) && (keywire == rhs.keywire) && (strip == rhs.strip) &&
125  (pattern == rhs.pattern) && (bend == rhs.bend) && (bx == rhs.bx) && (valid == rhs.valid) &&
126  (mpclink == rhs.mpclink) && (hmt == rhs.hmt));
127 }

References bend, bx, hmt, keywire, mpclink, pattern, quality, strip, trknmb, and valid.

Referenced by operator!=().

◆ print()

void CSCCorrelatedLCTDigi::print ( void  ) const

Print content of correlated LCT digi.

Debug.

Definition at line 130 of file CSCCorrelatedLCTDigi.cc.

130  {
131  if (isValid()) {
132  edm::LogVerbatim("CSCDigi") << "CSC LCT #" << getTrknmb() << ": Valid = " << isValid()
133  << " Quality = " << getQuality() << " Key Wire = " << getKeyWG()
134  << " Strip = " << getStrip() << " Pattern = " << getPattern()
135  << " Bend = " << ((getBend() == 0) ? 'L' : 'R') << " BX = " << getBX()
136  << " MPC Link = " << getMPCLink() << " HMT Bit = " << getHMT();
137  } else {
138  edm::LogVerbatim("CSCDigi") << "Not a valid correlated LCT.";
139  }
140 }

References getBend(), getBX(), getHMT(), getKeyWG(), getMPCLink(), getPattern(), getQuality(), getStrip(), getTrknmb(), and isValid().

◆ setALCT()

void CSCCorrelatedLCTDigi::setALCT ( const CSCALCTDigi alct)
inline

Definition at line 173 of file CSCCorrelatedLCTDigi.h.

173 { alct_ = alct; }

References alct_.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setBend()

void CSCCorrelatedLCTDigi::setBend ( const uint16_t  b)
inline

set bend

Definition at line 135 of file CSCCorrelatedLCTDigi.h.

135 { bend = b; }

References b, and bend.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setBX()

void CSCCorrelatedLCTDigi::setBX ( const uint16_t  b)
inline

set bx

Definition at line 138 of file CSCCorrelatedLCTDigi.h.

138 { bx = b; }

References b, and bx.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setBX0()

void CSCCorrelatedLCTDigi::setBX0 ( const uint16_t  b)
inline

set bx0

Definition at line 141 of file CSCCorrelatedLCTDigi.h.

141 { bx0 = b; }

References b, and bx0.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setCLCT()

void CSCCorrelatedLCTDigi::setCLCT ( const CSCCLCTDigi clct)
inline

Definition at line 174 of file CSCCorrelatedLCTDigi.h.

174 { clct_ = clct; }

References clct_.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setCSCID()

void CSCCorrelatedLCTDigi::setCSCID ( const uint16_t  c)
inline

set cscID

Definition at line 147 of file CSCCorrelatedLCTDigi.h.

147 { cscID = c; }

References HltBtagPostValidation_cff::c, and cscID.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setEightStrip()

void CSCCorrelatedLCTDigi::setEightStrip ( const bool  eightStrip)

set single eight strip bit

Definition at line 89 of file CSCCorrelatedLCTDigi.cc.

89  {
90  // clear the old value
92 
93  // set the new value
94  strip |= eightStrip << kEightStripShift;
95 }

References kEightStripMask, kEightStripShift, and strip.

◆ setGEM1()

void CSCCorrelatedLCTDigi::setGEM1 ( const GEMPadDigi gem)
inline

Definition at line 175 of file CSCCorrelatedLCTDigi.h.

175 { gem1_ = gem; }

References mixOne_premix_on_sim_cfi::gem, and gem1_.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setGEM2()

void CSCCorrelatedLCTDigi::setGEM2 ( const GEMPadDigi gem)
inline

Definition at line 176 of file CSCCorrelatedLCTDigi.h.

176 { gem2_ = gem; }

References mixOne_premix_on_sim_cfi::gem, and gem2_.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setHMT()

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.

◆ setMPCLink()

void CSCCorrelatedLCTDigi::setMPCLink ( const uint16_t &  link)
inline

Set mpc link number after MPC sorting.

Definition at line 110 of file CSCCorrelatedLCTDigi.h.

110 { mpclink = link; }

References MainPageGenerator::link, and mpclink.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setPattern()

void CSCCorrelatedLCTDigi::setPattern ( const uint16_t  p)
inline

set pattern

Definition at line 132 of file CSCCorrelatedLCTDigi.h.

132 { pattern = p; }

References AlCaHLTBitMon_ParallelJobs::p, and pattern.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setQuality()

void CSCCorrelatedLCTDigi::setQuality ( const uint16_t  q)
inline

set quality code

Definition at line 123 of file CSCCorrelatedLCTDigi.h.

123 { quality = q; }

References data-class-funcs::q, and quality.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setQuartStrip()

void CSCCorrelatedLCTDigi::setQuartStrip ( const bool  quartStrip)

set single quart strip bit

Definition at line 81 of file CSCCorrelatedLCTDigi.cc.

81  {
82  // clear the old value
84 
85  // set the new value
86  strip |= quartStrip << kQuartStripShift;
87 }

References kQuartStripMask, kQuartStripShift, and strip.

◆ setRun3()

void CSCCorrelatedLCTDigi::setRun3 ( const bool  isRun3)

Definition at line 120 of file CSCCorrelatedLCTDigi.cc.

References isRun3(), Legacy, Run3, and version_.

◆ setStrip()

void CSCCorrelatedLCTDigi::setStrip ( const uint16_t  s)
inline

set strip

Definition at line 129 of file CSCCorrelatedLCTDigi.h.

129 { strip = s; }

References alignCSCRings::s, and strip.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setSyncErr()

void CSCCorrelatedLCTDigi::setSyncErr ( const uint16_t  s)
inline

set syncErr

Definition at line 144 of file CSCCorrelatedLCTDigi.h.

144 { syncErr = s; }

References alignCSCRings::s, and syncErr.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setTrknmb()

void CSCCorrelatedLCTDigi::setTrknmb ( const uint16_t  number)
inline

Set track number (1,2) after sorting LCTs.

Definition at line 107 of file CSCCorrelatedLCTDigi.h.

107 { trknmb = number; }

References contentValuesFiles::number, and trknmb.

Referenced by CSCGEMMotherboard::constructLCTsGEM(), and L1EmulBias::ModifyCollection().

◆ setType()

void CSCCorrelatedLCTDigi::setType ( int  type)
inline

Definition at line 171 of file CSCCorrelatedLCTDigi.h.

171 { type_ = type; }

References type_.

Referenced by CSCMotherboard::constructLCTs(), and CSCGEMMotherboard::constructLCTsGEM().

◆ setValid()

void CSCCorrelatedLCTDigi::setValid ( const uint16_t  v)
inline

set valid

Definition at line 126 of file CSCCorrelatedLCTDigi.h.

126 { valid = v; }

References findQualityFiles::v, and valid.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

◆ setWireGroup()

void CSCCorrelatedLCTDigi::setWireGroup ( const uint16_t  wiregroup)
inline

set wiregroup number

Definition at line 120 of file CSCCorrelatedLCTDigi.h.

120 { keywire = wiregroup; }

References keywire.

Referenced by CSCGEMMotherboard::constructLCTsGEM().

Member Data Documentation

◆ alct_

CSCALCTDigi CSCCorrelatedLCTDigi::alct_
private

Definition at line 226 of file CSCCorrelatedLCTDigi.h.

Referenced by getALCT(), and setALCT().

◆ bend

uint16_t CSCCorrelatedLCTDigi::bend
private

Definition at line 208 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getBend(), operator==(), and setBend().

◆ bx

uint16_t CSCCorrelatedLCTDigi::bx
private

Definition at line 209 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getBX(), operator==(), and setBX().

◆ bx0

uint16_t CSCCorrelatedLCTDigi::bx0
private

Definition at line 211 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getBX0(), and setBX0().

◆ clct_

CSCCLCTDigi CSCCorrelatedLCTDigi::clct_
private

Definition at line 227 of file CSCCorrelatedLCTDigi.h.

Referenced by getCLCT(), and setCLCT().

◆ cscID

uint16_t CSCCorrelatedLCTDigi::cscID
private

Definition at line 215 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getCSCID(), and setCSCID().

◆ gem1_

GEMPadDigi CSCCorrelatedLCTDigi::gem1_
private

Definition at line 228 of file CSCCorrelatedLCTDigi.h.

Referenced by getGEM1(), and setGEM1().

◆ gem2_

GEMPadDigi CSCCorrelatedLCTDigi::gem2_
private

Definition at line 229 of file CSCCorrelatedLCTDigi.h.

Referenced by getGEM2(), and setGEM2().

◆ hmt

uint16_t CSCCorrelatedLCTDigi::hmt
private

Definition at line 221 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getHMT(), operator==(), and setHMT().

◆ keywire

uint16_t CSCCorrelatedLCTDigi::keywire
private

Definition at line 197 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getKeyWG(), operator==(), and setWireGroup().

◆ mpclink

uint16_t CSCCorrelatedLCTDigi::mpclink
private

Definition at line 210 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getMPCLink(), operator==(), and setMPCLink().

◆ pattern

uint16_t CSCCorrelatedLCTDigi::pattern
private

◆ quality

uint16_t CSCCorrelatedLCTDigi::quality
private

Definition at line 195 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getQuality(), operator==(), and setQuality().

◆ strip

uint16_t CSCCorrelatedLCTDigi::strip
private

◆ syncErr

uint16_t CSCCorrelatedLCTDigi::syncErr
private

Definition at line 213 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getSyncErr(), and setSyncErr().

◆ trknmb

uint16_t CSCCorrelatedLCTDigi::trknmb
private

Definition at line 188 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), getTrknmb(), operator==(), and setTrknmb().

◆ type_

int CSCCorrelatedLCTDigi::type_
private

◆ valid

uint16_t CSCCorrelatedLCTDigi::valid
private

Definition at line 191 of file CSCCorrelatedLCTDigi.h.

Referenced by clear(), isValid(), operator==(), and setValid().

◆ version_

Version CSCCorrelatedLCTDigi::version_
private

Definition at line 231 of file CSCCorrelatedLCTDigi.h.

Referenced by CSCCorrelatedLCTDigi(), isRun3(), and setRun3().

CSCCorrelatedLCTDigi::quality
uint16_t quality
Definition: CSCCorrelatedLCTDigi.h:195
CSCCorrelatedLCTDigi::trknmb
uint16_t trknmb
Definition: CSCCorrelatedLCTDigi.h:188
dqmiodumpmetadata.n
n
Definition: dqmiodumpmetadata.py:28
MainPageGenerator.link
link
Definition: MainPageGenerator.py:271
CSCCorrelatedLCTDigi::gem1_
GEMPadDigi gem1_
Definition: CSCCorrelatedLCTDigi.h:228
CSCCorrelatedLCTDigi::getTrknmb
uint16_t getTrknmb() const
return track number
Definition: CSCCorrelatedLCTDigi.h:47
f
double f[11][100]
Definition: MuScleFitUtils.cc:78
CSCCorrelatedLCTDigi::ALCT2GEM
Definition: CSCCorrelatedLCTDigi.h:163
CSCCorrelatedLCTDigi::CLCTALCT
Definition: CSCCorrelatedLCTDigi.h:159
AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
h
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
Definition: L1TUtmAlgorithmRcd.h:4
CSCCorrelatedLCTDigi::getStrip
uint16_t getStrip(uint16_t n=2) const
return the key halfstrip from 0,159
Definition: CSCCorrelatedLCTDigi.cc:66
CSCCorrelatedLCTDigi::kEightStripMask
Definition: CSCCorrelatedLCTDigi.h:21
CSCCorrelatedLCTDigi::getKeyWG
uint16_t getKeyWG() const
return the key wire group. counts from 0.
Definition: CSCCorrelatedLCTDigi.h:56
data-class-funcs.q
q
Definition: data-class-funcs.py:169
CSCCorrelatedLCTDigi::Version::Legacy
CSCCorrelatedLCTDigi::type_
int type_
SIMULATION ONLY ////.
Definition: CSCCorrelatedLCTDigi.h:224
findQualityFiles.v
v
Definition: findQualityFiles.py:179
CSCCorrelatedLCTDigi::bx
uint16_t bx
Definition: CSCCorrelatedLCTDigi.h:209
CSCCorrelatedLCTDigi::ALCTCLCT
Definition: CSCCorrelatedLCTDigi.h:160
CSCCorrelatedLCTDigi::bx0
uint16_t bx0
Definition: CSCCorrelatedLCTDigi.h:211
CSCCorrelatedLCTDigi::isRun3
bool isRun3() const
Distinguish Run-1/2 from Run-3.
Definition: CSCCorrelatedLCTDigi.h:153
CSCCorrelatedLCTDigi::valid
uint16_t valid
Definition: CSCCorrelatedLCTDigi.h:191
CSCCorrelatedLCTDigi::CLCT2GEM
Definition: CSCCorrelatedLCTDigi.h:164
CSCCorrelatedLCTDigi::kHalfStripMask
Definition: CSCCorrelatedLCTDigi.h:21
CSCCorrelatedLCTDigi::getHMT
uint16_t getHMT() const
Definition: CSCCorrelatedLCTDigi.cc:116
alignCSCRings.s
s
Definition: alignCSCRings.py:92
CSCCorrelatedLCTDigi::syncErr
uint16_t syncErr
Definition: CSCCorrelatedLCTDigi.h:213
contentValuesFiles.number
number
Definition: contentValuesFiles.py:53
CSCCorrelatedLCTDigi::CLCTONLY
Definition: CSCCorrelatedLCTDigi.h:165
CSCCorrelatedLCTDigi::cscID
uint16_t cscID
Definition: CSCCorrelatedLCTDigi.h:215
CSCCorrelatedLCTDigi::bend
uint16_t bend
Definition: CSCCorrelatedLCTDigi.h:208
CSCCorrelatedLCTDigi::operator==
bool operator==(const CSCCorrelatedLCTDigi &) const
Comparison.
Definition: CSCCorrelatedLCTDigi.cc:123
CSCCorrelatedLCTDigi::getBend
uint16_t getBend() const
return left/right bending
Definition: CSCCorrelatedLCTDigi.h:81
CSCCorrelatedLCTDigi::alct_
CSCALCTDigi alct_
Definition: CSCCorrelatedLCTDigi.h:226
CSCCorrelatedLCTDigi::gem2_
GEMPadDigi gem2_
Definition: CSCCorrelatedLCTDigi.h:229
b
double b
Definition: hdecay.h:118
CSCCorrelatedLCTDigi::ALCTCLCTGEM
Definition: CSCCorrelatedLCTDigi.h:161
CSCCorrelatedLCTDigi::ALCTCLCT2GEM
Definition: CSCCorrelatedLCTDigi.h:162
CSCCorrelatedLCTDigi::kQuartStripMask
Definition: CSCCorrelatedLCTDigi.h:21
SiStripPI::max
Definition: SiStripPayloadInspectorHelper.h:169
CSCCorrelatedLCTDigi::Version::Run3
CSCCorrelatedLCTDigi::hmt
uint16_t hmt
Definition: CSCCorrelatedLCTDigi.h:221
CSCCorrelatedLCTDigi::kEightStripShift
Definition: CSCCorrelatedLCTDigi.h:22
edm::LogVerbatim
Definition: MessageLogger.h:297
CSCCorrelatedLCTDigi::kQuartStripShift
Definition: CSCCorrelatedLCTDigi.h:22
CSCCorrelatedLCTDigi::clear
void clear()
clear this LCT
Definition: CSCCorrelatedLCTDigi.cc:50
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
CSCCorrelatedLCTDigi::getQuartStrip
bool getQuartStrip() const
get single quart strip bit
Definition: CSCCorrelatedLCTDigi.cc:97
CSCCorrelatedLCTDigi::clct_
CSCCLCTDigi clct_
Definition: CSCCorrelatedLCTDigi.h:227
CSCCorrelatedLCTDigi::strip
uint16_t strip
Definition: CSCCorrelatedLCTDigi.h:202
type
type
Definition: HCALResponse.h:21
CSCCorrelatedLCTDigi::version_
Version version_
Definition: CSCCorrelatedLCTDigi.h:231
CSCCorrelatedLCTDigi::getPattern
uint16_t getPattern() const
Definition: CSCCorrelatedLCTDigi.h:78
CSCCorrelatedLCTDigi::pattern
uint16_t pattern
Definition: CSCCorrelatedLCTDigi.h:205
CSCCorrelatedLCTDigi::getMPCLink
uint16_t getMPCLink() const
return MPC link number, 0 means not sorted, 1-3 give MPC sorting rank
Definition: CSCCorrelatedLCTDigi.h:94
CSCCorrelatedLCTDigi::keywire
uint16_t keywire
Definition: CSCCorrelatedLCTDigi.h:197
CSCCorrelatedLCTDigi::getEightStrip
bool getEightStrip() const
get single eight strip bit
Definition: CSCCorrelatedLCTDigi.cc:99
CSCCorrelatedLCTDigi::ALCTONLY
Definition: CSCCorrelatedLCTDigi.h:166
CSCCorrelatedLCTDigi::kHalfStripShift
Definition: CSCCorrelatedLCTDigi.h:22
CSCCorrelatedLCTDigi::mpclink
uint16_t mpclink
Definition: CSCCorrelatedLCTDigi.h:210
mixOne_premix_on_sim_cfi.gem
gem
Definition: mixOne_premix_on_sim_cfi.py:194
CSCCorrelatedLCTDigi::getBX
uint16_t getBX() const
return BX
Definition: CSCCorrelatedLCTDigi.h:84
CSCCorrelatedLCTDigi::isValid
bool isValid() const
return valid pattern bit
Definition: CSCCorrelatedLCTDigi.h:50
BeamSplash_cfg.version
version
Definition: BeamSplash_cfg.py:45
CSCCorrelatedLCTDigi::getQuality
uint16_t getQuality() const
return the Quality
Definition: CSCCorrelatedLCTDigi.h:53