#include <L1Trigger/RPCTechnicalTrigger/interface/RPCTechnicalTrigger.cc>
Classes | |
class | TTUResults |
Public Member Functions | |
RPCTechnicalTrigger (const edm::ParameterSet &) | |
~RPCTechnicalTrigger () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
void | beginRun (edm::Run const &, const edm::EventSetup &) final |
std::map< int, TTUResults * > | convertToMap (const std::vector< std::unique_ptr< TTUResults >> &) const |
void | printinfo () const |
void | produce (edm::Event &, const edm::EventSetup &) override |
bool | searchCoincidence (int, int, std::map< int, TTUResults * > const &ttuResultsByQuandrant) const |
Private Attributes | |
std::string | m_configFile |
bool | m_hasConfig |
edm::ESGetToken< RBCBoardSpecs, RBCBoardSpecsRcd > | m_pRBCSpecsToken |
edm::ESGetToken< TTUBoardSpecs, TTUBoardSpecsRcd > | m_pTTUSpecsToken |
const RBCBoardSpecs * | m_rbcspecs |
std::unique_ptr< TTUConfigurator > | m_readConfig |
const edm::InputTag | m_rpcDigiLabel |
const edm::EDGetTokenT < RPCDigiCollection > | m_rpcDigiToken |
edm::ESGetToken< RPCGeometry, MuonGeometryRecord > | m_rpcGeometryToken |
const std::vector< unsigned > | m_ttBits |
const std::vector< std::string > | m_ttNames |
std::array< TTUEmulator, kMaxTtuBoards > | m_ttu |
std::array< TTUEmulator, kMaxTtuBoards > | m_ttuRbcLine |
const TTUBoardSpecs * | m_ttuspecs |
const int | m_useEventSetup |
const int | m_useRPCSimLink |
const int | m_verbosity |
Static Private Attributes | |
static constexpr int | kMaxTtuBoards = 3 |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Description: Implementation of the RPC Technical Trigger Emulator
Implementation:
Definition at line 69 of file RPCTechnicalTrigger.h.
|
explicit |
Definition at line 39 of file RPCTechnicalTrigger.cc.
References beamspotdip_dqm_sourceclient-live_cfg::configFile, validate-o2o-wbm::f1, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_FULL_cff::InputTag, LogTrace, m_configFile, m_hasConfig, m_pRBCSpecsToken, m_pTTUSpecsToken, m_rpcDigiLabel, m_rpcDigiToken, m_rpcGeometryToken, m_ttBits, m_ttNames, m_ttu, m_ttuRbcLine, m_useEventSetup, m_useRPCSimLink, m_verbosity, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 88 of file RPCTechnicalTrigger.cc.
|
finalprivate |
Definition at line 294 of file RPCTechnicalTrigger.cc.
References edm::EventSetup::getHandle(), edm::ESHandleBase::isValid(), isotrackApplyRegressor::k, kMaxTtuBoards, LogDebug, m_configFile, m_hasConfig, m_pRBCSpecsToken, m_pTTUSpecsToken, m_rbcspecs, m_readConfig, m_ttu, m_ttuRbcLine, m_ttuspecs, m_useEventSetup, and edm::ESHandle< class >::product().
|
private |
Definition at line 345 of file RPCTechnicalTrigger.cc.
References submitPVResolutionJobs::key.
Referenced by produce().
|
private |
Definition at line 444 of file RPCTechnicalTrigger.cc.
References isotrackApplyRegressor::k, kMaxTtuBoards, LogDebug, m_ttu, and m_ttuRbcLine.
|
overrideprivate |
Definition at line 91 of file RPCTechnicalTrigger.cc.
References funct::abs(), makePileupJSON::bx, convertToMap(), gather_cfg::cout, edm::Event::getByLabel(), edm::Event::getByToken(), edm::EventSetup::getHandle(), input, edm::HandleBase::isValid(), isotrackApplyRegressor::k, kMaxTtuBoards, LogDebug, m_hasConfig, m_rpcDigiLabel, m_rpcDigiToken, m_rpcGeometryToken, m_ttBits, m_ttNames, m_ttu, m_ttuRbcLine, m_useRPCSimLink, m_verbosity, eostools::move(), submitPVResolutionJobs::out, convertSQLitetoXML_cfg::output, edm::Event::put(), mps_fire::result, searchCoincidence(), and mps_update::status.
|
private |
Definition at line 366 of file RPCTechnicalTrigger.cc.
References isotrackApplyRegressor::k, and submitPVResolutionJobs::key.
Referenced by produce().
|
staticprivate |
Definition at line 83 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), printinfo(), and produce().
|
private |
Definition at line 90 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), and RPCTechnicalTrigger().
|
private |
Definition at line 102 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 138 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), and RPCTechnicalTrigger().
|
private |
Definition at line 139 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), and RPCTechnicalTrigger().
|
private |
Definition at line 100 of file RPCTechnicalTrigger.h.
Referenced by beginRun().
|
private |
Definition at line 98 of file RPCTechnicalTrigger.h.
Referenced by beginRun().
|
private |
Definition at line 93 of file RPCTechnicalTrigger.h.
Referenced by produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 94 of file RPCTechnicalTrigger.h.
Referenced by produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 137 of file RPCTechnicalTrigger.h.
Referenced by produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 91 of file RPCTechnicalTrigger.h.
Referenced by produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 92 of file RPCTechnicalTrigger.h.
Referenced by produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 84 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), printinfo(), produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 86 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), printinfo(), produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 99 of file RPCTechnicalTrigger.h.
Referenced by beginRun().
|
private |
Definition at line 89 of file RPCTechnicalTrigger.h.
Referenced by beginRun(), and RPCTechnicalTrigger().
|
private |
Definition at line 96 of file RPCTechnicalTrigger.h.
Referenced by produce(), and RPCTechnicalTrigger().
|
private |
Definition at line 88 of file RPCTechnicalTrigger.h.
Referenced by produce(), and RPCTechnicalTrigger().