Public Types | |
using | ReturnType = std::unique_ptr< L1RPCConeBuilder > |
Private Member Functions | |
std::pair< int, int > | areConnected (RPCStripsRing::TIdToRindMap::iterator ref, RPCStripsRing::TIdToRindMap::iterator other, L1RPCConeDefinition const *) |
void | buildCones (RPCGeometry const *, L1RPCConeDefinition const *, RPCStripsRing::TIdToRindMap &) |
void | buildConnections (L1RPCConeDefinition const *, RPCStripsRing::TIdToRindMap &) |
Private Attributes | |
edm::ESGetToken< L1RPCConeDefinition, L1RPCConeDefinitionRcd > | m_l1RPCConeDefinitionToken |
edm::ESGetToken< RPCGeometry, MuonGeometryRecord > | m_rpcGeometryToken |
int | m_towerBeg |
int | m_towerEnd |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::eventsetup::ESProductResolverProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Types inherited from edm::ESProductResolverFactoryProducer | |
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
Protected Types inherited from edm::eventsetup::ESProductResolverProvider | |
using | KeyedResolversVector = std::vector< std::pair< DataKey, std::shared_ptr< ESProductResolver > >> |
Protected Member Functions inherited from edm::ESProducer | |
ESConsumesInfo * | consumesInfoPushBackNew () |
unsigned int | consumesInfoSize () const |
template<typename CallbackT , typename TList , typename TRecord > | |
void | registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>> iCallback, const TList *, const TRecord *iRecord, const es::Label &iLabel) |
template<typename CallbackT , typename TRecord > | |
void | registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>>, const eventsetup::produce::Null *, const TRecord *, const es::Label &) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord > | |
auto | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord , typename TDecorator > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename TFunc > | |
auto | setWhatProduced (TFunc &&func, const es::Label &iLabel={}) |
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={}) |
void | usesResources (std::vector< std::string > const &) |
Protected Member Functions inherited from edm::ESProductResolverFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ESProductResolverFactoryBase > iFactory, const std::string &iLabel=std::string()) |
KeyedResolversVector | registerResolvers (const EventSetupRecordKey &, unsigned int iovIndex) override |
Protected Member Functions inherited from edm::eventsetup::ESProductResolverProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Description: The RPCConeBuilder class is the emulator of the Run 1 RPC PAC Trigger. It is not used in the L1 Trigger decision since 2016. It might be needed just for the re-emulation of the Run 1 data.
Implementation: <Notes on="" implementation>="">
Definition at line 40 of file RPCConeBuilder.cc.
using RPCConeBuilder::ReturnType = std::unique_ptr<L1RPCConeBuilder> |
Definition at line 44 of file RPCConeBuilder.cc.
RPCConeBuilder::RPCConeBuilder | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 67 of file RPCConeBuilder.cc.
References gpuPixelDoublets::cc, m_l1RPCConeDefinitionToken, m_rpcGeometryToken, and edm::ESProducer::setWhatProduced().
|
private |
In the pair that is returned, the first element is the logplane number for this connection (if not connected returns -1) and the second element is lpSize.
Definition at line 184 of file RPCConeBuilder.cc.
References funct::abs(), Exception, L1RPCConeDefinition::getLPSizeVec(), L1RPCConeDefinition::getRingToLPVec(), L1RPCConeDefinition::getRingToTowerVec(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and trackingPlots::other.
Referenced by buildConnections().
|
private |
Definition at line 96 of file RPCConeBuilder.cc.
References buildConnections(), runTheMatrix::const, RPCGeometry::dets(), Exception, newFWLiteAna::found, RPCStripsRing::getRingId(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, submitPVResolutionJobs::key, nano_mu_digi_cff::roll, and Validation_hcalonly_cfi::sign.
Referenced by produce().
|
private |
Definition at line 146 of file RPCConeBuilder.cc.
References areConnected(), Exception, RPCStripsRing::TOtherConnStruct::m_it, RPCStripsRing::TOtherConnStruct::m_logplane, and RPCStripsRing::TOtherConnStruct::m_logplaneSize.
Referenced by buildCones().
RPCConeBuilder::ReturnType RPCConeBuilder::produce | ( | const L1RPCConeBuilderRcd & | iRecord | ) |
Definition at line 75 of file RPCConeBuilder.cc.
References buildCones(), edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), m_l1RPCConeDefinitionToken, m_rpcGeometryToken, m_towerBeg, and m_towerEnd.
|
private |
Definition at line 62 of file RPCConeBuilder.cc.
Referenced by produce(), and RPCConeBuilder().
|
private |
Definition at line 61 of file RPCConeBuilder.cc.
Referenced by produce(), and RPCConeBuilder().
|
private |
Definition at line 63 of file RPCConeBuilder.cc.
Referenced by produce().
|
private |
Definition at line 64 of file RPCConeBuilder.cc.
Referenced by produce().