CMS 3D CMS Logo

HitToSimClusterCaloParticleAssociatorProducer.h
Go to the documentation of this file.
1 #ifndef SimCalorimetry_HGCalAssociatorProducers_HitToSimClusterCaloParticleAssociatorProducer_h
2 #define SimCalorimetry_HGCalAssociatorProducers_HitToSimClusterCaloParticleAssociatorProducer_h
3 
4 // Author: Felice Pantaleo, felice.pantaleo@cern.ch 06/2024
5 
6 // user include files
22 
24 public:
27 
28  static void fillDescriptions(edm::ConfigurationDescriptions &descriptions);
29 
30 private:
31  void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override;
32 
35 
37  std::vector<edm::EDGetTokenT<HGCRecHitCollection>> hitsTokens_;
38 };
39 
40 #endif
edm::EDGetTokenT< std::vector< CaloParticle > > caloParticleToken_
edm::EDGetTokenT< std::unordered_map< DetId, const unsigned int > > hitMapToken_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
std::vector< edm::EDGetTokenT< HGCRecHitCollection > > hitsTokens_