Public Member Functions | |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
TICLLayerTileProducer (const edm::ParameterSet &ps) | |
~TICLLayerTileProducer () 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 &descriptions) |
Private Attributes | |
edm::EDGetTokenT< std::vector< reco::CaloCluster > > | clusters_HFNose_token_ |
edm::EDGetTokenT< std::vector< reco::CaloCluster > > | clusters_token_ |
std::string | detector_ |
bool | doNose_ |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | geometry_token_ |
hgcal::RecHitTools | rhtools_ |
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 |
Definition at line 17 of file TICLLayerTileProducer.cc.
|
explicit |
Definition at line 34 of file TICLLayerTileProducer.cc.
References clusters_HFNose_token_, clusters_token_, detector_, doNose_, geometry_token_, and edm::ParameterSet::getParameter().
|
inlineoverride |
Definition at line 20 of file TICLLayerTileProducer.cc.
|
override |
Definition at line 49 of file TICLLayerTileProducer.cc.
References relativeConstraints::geom, geometry_token_, edm::EventSetup::getHandle(), rhtools_, and hgcal::RecHitTools::setGeometry().
|
static |
Definition at line 88 of file TICLLayerTileProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 54 of file TICLLayerTileProducer.cc.
References cms::cuda::assert(), clusters_HFNose_token_, clusters_token_, doNose_, edm::Event::getByToken(), hgcal::RecHitTools::getLayerWithOffset(), hgcal::RecHitTools::lastLayer(), nano_mu_digi_cff::layer, hltEgammaHGCALIDVarsL1Seeded_cfi::layerClusters, LogDebug, eostools::move(), edm::Event::put(), mps_fire::result, rhtools_, and hgcal::RecHitTools::zside().
|
private |
Definition at line 27 of file TICLLayerTileProducer.cc.
Referenced by produce(), and TICLLayerTileProducer().
|
private |
Definition at line 26 of file TICLLayerTileProducer.cc.
Referenced by produce(), and TICLLayerTileProducer().
|
private |
Definition at line 30 of file TICLLayerTileProducer.cc.
Referenced by TICLLayerTileProducer().
|
private |
Definition at line 31 of file TICLLayerTileProducer.cc.
Referenced by produce(), and TICLLayerTileProducer().
|
private |
Definition at line 28 of file TICLLayerTileProducer.cc.
Referenced by beginRun(), and TICLLayerTileProducer().
|
private |
Definition at line 29 of file TICLLayerTileProducer.cc.
Referenced by beginRun(), and produce().