Public Member Functions | |
CaloTruthCellsProducer (edm::ParameterSet const &) | |
~CaloTruthCellsProducer () 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 Types | |
typedef edm::AssociationMap < edm::OneToMany < CaloParticleCollection, l1t::HGCalTriggerCellBxCollection > > | CaloToCellsMap |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
std::unordered_map< uint32_t, double > | makeHitMap (edm::Event const &, edm::EventSetup const &, HGCalTriggerGeometryBase const &) const |
void | produce (edm::Event &, edm::EventSetup const &) override |
Private Attributes | |
edm::EDGetTokenT < CaloParticleCollection > | caloParticlesToken_ |
HGCalClusteringDummyImpl | dummyClustering_ |
bool | makeCellsCollection_ |
HGCalShowerShape | showerShape_ |
edm::EDGetTokenT< std::vector < PCaloHit > > | simHitsTokenEE_ |
edm::EDGetTokenT< std::vector < PCaloHit > > | simHitsTokenHEback_ |
edm::EDGetTokenT< std::vector < PCaloHit > > | simHitsTokenHEfront_ |
edm::EDGetTokenT < l1t::HGCalTriggerCellBxCollection > | triggerCellsToken_ |
edm::ESHandle < HGCalTriggerGeometryBase > | triggerGeomHandle_ |
edm::ESGetToken < HGCalTriggerGeometryBase, CaloGeometryRecord > | triggerGeomToken_ |
HGCalTriggerTools | triggerTools_ |
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 26 of file CaloTruthCellsProducer.cc.
|
private |
Definition at line 41 of file CaloTruthCellsProducer.cc.
|
explicit |
Definition at line 58 of file CaloTruthCellsProducer.cc.
References makeCellsCollection_.
|
override |
Definition at line 75 of file CaloTruthCellsProducer.cc.
|
overrideprivate |
Definition at line 77 of file CaloTruthCellsProducer.cc.
References edm::EventSetup::getHandle(), triggerGeomHandle_, and triggerGeomToken_.
|
static |
Definition at line 271 of file CaloTruthCellsProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 240 of file CaloTruthCellsProducer.cc.
References HGCalTriggerGeometryBase::eeTopology(), HGCalTriggerGeometryBase::fhTopology(), relativeConstraints::geometry, patZpeak::handle, HGCalTriggerGeometryBase::hscTopology(), simHitsTokenEE_, simHitsTokenHEback_, simHitsTokenHEfront_, HGCalTriggerTools::simToReco(), triggerTools_, and groupFilesInBlocks::tt.
Referenced by produce().
|
overrideprivate |
Definition at line 81 of file CaloTruthCellsProducer.cc.
References l1t::HGCalClusterT< C >::addConstituent(), makePileupJSON::bx, caloTruthProducer_cfi::caloParticles, caloParticlesToken_, l1t::HGCalClusterT< C >::centre(), HGCalClusteringDummyImpl::clusterizeDummy(), dummyClustering_, HGCalShowerShape::fillShapes(), relativeConstraints::geometry, hcalSimParameters_cfi::he, makeCellsCollection_, makeHitMap(), eostools::move(), edm::ESHandle< class >::product(), edm::Event::put(), l1t::HGCalMulticluster::saveHOverE(), l1t::HGCalClusterT< C >::setDetId(), HGCalClusteringDummyImpl::setGeometry(), HGCalShowerShape::setGeometry(), HGCalTriggerTools::setGeometry(), reco::LeafCandidate::setP4(), showerShape_, l1t::HGCalClusterT< C >::sumPt(), triggerCellsToken_, triggerGeomHandle_, triggerTools_, and cms::Exception::what().
|
private |
Definition at line 44 of file CaloTruthCellsProducer.cc.
Referenced by produce().
|
private |
Definition at line 52 of file CaloTruthCellsProducer.cc.
Referenced by produce().
|
private |
Definition at line 43 of file CaloTruthCellsProducer.cc.
Referenced by CaloTruthCellsProducer(), and produce().
|
private |
Definition at line 53 of file CaloTruthCellsProducer.cc.
Referenced by produce().
|
private |
Definition at line 46 of file CaloTruthCellsProducer.cc.
Referenced by makeHitMap().
|
private |
Definition at line 48 of file CaloTruthCellsProducer.cc.
Referenced by makeHitMap().
|
private |
Definition at line 47 of file CaloTruthCellsProducer.cc.
Referenced by makeHitMap().
|
private |
Definition at line 45 of file CaloTruthCellsProducer.cc.
Referenced by produce().
|
private |
Definition at line 50 of file CaloTruthCellsProducer.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 49 of file CaloTruthCellsProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 55 of file CaloTruthCellsProducer.cc.
Referenced by makeHitMap(), and produce().