![]() |
![]() |
#include <CSCGEMMotherboard.h>
Public Types | |
enum | Default_values { DEFAULT_MATCHING_VALUE = -99 } |
Public Member Functions | |
template<class S > | |
S | bestMatchingPad (const CSCALCTDigi &alct1, const matches< S > &pads) const |
template<class S > | |
S | bestMatchingPad (const CSCCLCTDigi &clct, const matches< S > &pads) const |
template<class S > | |
S | bestMatchingPad (const CSCALCTDigi &alct1, const CSCCLCTDigi &clct1, const matches< S > &pads) const |
void | clear () |
CSCGEMMotherboard (unsigned endcap, unsigned station, unsigned sector, unsigned subsector, unsigned chamber, const edm::ParameterSet &conf) | |
CSCGEMMotherboard () | |
virtual void | run (const CSCWireDigiCollection *wiredc, const CSCComparatorDigiCollection *compdc, const GEMPadDigiCollection *gemPads)=0 |
void | run (const CSCWireDigiCollection *wiredc, const CSCComparatorDigiCollection *compdc, const GEMPadDigiClusterCollection *gemPads) |
void | setGEMGeometry (const GEMGeometry *g) |
set CSC and GEM geometries for the matching needs More... | |
~CSCGEMMotherboard () override | |
![]() | |
void | clear () |
template<class S > | |
bool | compare (const S &p, const S &q) const |
CSCUpgradeMotherboard (unsigned endcap, unsigned station, unsigned sector, unsigned subsector, unsigned chamber, const edm::ParameterSet &conf) | |
CSCUpgradeMotherboard () | |
void | debugLUTs () |
enum CSCPart | getCSCPart (int keystrip) const |
template<class S > | |
void | intersection (const S &d1, const S &d2, S &result) const |
std::vector< CSCCorrelatedLCTDigi > | readoutLCTs () const override |
void | run (const CSCWireDigiCollection *wiredc, const CSCComparatorDigiCollection *compdc) override |
void | setupGeometry () |
void | sortLCTs (std::vector< CSCCorrelatedLCTDigi > &lcts, bool(*sorter)(const CSCCorrelatedLCTDigi &, const CSCCorrelatedLCTDigi &)) const |
~CSCUpgradeMotherboard () override | |
![]() | |
void | clear () |
CSCMotherboard (unsigned endcap, unsigned station, unsigned sector, unsigned subsector, unsigned chamber, const edm::ParameterSet &conf) | |
CSCMotherboard () | |
std::vector< CSCCorrelatedLCTDigi > | getLCTs () const |
void | setConfigParameters (const CSCDBL1TPParameters *conf) |
~CSCMotherboard () override=default | |
![]() | |
CSCBaseboard (unsigned endcap, unsigned station, unsigned sector, unsigned subsector, unsigned chamber, const edm::ParameterSet &conf) | |
CSCBaseboard () | |
std::string | getCSCName () const |
void | setCSCGeometry (const CSCGeometry *g) |
virtual | ~CSCBaseboard ()=default |
Public Attributes | |
std::unique_ptr< GEMCoPadProcessor > | coPadProcessor |
![]() | |
std::unique_ptr< CSCAnodeLCTProcessor > | alctProc |
std::unique_ptr< CSCCathodeLCTProcessor > | clctProc |
Protected Member Functions | |
template<class T > | |
T | bestMatchingPad (const CSCALCTDigi &, const matches< T > &) const |
template<class T > | |
T | bestMatchingPad (const CSCCLCTDigi &, const matches< T > &) const |
template<class T > | |
T | bestMatchingPad (const CSCALCTDigi &, const CSCCLCTDigi &, const matches< T > &) const |
CSCCorrelatedLCTDigi | constructLCTsGEM (const CSCALCTDigi &alct, const GEMCoPadDigi &gem, int i) const |
CSCCorrelatedLCTDigi | constructLCTsGEM (const CSCCLCTDigi &clct, const GEMCoPadDigi &gem, int i) const |
CSCCorrelatedLCTDigi | constructLCTsGEM (const CSCALCTDigi &alct, const CSCCLCTDigi &clct, const GEMCoPadDigi &gem, int i) const |
CSCCorrelatedLCTDigi | constructLCTsGEM (const CSCALCTDigi &alct, const CSCCLCTDigi &clct, const GEMPadDigi &gem, int i) const |
CSCCorrelatedLCTDigi | constructLCTsGEM (const CSCALCTDigi &alct, const CSCCLCTDigi &clct, const GEMPadDigi &gem1, const GEMCoPadDigi &gem2, int i) const |
template<class T > | |
void | correlateLCTsGEM (T &best, T &second, const GEMCoPadDigiIds &coPads, CSCCorrelatedLCTDigi &lct1, CSCCorrelatedLCTDigi &lct2) const |
template<class T > | |
void | correlateLCTsGEM (const T &best, const T &second, const GEMCoPadDigi &, const GEMCoPadDigi &, CSCCorrelatedLCTDigi &lct1, CSCCorrelatedLCTDigi &lct2) const |
virtual bool | doesWiregroupCrossStrip (int key_wg, int key_strip) const |
unsigned int | findQualityGEM (const CSCALCTDigi &, const CSCCLCTDigi &, int gemlayer) const |
int | getBX (const GEMPadDigi &p) const |
int | getBX (const GEMCoPadDigi &p) const |
virtual const CSCGEMMotherboardLUT * | getLUT () const =0 |
float | getPad (const GEMPadDigi &) const |
float | getPad (const GEMCoPadDigi &) const |
float | getPad (const CSCCLCTDigi &, enum CSCPart par) const |
int | getRoll (const GEMPadDigiId &p) const |
int | getRoll (const GEMCoPadDigiId &p) const |
int | getRoll (const CSCALCTDigi &) const |
bool | isGEMDetId (unsigned int) const |
bool | isPadInOverlap (int roll) const |
template<class T > | |
void | matchingPads (const CSCALCTDigi &alct, matches< T > &) const |
template<class T > | |
void | matchingPads (const CSCCLCTDigi &alct, matches< T > &) const |
template<class S , class T > | |
void | matchingPads (const S &d1, const S &d2, matches< T > &) const |
template<class T > | |
void | matchingPads (const CSCCLCTDigi &clct1, const CSCALCTDigi &alct1, matches< T > &) const |
template<class T > | |
void | matchingPads (const CSCCLCTDigi &clct1, const CSCCLCTDigi &clct2, const CSCALCTDigi &alct1, const CSCALCTDigi &alct2, matches< T > &) const |
void | printGEMTriggerCoPads (int bx_start, int bx_stop, enum CSCPart) |
void | printGEMTriggerPads (int bx_start, int bx_stop, enum CSCPart) |
void | retrieveGEMCoPads () |
void | retrieveGEMPads (const GEMPadDigiCollection *pads, unsigned id) |
void | setupGeometry () |
![]() | |
void | correlateLCTs (const CSCALCTDigi &bestALCT, const CSCALCTDigi &secondALCT, const CSCCLCTDigi &bestCLCT, const CSCCLCTDigi &secondCLCT, CSCCorrelatedLCTDigi &lct1, CSCCorrelatedLCTDigi &lct2) const |
void | setPrefIndex () |
![]() | |
void | checkConfigParameters () |
CSCCorrelatedLCTDigi | constructLCTs (const CSCALCTDigi &aLCT, const CSCCLCTDigi &cLCT, int type, int trknmb) const |
void | correlateLCTs (const CSCALCTDigi &bestALCT, const CSCALCTDigi &secondALCT, const CSCCLCTDigi &bestCLCT, const CSCCLCTDigi &secondCLCT, int type) |
void | dumpConfigParams () const |
unsigned int | encodePattern (const int clctPattern) const |
unsigned int | findQuality (const CSCALCTDigi &aLCT, const CSCCLCTDigi &cLCT) const |
CSCALCTDigi | getBXShiftedALCT (const CSCALCTDigi &) const |
Private Member Functions | |
template<class T > | |
int | getLctTrigEnable () const |
template<> | |
int | getLctTrigEnable () const |
template<> | |
int | getLctTrigEnable () const |
template<class T > | |
int | getMaxDeltaBX () const |
template<> | |
int | getMaxDeltaBX () const |
template<> | |
int | getMaxDeltaBX () const |
template<class T > | |
const matchesBX< T > & | getPads () const |
template<> | |
const matchesBX< GEMPadDigi > & | getPads () const |
template<> | |
const matchesBX< GEMCoPadDigi > & | getPads () const |
Base class for TMBs for the GEM-CSC integrated local trigger. Inherits from CSCUpgradeMotherboard. Provides common functionality to match ALCT/CLCT to GEM pads or copads. Matching functions are templated so they work both for GEMPadDigi and GEMCoPadDigi
Definition at line 29 of file CSCGEMMotherboard.h.
CSCGEMMotherboard::CSCGEMMotherboard | ( | unsigned | endcap, |
unsigned | station, | ||
unsigned | sector, | ||
unsigned | subsector, | ||
unsigned | chamber, | ||
const edm::ParameterSet & | conf | ||
) |
Definition at line 3 of file CSCGEMMotherboard.cc.
References coPadProcessor, gemId, edm::ParameterSet::getParameter(), maxDeltaPadL1_, maxDeltaPadL2_, DetId::rawId(), CSCBaseboard::theChamber, CSCUpgradeMotherboard::theParity, CSCBaseboard::theRegion, CSCBaseboard::theStation, and CSCBaseboard::tmbParams_.
CSCGEMMotherboard::CSCGEMMotherboard | ( | ) |
Definition at line 29 of file CSCGEMMotherboard.cc.
|
override |
Definition at line 34 of file CSCGEMMotherboard.cc.
|
protected |
Referenced by doesWiregroupCrossStrip().
|
protected |
|
protected |
S CSCGEMMotherboard::bestMatchingPad | ( | const CSCALCTDigi & | alct1, |
const matches< S > & | pads | ||
) | const |
Definition at line 389 of file CSCGEMMotherboard.h.
References getRoll(), isGEMDetId(), CSCALCTDigi::isValid(), AlCaHLTBitMon_ParallelJobs::p, and mps_fire::result.
S CSCGEMMotherboard::bestMatchingPad | ( | const CSCCLCTDigi & | clct, |
const matches< S > & | pads | ||
) | const |
Definition at line 411 of file CSCGEMMotherboard.h.
References funct::abs(), CSCUpgradeMotherboard::getCSCPart(), CSCCLCTDigi::getKeyStrip(), getPad(), isGEMDetId(), CSCCLCTDigi::isValid(), AlCaHLTBitMon_ParallelJobs::p, and mps_fire::result.
S CSCGEMMotherboard::bestMatchingPad | ( | const CSCALCTDigi & | alct1, |
const CSCCLCTDigi & | clct1, | ||
const matches< S > & | pads | ||
) | const |
Definition at line 439 of file CSCGEMMotherboard.h.
References funct::abs(), CSCUpgradeMotherboard::getCSCPart(), CSCCLCTDigi::getKeyStrip(), getPad(), getRoll(), isGEMDetId(), CSCALCTDigi::isValid(), CSCCLCTDigi::isValid(), or, AlCaHLTBitMon_ParallelJobs::p, and mps_fire::result.
void CSCGEMMotherboard::clear | ( | void | ) |
Definition at line 38 of file CSCGEMMotherboard.cc.
References CSCUpgradeMotherboard::clear(), coPads_, and pads_.
Referenced by CSCGEMMotherboardME11::run(), and CSCGEMMotherboardME21::run().
|
protected |
Definition at line 85 of file CSCGEMMotherboard.cc.
Referenced by constructLCTsGEM(), CSCGEMMotherboardME21::correlateLCTsGEM(), CSCGEMMotherboardME11::correlateLCTsGEM(), correlateLCTsGEM(), and doesWiregroupCrossStrip().
|
protected |
Definition at line 93 of file CSCGEMMotherboard.cc.
References constructLCTsGEM().
|
protected |
Definition at line 100 of file CSCGEMMotherboard.cc.
References constructLCTsGEM().
|
protected |
Definition at line 109 of file CSCGEMMotherboard.cc.
References constructLCTsGEM().
|
protected |
Definition at line 117 of file CSCGEMMotherboard.cc.
References CSCCorrelatedLCTDigi::ALCT2GEM, CSCCorrelatedLCTDigi::ALCTCLCT2GEM, CSCCorrelatedLCTDigi::ALCTCLCTGEM, GEMCoPadDigi::bx(), CSCCorrelatedLCTDigi::CLCT2GEM, CSCBaseboard::cscId_, doesWiregroupCrossStrip(), CSCMotherboard::encodePattern(), findQualityGEM(), GEMCoPadDigi::first(), CSCGEMMotherboardLUT::get_gem_pad_to_csc_hs(), CSCGEMMotherboardLUT::get_gem_roll_to_csc_wg(), CSCCLCTDigi::getBend(), CSCALCTDigi::getBX(), CSCMotherboard::getBXShiftedALCT(), CSCUpgradeMotherboard::getCSCPart(), CSCCLCTDigi::getKeyStrip(), CSCALCTDigi::getKeyWG(), getLUT(), CSCCLCTDigi::getPattern(), GEMPadDigi::isValid(), GEMCoPadDigi::isValid(), CSCALCTDigi::isValid(), CSCCLCTDigi::isValid(), CSCConstants::LCT_CENTRAL_BX, LogTrace, CSCConstants::MAX_HALF_STRIP_ME1B, ME11, ME1A, ME1B, AlCaHLTBitMon_ParallelJobs::p, GEMCoPadDigi::pad(), listBenchmarks::pattern, promoteALCTGEMpattern_, promoteALCTGEMquality_, promoteCLCTGEMquality_, jets_cff::quality, GEMCoPadDigi::roll(), GEMCoPadDigi::second(), CSCCorrelatedLCTDigi::setALCT(), CSCCorrelatedLCTDigi::setBend(), CSCCorrelatedLCTDigi::setBX(), CSCCorrelatedLCTDigi::setBX0(), CSCCorrelatedLCTDigi::setCLCT(), CSCCorrelatedLCTDigi::setCSCID(), CSCCorrelatedLCTDigi::setGEM1(), CSCCorrelatedLCTDigi::setGEM2(), CSCCorrelatedLCTDigi::setMPCLink(), CSCCorrelatedLCTDigi::setPattern(), CSCCorrelatedLCTDigi::setQuality(), CSCCorrelatedLCTDigi::setStrip(), CSCCorrelatedLCTDigi::setSyncErr(), CSCCorrelatedLCTDigi::setTrknmb(), CSCCorrelatedLCTDigi::setType(), CSCCorrelatedLCTDigi::setValid(), CSCCorrelatedLCTDigi::setWireGroup(), CSCUpgradeMotherboard::theParity, and CSCBaseboard::theTrigChamber.
|
protected |
Definition at line 469 of file CSCGEMMotherboard.h.
References CSCMotherboard::secondLCT.
Referenced by doesWiregroupCrossStrip(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
protected |
Definition at line 493 of file CSCGEMMotherboard.h.
References constructLCTsGEM(), CSCMotherboard::match_trig_enable, and or.
|
inlineprotectedvirtual |
Reimplemented in CSCGEMMotherboardME11, and CSCGEMMotherboardME21.
Definition at line 71 of file CSCGEMMotherboard.h.
References bestMatchingPad(), constructLCTsGEM(), correlateLCTsGEM(), findQualityGEM(), getBX(), getPad(), getRoll(), mps_fire::i, isGEMDetId(), isPadInOverlap(), matchingPads(), AlCaHLTBitMon_ParallelJobs::p, printGEMTriggerCoPads(), printGEMTriggerPads(), retrieveGEMCoPads(), retrieveGEMPads(), edm::second(), and setupGeometry().
Referenced by constructLCTsGEM().
|
protected |
Definition at line 353 of file CSCGEMMotherboard.cc.
References CSCALCTDigi::getAccelerator(), CSCCLCTDigi::getPattern(), CSCALCTDigi::getQuality(), CSCCLCTDigi::getQuality(), CSCBaseboard::infoV, cond::time::INVALID, CSCALCTDigi::isValid(), CSCCLCTDigi::isValid(), or, listBenchmarks::pattern, and CSCBaseboard::theStation.
Referenced by constructLCTsGEM(), and doesWiregroupCrossStrip().
|
protected |
Definition at line 258 of file CSCGEMMotherboard.cc.
References GEMPadDigi::bx().
Referenced by doesWiregroupCrossStrip(), and matchingPads().
|
protected |
Definition at line 263 of file CSCGEMMotherboard.cc.
References GEMCoPadDigi::bx().
|
private |
|
private |
|
private |
|
protectedpure virtual |
Implemented in CSCGEMMotherboardME11, and CSCGEMMotherboardME21.
Referenced by constructLCTsGEM(), getPad(), getRoll(), isPadInOverlap(), matchingPads(), and setGEMGeometry().
|
private |
|
private |
|
private |
|
protected |
Definition at line 283 of file CSCGEMMotherboard.cc.
References GEMPadDigi::pad().
Referenced by bestMatchingPad(), doesWiregroupCrossStrip(), and matchingPads().
|
protected |
|
protected |
Definition at line 294 of file CSCGEMMotherboard.cc.
References CSCGEMMotherboardLUT::get_csc_hs_to_gem_pad(), CSCCLCTDigi::getKeyStrip(), getLUT(), CSCConstants::MAX_HALF_STRIP_ME1B, ME1A, and CSCUpgradeMotherboard::theParity.
|
private |
|
private |
|
private |
|
protected |
Definition at line 268 of file CSCGEMMotherboard.cc.
References GEMDetId::roll().
Referenced by bestMatchingPad(), doesWiregroupCrossStrip(), and matchingPads().
|
protected |
Definition at line 273 of file CSCGEMMotherboard.cc.
|
protected |
Definition at line 278 of file CSCGEMMotherboard.cc.
References CSCALCTDigi::getKeyWG(), getLUT(), and CSCUpgradeMotherboard::theParity.
|
protected |
Definition at line 252 of file CSCGEMMotherboard.cc.
References MuonSubdetId::GEM, and DetId::Muon.
Referenced by bestMatchingPad(), and doesWiregroupCrossStrip().
|
protected |
Definition at line 240 of file CSCGEMMotherboard.cc.
References plotBeamSpotDB::first, CSCGEMMotherboardLUT::get_csc_wg_to_gem_roll(), getLUT(), mps_fire::i, or, edm::second(), and CSCUpgradeMotherboard::theParity.
Referenced by doesWiregroupCrossStrip(), printGEMTriggerCoPads(), and printGEMTriggerPads().
|
protected |
Definition at line 250 of file CSCGEMMotherboard.h.
References funct::abs(), DEFAULT_MATCHING_VALUE, CSCGEMMotherboardLUT::get_csc_wg_to_gem_roll(), CSCALCTDigi::getBX(), getBX(), CSCALCTDigi::getKeyWG(), getLUT(), getRoll(), CSCALCTDigi::isValid(), CSCConstants::LCT_CENTRAL_BX, lumiPlot::lut, or, AlCaHLTBitMon_ParallelJobs::p, and CSCUpgradeMotherboard::theParity.
Referenced by doesWiregroupCrossStrip().
|
protected |
Definition at line 292 of file CSCGEMMotherboard.h.
References funct::abs(), plotBeamSpotDB::first, CSCGEMMotherboardLUT::get_csc_hs_to_gem_pad(), CSCCLCTDigi::getBX(), getBX(), CSCUpgradeMotherboard::getCSCPart(), CSCCLCTDigi::getKeyStrip(), getLUT(), getPad(), CSCCLCTDigi::isValid(), CSCConstants::LCT_CENTRAL_BX, lumiPlot::lut, CSCConstants::MAX_HALF_STRIP_ME1B, maxDeltaPadL1_, ME1A, or, AlCaHLTBitMon_ParallelJobs::p, edm::second(), and CSCUpgradeMotherboard::theParity.
|
protected |
|
protected |
Definition at line 350 of file CSCGEMMotherboard.h.
References CSCUpgradeMotherboard::intersection().
|
protected |
Definition at line 367 of file CSCGEMMotherboard.h.
|
protected |
Definition at line 333 of file CSCGEMMotherboard.cc.
References coPads_, isPadInOverlap(), LogTrace, and ME11.
Referenced by doesWiregroupCrossStrip(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
protected |
Definition at line 311 of file CSCGEMMotherboard.cc.
References isPadInOverlap(), LogTrace, ME11, and pads_.
Referenced by doesWiregroupCrossStrip(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
protected |
Definition at line 75 of file CSCGEMMotherboard.cc.
References coPads_, gemCoPadV, CSCConstants::LCT_CENTRAL_BX, DetId::rawId(), CSCBaseboard::theChamber, CSCBaseboard::theRegion, and CSCBaseboard::theStation.
Referenced by doesWiregroupCrossStrip(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
protected |
Definition at line 56 of file CSCGEMMotherboard.cc.
References gem_g, CSCConstants::LCT_CENTRAL_BX, maxDeltaBXPad_, pads_, and GEMGeometry::superChamber().
Referenced by doesWiregroupCrossStrip(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
pure virtual |
Implemented in CSCGEMMotherboardME11, and CSCGEMMotherboardME21.
Referenced by run().
void CSCGEMMotherboard::run | ( | const CSCWireDigiCollection * | wiredc, |
const CSCComparatorDigiCollection * | compdc, | ||
const GEMPadDigiClusterCollection * | gemPads | ||
) |
Definition at line 46 of file CSCGEMMotherboard.cc.
References coPadProcessor, and run().
|
inline |
set CSC and GEM geometries for the matching needs
Definition at line 65 of file CSCGEMMotherboard.h.
References g, gem_g, and getLUT().
Referenced by CSCTriggerPrimitivesBuilder::build().
|
protected |
Definition at line 305 of file CSCGEMMotherboard.cc.
References gem_g, CSCUpgradeMotherboard::generator_, and CSCUpgradeMotherboard::setupGeometry().
Referenced by doesWiregroupCrossStrip(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
std::unique_ptr<GEMCoPadProcessor> CSCGEMMotherboard::coPadProcessor |
additional processor for GEMs
Definition at line 62 of file CSCGEMMotherboard.h.
Referenced by CSCTriggerPrimitivesBuilder::build(), CSCGEMMotherboard(), CSCGEMMotherboardME21::run(), CSCGEMMotherboardME11::run(), and run().
|
protected |
Definition at line 216 of file CSCGEMMotherboard.h.
Referenced by clear(), getPads(), printGEMTriggerCoPads(), retrieveGEMCoPads(), CSCGEMMotherboardME11::run(), and CSCGEMMotherboardME21::run().
|
protected |
Definition at line 234 of file CSCGEMMotherboard.h.
|
protected |
Definition at line 209 of file CSCGEMMotherboard.h.
Referenced by retrieveGEMPads(), CSCGEMMotherboardME21::run(), CSCGEMMotherboardME11::run(), setGEMGeometry(), and setupGeometry().
|
protected |
Definition at line 212 of file CSCGEMMotherboard.h.
Referenced by retrieveGEMCoPads(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
protected |
Definition at line 210 of file CSCGEMMotherboard.h.
Referenced by CSCGEMMotherboardME11::run(), and CSCGEMMotherboardME21::run().
|
protected |
Chamber id (trigger-type labels).
Definition at line 207 of file CSCGEMMotherboard.h.
Referenced by CSCGEMMotherboard(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
protected |
Definition at line 220 of file CSCGEMMotherboard.h.
Referenced by getMaxDeltaBX(), CSCGEMMotherboardME21::run(), and CSCGEMMotherboardME11::run().
|
protected |
Definition at line 219 of file CSCGEMMotherboard.h.
Referenced by getMaxDeltaBX(), and retrieveGEMPads().
|
protected |
Definition at line 221 of file CSCGEMMotherboard.h.
Referenced by CSCGEMMotherboard(), and matchingPads().
|
protected |
Definition at line 222 of file CSCGEMMotherboard.h.
Referenced by CSCGEMMotherboard().
|
protected |
Definition at line 215 of file CSCGEMMotherboard.h.
Referenced by clear(), getPads(), printGEMTriggerPads(), retrieveGEMPads(), CSCGEMMotherboardME11::run(), and CSCGEMMotherboardME21::run().
|
protected |
Definition at line 228 of file CSCGEMMotherboard.h.
Referenced by constructLCTsGEM().
|
protected |
Definition at line 230 of file CSCGEMMotherboard.h.
Referenced by constructLCTsGEM().
|
protected |
Definition at line 231 of file CSCGEMMotherboard.h.
Referenced by constructLCTsGEM().
|
protected |
Definition at line 225 of file CSCGEMMotherboard.h.