#include <unordered_map>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/global/EDProducer.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "DataFormats/HGCRecHit/interface/HGCRecHitCollections.h"
Go to the source code of this file.
Classes | |
class | HGCalRecHitMapProducer |
Typedefs | |
using | DetIdRecHitMap = std::unordered_map< DetId, const HGCRecHit * > |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< HGCalRecHitMapProducer > > | s_filler_0__LINE__ ("HGCalRecHitMapProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< HGCalRecHitMapProducer > > | s_maker__LINE__ ("HGCalRecHitMapProducer") |
using DetIdRecHitMap = std::unordered_map<DetId, const HGCRecHit*> |
Definition at line 31 of file HGCalRecHitMapProducer.cc.
|
static |
|
static |