#include <CSCMotherboardME3141RPC.h>
Public Types | |
enum | MEX1Station { ME31 = 1, ME41 } |
Private Types | |
typedef std::pair< unsigned int, const RPCDigi * > | RPCDigiBX |
typedef std::map< int, RPCDigisBX > | RPCDigis |
typedef std::vector< RPCDigiBX > | RPCDigisBX |
Static Private Attributes | |
static const double | lut_pt_vs_dphi_rpccsc_me31 [8][3] |
static const double | lut_pt_vs_dphi_rpccsc_me41 [8][3] |
static const double | lut_wg_me31_eta_even [96][2] |
static const double | lut_wg_me31_eta_odd [96][2] |
static const double | lut_wg_me41_eta_even [96][2] |
static const double | lut_wg_me41_eta_odd [96][2] |
Additional Inherited Members | |
Public Attributes inherited from CSCMotherboard | |
std::unique_ptr < CSCAnodeLCTProcessor > | alct |
std::unique_ptr < CSCCathodeLCTProcessor > | clct |
Protected Types inherited from CSCMotherboard | |
enum | { MAX_LCT_BINS = 16 } |
Protected Member Functions inherited from CSCMotherboard | |
void | checkConfigParameters () |
CSCCorrelatedLCTDigi | constructLCTs (const CSCALCTDigi &aLCT, const CSCCLCTDigi &cLCT) |
void | correlateLCTs (CSCALCTDigi bestALCT, CSCALCTDigi secondALCT, CSCCLCTDigi bestCLCT, CSCCLCTDigi secondCLCT) |
void | dumpConfigParams () const |
unsigned int | encodePattern (const int ptn, const int highPt) |
unsigned int | findQuality (const CSCALCTDigi &aLCT, const CSCCLCTDigi &cLCT) |
void | testLCT () |
Static Protected Member Functions inherited from CSCMotherboard | |
static bool | sortByGEMDphi (const CSCCorrelatedLCTDigi &, const CSCCorrelatedLCTDigi &) |
static bool | sortByQuality (const CSCCorrelatedLCTDigi &, const CSCCorrelatedLCTDigi &) |
Protected Attributes inherited from CSCMotherboard | |
unsigned int | alct_trig_enable |
unsigned int | clct_trig_enable |
bool | drop_used_alcts |
int | early_tbins |
CSCCorrelatedLCTDigi | firstLCT [MAX_LCT_BINS] |
int | infoV |
bool | isMTCC |
bool | isSLHC |
bool | isTMB07 |
int | lct_central_bx |
unsigned int | match_trig_enable |
unsigned int | match_trig_window_size |
unsigned int | mpc_block_me1a |
bool | readout_earliest_2 |
CSCCorrelatedLCTDigi | secondLCT [MAX_LCT_BINS] |
const unsigned | theEndcap |
unsigned | theRing |
const unsigned | theSector |
const unsigned | theStation |
const unsigned | theSubsector |
const unsigned | theTrigChamber |
unsigned int | tmb_l1a_window_size |
Static Protected Attributes inherited from CSCMotherboard | |
static const unsigned int | def_alct_trig_enable = 0 |
static const unsigned int | def_clct_trig_enable = 0 |
static const unsigned int | def_match_trig_enable = 1 |
static const unsigned int | def_match_trig_window_size = 7 |
static const unsigned int | def_mpc_block_me1a = 1 |
static const unsigned int | def_tmb_l1a_window_size = 7 |
Definition at line 21 of file CSCMotherboardME3141RPC.h.
|
private |
Definition at line 23 of file CSCMotherboardME3141RPC.h.
|
private |
Definition at line 25 of file CSCMotherboardME3141RPC.h.
|
private |
Definition at line 24 of file CSCMotherboardME3141RPC.h.
labels for ME1a and ME1B
Enumerator | |
---|---|
ME31 | |
ME41 |
Definition at line 43 of file CSCMotherboardME3141RPC.h.
CSCMotherboardME3141RPC::CSCMotherboardME3141RPC | ( | unsigned | endcap, |
unsigned | station, | ||
unsigned | sector, | ||
unsigned | subsector, | ||
unsigned | chamber, | ||
const edm::ParameterSet & | conf | ||
) |
Normal constructor.
Do RPC matching?
RPC matching dphi and deta
delta BX for RPC pads matching
min eta of LCT for which we require RPC match (we don't throw out LCTs below this min eta)
whether to throw out RPC-fiducial LCTs that have no rpc match
Definition at line 94 of file CSCMotherboardME3141RPC.cc.
References buildLCTfromALCTandRPC_, buildLCTfromCLCTandRPC_, buildLCTfromLowQstubandRPC_, debug_luts_, debug_rpc_matching_, do_rpc_matching, drop_used_clcts, dropLowQualityCLCTsNoRPCs_, edm::ParameterSet::getParameter(), CSCMotherboard::isSLHC, visualization-live-secondInstance_cfg::m, match_earliest_clct_me3141_only, CSCMotherboard::match_trig_window_size, max_me3141_lcts, maxDeltaBXRPC_, maxDeltaStripRPCEven_, maxDeltaStripRPCOdd_, maxDeltaWg_, pref, promoteALCTRPCpattern_, promoteALCTRPCquality_, promoteCLCTRPCquality_, rpc_clear_nomatch_lcts, rpc_match_delta_bx, rpc_match_delta_eta, rpc_match_delta_phi_even, rpc_match_delta_phi_odd, rpc_match_min_eta, runME3141ILT_, tmb_cross_bx_algo, and useOldLCTDataFormat_.
CSCMotherboardME3141RPC::~CSCMotherboardME3141RPC | ( | ) |
int CSCMotherboardME3141RPC::assignRPCRoll | ( | double | eta | ) |
Definition at line 587 of file CSCMotherboardME3141RPC.cc.
References maxEta, benchmark_cfg::minEta, AlCaHLTBitMon_ParallelJobs::p, query::result, and rpcRollToEtaLimits_.
Referenced by run().
void CSCMotherboardME3141RPC::clear | ( | void | ) |
Clears correlated LCT and passes clear signal on to cathode and anode LCT processors.
Definition at line 182 of file CSCMotherboardME3141RPC.cc.
References allLCTs, CSCMotherboard::clear(), cscHsToRpcStrip_, cscWgToRpcRoll_, i, CSCMotherboard::match_trig_window_size, CSCMotherboard::MAX_LCT_BINS, rpcDigis_, rpcRollToEtaLimits_, and rpcStripToCscHs_.
Referenced by run().
CSCCorrelatedLCTDigi CSCMotherboardME3141RPC::constructLCTsRPC | ( | const CSCALCTDigi & | alct, |
const CSCCLCTDigi & | clct, | ||
const RPCDigisBX & | digis = RPCDigisBX() |
||
) |
Definition at line 937 of file CSCMotherboardME3141RPC.cc.
References CSCMotherboard::encodePattern(), findQualityRPC(), CSCCLCTDigi::getBend(), CSCALCTDigi::getBX(), CSCCLCTDigi::getBX(), CSCCLCTDigi::getKeyStrip(), CSCALCTDigi::getKeyWG(), CSCCLCTDigi::getPattern(), CSCCLCTDigi::getStripType(), CSCALCTDigi::isValid(), CSCMotherboard::lct_central_bx, listBenchmarks::pattern, HLT_25ns14e33_v1_cff::quality, edm::second(), and CSCMotherboard::theTrigChamber.
Referenced by correlateLCTsRPC().
CSCCorrelatedLCTDigi CSCMotherboardME3141RPC::constructLCTsRPC | ( | const CSCCLCTDigi & | clct, |
const RPCDigi & | rpc, | ||
int | roll, | ||
bool | oldDataFormat | ||
) |
Definition at line 958 of file CSCMotherboardME3141RPC.cc.
References RPCDigi::bx(), CSCMotherboard::encodePattern(), CSCCLCTDigi::getBend(), CSCCLCTDigi::getKeyStrip(), CSCCLCTDigi::getPattern(), CSCCLCTDigi::getStripType(), CSCMotherboard::lct_central_bx, listBenchmarks::pattern, promoteCLCTRPCquality_, HLT_25ns14e33_v1_cff::quality, and CSCMotherboard::theTrigChamber.
CSCCorrelatedLCTDigi CSCMotherboardME3141RPC::constructLCTsRPC | ( | const CSCALCTDigi & | alct, |
const RPCDigi & | rpc, | ||
bool | oldDataFormat | ||
) |
Definition at line 997 of file CSCMotherboardME3141RPC.cc.
References RPCDigi::bx(), CSCALCTDigi::getKeyWG(), CSCMotherboard::lct_central_bx, listBenchmarks::pattern, promoteALCTRPCpattern_, promoteALCTRPCquality_, HLT_25ns14e33_v1_cff::quality, rpcStripToCscHs_, RPCDigi::strip(), and CSCMotherboard::theTrigChamber.
void CSCMotherboardME3141RPC::correlateLCTsRPC | ( | CSCALCTDigi | bestALCT, |
CSCALCTDigi | secondALCT, | ||
CSCCLCTDigi | bestCLCT, | ||
CSCCLCTDigi | secondCLCT, | ||
CSCCorrelatedLCTDigi & | lct1, | ||
CSCCorrelatedLCTDigi & | lct2, | ||
const RPCDigisBX & | digis = RPCDigisBX() |
||
) |
Definition at line 904 of file CSCMotherboardME3141RPC.cc.
References CSCMotherboard::alct_trig_enable, CSCMotherboard::clct_trig_enable, constructLCTsRPC(), CSCCLCTDigi::isValid(), CSCALCTDigi::isValid(), CSCMotherboard::match_trig_enable, or, and CSCCorrelatedLCTDigi::setTrknmb().
Referenced by run().
void CSCMotherboardME3141RPC::correlateLCTsRPC | ( | CSCCLCTDigi | bestCLCT, |
CSCCLCTDigi | secondCLCT, | ||
RPCDigi | rpcDigi, | ||
int | roll, | ||
CSCCorrelatedLCTDigi & | lct1, | ||
CSCCorrelatedLCTDigi & | lct2 | ||
) |
Definition at line 848 of file CSCMotherboardME3141RPC.cc.
References CSCMotherboard::clct_trig_enable, constructLCTsRPC(), CSCCLCTDigi::isValid(), CSCMotherboard::match_trig_enable, or, CSCCorrelatedLCTDigi::setTrknmb(), and useOldLCTDataFormat_.
void CSCMotherboardME3141RPC::correlateLCTsRPC | ( | CSCALCTDigi | bestALCT, |
CSCALCTDigi | secondALCT, | ||
RPCDigi | gemPad, | ||
CSCCorrelatedLCTDigi & | lct1, | ||
CSCCorrelatedLCTDigi & | lct2 | ||
) |
Definition at line 876 of file CSCMotherboardME3141RPC.cc.
References CSCMotherboard::alct_trig_enable, constructLCTsRPC(), CSCALCTDigi::isValid(), CSCMotherboard::match_trig_enable, or, CSCCorrelatedLCTDigi::setTrknmb(), and useOldLCTDataFormat_.
std::map< int, std::pair< double, double > > CSCMotherboardME3141RPC::createRPCRollLUT | ( | RPCDetId | id | ) |
Definition at line 564 of file CSCMotherboardME3141RPC.cc.
References funct::abs(), RPCGeometry::chamber(), i, query::result, and rpc_g.
Referenced by run().
unsigned int CSCMotherboardME3141RPC::findQualityRPC | ( | const CSCALCTDigi & | aLCT, |
const CSCCLCTDigi & | cLCT, | ||
bool | hasRPC | ||
) |
Definition at line 723 of file CSCMotherboardME3141RPC.cc.
References CSCALCTDigi::getAccelerator(), CSCCLCTDigi::getPattern(), CSCCLCTDigi::getQuality(), CSCALCTDigi::getQuality(), CSCCLCTDigi::getStripType(), CSCMotherboard::infoV, CSCMotherboard::isTMB07, CSCALCTDigi::isValid(), CSCCLCTDigi::isValid(), hltrates_dqm_sourceclient-live_cfg::offset, or, listBenchmarks::pattern, and HLT_25ns14e33_v1_cff::quality.
Referenced by constructLCTsRPC().
std::vector< CSCCorrelatedLCTDigi > CSCMotherboardME3141RPC::getLCTs | ( | ) |
Definition at line 1050 of file CSCMotherboardME3141RPC.cc.
References allLCTs, i, CSCMotherboard::match_trig_window_size, CSCMotherboard::MAX_LCT_BINS, query::result, sortLCTsByQuality(), and tmb_cross_bx_algo.
Referenced by readoutLCTs().
bool CSCMotherboardME3141RPC::hasRE31andRE41 | ( | ) |
Definition at line 555 of file CSCMotherboardME3141RPC.cc.
References RPCGeometry::chamber(), and rpc_g.
Referenced by run().
CSCMotherboardME3141RPC::RPCDigisBX CSCMotherboardME3141RPC::matchingRPCDigis | ( | const CSCCLCTDigi & | cLCT, |
const RPCDigisBX & | digis = RPCDigisBX() , |
||
bool | first = true |
||
) |
Definition at line 643 of file CSCMotherboardME3141RPC.cc.
References funct::abs(), gather_cfg::cout, cscHsToRpcStrip_, debug, CSCCLCTDigi::getKeyStrip(), maxDeltaStripRPC_, or, AlCaHLTBitMon_ParallelJobs::p, and query::result.
Referenced by matchingRPCDigis(), and run().
CSCMotherboardME3141RPC::RPCDigisBX CSCMotherboardME3141RPC::matchingRPCDigis | ( | const CSCALCTDigi & | aLCT, |
const RPCDigisBX & | digis = RPCDigisBX() , |
||
bool | first = true |
||
) |
Definition at line 665 of file CSCMotherboardME3141RPC.cc.
References gather_cfg::cout, cscWgToRpcRoll_, debug, CSCALCTDigi::getKeyWG(), maxDeltaWg_, AlCaHLTBitMon_ParallelJobs::p, query::result, and RPCDetId.
CSCMotherboardME3141RPC::RPCDigisBX CSCMotherboardME3141RPC::matchingRPCDigis | ( | const CSCCLCTDigi & | cLCT, |
const CSCALCTDigi & | aLCT, | ||
const RPCDigisBX & | digis = RPCDigisBX() , |
||
bool | first = true |
||
) |
Definition at line 696 of file CSCMotherboardME3141RPC.cc.
References gather_cfg::cout, debug, matchingRPCDigis(), AlCaHLTBitMon_ParallelJobs::p, lumiQueryAPI::q, and query::result.
void CSCMotherboardME3141RPC::matchRPCDigis | ( | enum MEX1Station | st | ) |
Definition at line 1089 of file CSCMotherboardME3141RPC.cc.
Referenced by run().
void CSCMotherboardME3141RPC::printRPCTriggerDigis | ( | int | minBX, |
int | maxBx | ||
) |
Definition at line 619 of file CSCMotherboardME3141RPC.cc.
References gather_cfg::cout, plotBeamSpotDB::first, RPCDetId, and rpcDigis_.
Referenced by run().
std::vector< CSCCorrelatedLCTDigi > CSCMotherboardME3141RPC::readoutLCTs | ( | ) |
Definition at line 1044 of file CSCMotherboardME3141RPC.cc.
References getLCTs().
Referenced by CSCTriggerPrimitivesBuilder::build(), and run().
void CSCMotherboardME3141RPC::retrieveRPCDigis | ( | const RPCDigiCollection * | digis, |
unsigned | id | ||
) |
Definition at line 602 of file CSCMotherboardME3141RPC.cc.
References RPCGeometry::chamber(), CSCMotherboard::lct_central_bx, maxDeltaBXRPC_, rpc_g, and rpcDigis_.
Referenced by run().
void CSCMotherboardME3141RPC::run | ( | const CSCWireDigiCollection * | wiredc, |
const CSCComparatorDigiCollection * | compdc, | ||
const RPCDigiCollection * | rpcDigis | ||
) |
Run function for normal usage. Runs cathode and anode LCT processors, takes results and correlates into CorrelatedLCT.
Definition at line 199 of file CSCMotherboardME3141RPC.cc.
References funct::abs(), CSCMotherboard::alct, alctV, allLCTs, assignRPCRoll(), buildLCTfromALCTandRPC_, buildLCTfromCLCTandRPC_, buildLCTfromLowQstubandRPC_, EnergyCorrector::c, CSCTriggerGeomManager::chamber(), RPCGeometry::chamber(), CSCMotherboard::clct, clctV, CSCCorrelatedLCTDigi::clear(), clear(), correlateLCTsRPC(), gather_cfg::cout, createRPCRollLUT(), cscHsToRpcStrip_, cscWgToRpcRoll_, debug_luts_, debug_rpc_matching_, do_rpc_matching, drop_used_clcts, dropLowQualityCLCTsNoRPCs_, prof2calltree::edge, eta, plotBeamSpotDB::first, CSCTriggerGeometry::get(), hasRE31andRE41(), i, CSCMotherboard::infoV, CSCMotherboard::lct_central_bx, LogDebug, lut_wg_me31_eta_even, lut_wg_me31_eta_odd, lut_wg_me41_eta_even, lut_wg_me41_eta_odd, match_earliest_clct_me3141_only, CSCMotherboard::match_trig_window_size, matchingRPCDigis(), matchRPCDigis(), CSCAnodeLCTProcessor::MAX_ALCT_BINS, CSCCathodeLCTProcessor::MAX_CLCT_BINS, CSCMotherboard::MAX_LCT_BINS, maxDeltaStripRPC_, maxDeltaStripRPCEven_, maxDeltaStripRPCOdd_, ME31, ME41, gen::n, or, AlCaHLTBitMon_ParallelJobs::p, pref, printRPCTriggerDigis(), HLT_25ns14e33_v1_cff::quality, DetId::rawId(), readoutLCTs(), HLT_25ns14e33_v3_cff::region, retrieveRPCDigis(), rpc_g, rpcDigis_, rpcRollToEtaLimits_, rpcStripToCscHs_, runME3141ILT_, edm::second(), CSCMotherboard::theEndcap, CSCMotherboard::theSector, CSCMotherboard::theStation, CSCMotherboard::theSubsector, CSCMotherboard::theTrigChamber, tmb_cross_bx_algo, CSCTriggerNumbering::triggerCscIdFromLabels(), and CSCTriggerNumbering::triggerSectorFromLabels().
Referenced by CSCTriggerPrimitivesBuilder::build().
|
inline |
set CSC and RPC geometries for the matching needs
Definition at line 50 of file CSCMotherboardME3141RPC.h.
Referenced by CSCTriggerPrimitivesBuilder::build().
|
inline |
Definition at line 51 of file CSCMotherboardME3141RPC.h.
Referenced by CSCTriggerPrimitivesBuilder::build().
std::vector<CSCCorrelatedLCTDigi> CSCMotherboardME3141RPC::sortLCTsByGEMDPhi | ( | int | bx | ) |
std::vector<CSCCorrelatedLCTDigi> CSCMotherboardME3141RPC::sortLCTsByGEMDPhi | ( | std::vector< CSCCorrelatedLCTDigi > | ) |
std::vector< CSCCorrelatedLCTDigi > CSCMotherboardME3141RPC::sortLCTsByQuality | ( | int | bx | ) |
Methods to sort the LCTs
Definition at line 1073 of file CSCMotherboardME3141RPC.cc.
References allLCTs, i, CSCMotherboard::match_trig_window_size, max_me3141_lcts, python.multivaluedict::sort(), and CSCMotherboard::sortByQuality().
Referenced by getLCTs().
std::vector<CSCCorrelatedLCTDigi> CSCMotherboardME3141RPC::sortLCTsByQuality | ( | std::vector< CSCCorrelatedLCTDigi > | ) |
|
private |
Definition at line 113 of file CSCMotherboardME3141RPC.h.
Referenced by run().
|
private |
for the case when more than 2 LCTs/BX are allowed; maximum match window = 15
Definition at line 101 of file CSCMotherboardME3141RPC.h.
Referenced by clear(), getLCTs(), run(), and sortLCTsByQuality().
|
private |
Definition at line 165 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 166 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 167 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 114 of file CSCMotherboardME3141RPC.h.
Referenced by run().
|
private |
Definition at line 110 of file CSCMotherboardME3141RPC.h.
Referenced by setCSCGeometry().
|
private |
Definition at line 178 of file CSCMotherboardME3141RPC.h.
Referenced by clear(), matchingRPCDigis(), and run().
|
private |
Definition at line 174 of file CSCMotherboardME3141RPC.h.
Referenced by clear(), matchingRPCDigis(), and run().
|
private |
Definition at line 150 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 151 of file CSCMotherboardME3141RPC.h.
|
private |
Definition at line 149 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Do RPC matching?
Definition at line 132 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 121 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 163 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
staticprivate |
Definition at line 103 of file CSCMotherboardME3141RPC.h.
|
staticprivate |
Definition at line 104 of file CSCMotherboardME3141RPC.h.
|
staticprivate |
Definition at line 106 of file CSCMotherboardME3141RPC.h.
Referenced by run().
|
staticprivate |
Definition at line 105 of file CSCMotherboardME3141RPC.h.
Referenced by run().
|
staticprivate |
Definition at line 108 of file CSCMotherboardME3141RPC.h.
Referenced by run().
|
staticprivate |
Definition at line 107 of file CSCMotherboardME3141RPC.h.
Referenced by run().
|
private |
Definition at line 119 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
maximum lcts per BX in ME2
Definition at line 126 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and sortLCTsByQuality().
|
private |
Definition at line 154 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and retrieveRPCDigis().
|
private |
Definition at line 155 of file CSCMotherboardME3141RPC.h.
Referenced by matchingRPCDigis(), and run().
|
private |
Definition at line 157 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 156 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 158 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and matchingRPCDigis().
|
private |
"preferential" index array in matching window for cross-BX sorting
Definition at line 117 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 171 of file CSCMotherboardME3141RPC.h.
Referenced by constructLCTsRPC(), and CSCMotherboardME3141RPC().
|
private |
Definition at line 170 of file CSCMotherboardME3141RPC.h.
Referenced by constructLCTsRPC(), and CSCMotherboardME3141RPC().
|
private |
Definition at line 169 of file CSCMotherboardME3141RPC.h.
Referenced by constructLCTsRPC(), and CSCMotherboardME3141RPC().
|
private |
whether to throw out RPC-fiducial LCTs that have no rpc match
Definition at line 146 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC().
|
private |
Definition at line 111 of file CSCMotherboardME3141RPC.h.
Referenced by createRPCRollLUT(), hasRE31andRE41(), retrieveRPCDigis(), run(), and setRPCGeometry().
|
private |
delta BX for RPC pads matching
Definition at line 140 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC().
|
private |
Definition at line 137 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC().
|
private |
Definition at line 136 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC().
|
private |
RPC matching dphi and deta.
Definition at line 135 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC().
|
private |
min eta of LCT for which we require RPC match (we don't throw out LCTs below this min eta)
Definition at line 143 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC().
|
private |
Definition at line 181 of file CSCMotherboardME3141RPC.h.
Referenced by clear(), printRPCTriggerDigis(), retrieveRPCDigis(), and run().
|
private |
Definition at line 173 of file CSCMotherboardME3141RPC.h.
Referenced by assignRPCRoll(), clear(), and run().
|
private |
Definition at line 177 of file CSCMotherboardME3141RPC.h.
Referenced by clear(), constructLCTsRPC(), and run().
|
private |
Definition at line 129 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), and run().
|
private |
Definition at line 123 of file CSCMotherboardME3141RPC.h.
Referenced by CSCMotherboardME3141RPC(), getLCTs(), and run().
|
private |
Definition at line 160 of file CSCMotherboardME3141RPC.h.
Referenced by correlateLCTsRPC(), and CSCMotherboardME3141RPC().