Public Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
TotemRPClusterProducer (const edm::ParameterSet &conf) | |
~TotemRPClusterProducer () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &) |
Private Member Functions | |
void | run (const edm::DetSetVector< TotemRPDigi > &input, edm::DetSetVector< TotemRPCluster > &output) |
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 |
Merges neighbouring active TOTEM RP strips into clusters.
Definition at line 28 of file TotemRPClusterProducer.cc.
|
explicit |
Definition at line 56 of file TotemRPClusterProducer.cc.
References digiInputTag_, digiInputTagToken_, edm::ParameterSet::getParameter(), and verbosity_.
|
inlineoverride |
Definition at line 32 of file TotemRPClusterProducer.cc.
|
static |
Definition at line 96 of file TotemRPClusterProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_2022v12_cff::InputTag.
|
override |
Definition at line 67 of file TotemRPClusterProducer.cc.
References digiInputTagToken_, MillePedeFileConverter_cfg::e, input, convertSQLitetoXML_cfg::output, and run().
|
private |
Definition at line 85 of file TotemRPClusterProducer.cc.
References algorithm_, TotemRPClusterProducerAlgorithm::buildClusters(), edm::DetSet< T >::data, input, and convertSQLitetoXML_cfg::output.
Referenced by produce().
|
private |
Definition at line 43 of file TotemRPClusterProducer.cc.
Referenced by run().
|
private |
Definition at line 38 of file TotemRPClusterProducer.cc.
|
private |
Definition at line 40 of file TotemRPClusterProducer.cc.
Referenced by TotemRPClusterProducer().
|
private |
Definition at line 41 of file TotemRPClusterProducer.cc.
Referenced by produce(), and TotemRPClusterProducer().
|
private |
Definition at line 39 of file TotemRPClusterProducer.cc.
Referenced by TotemRPClusterProducer().