CMS 3D CMS Logo

LCToTSAssociatorProducer.h
Go to the documentation of this file.
1 #ifndef SimCalorimetry_HGCalAssociatorProducers_LCToTSAssociatorProducer_h
2 #define SimCalorimetry_HGCalAssociatorProducers_LCToTSAssociatorProducer_h
3 
4 // Author: Felice Pantaleo, felice.pantaleo@cern.ch 06/2024
5 
6 // user include files
17 
19 public:
21  ~LCToTSAssociatorProducer() override;
22 
23  static void fillDescriptions(edm::ConfigurationDescriptions &descriptions);
24 
25 private:
26  void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override;
27 
30 };
31 
32 #endif
edm::EDGetTokenT< std::vector< reco::CaloCluster > > LCCollectionToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< std::vector< ticl::Trackster > > tracksterCollectionToken_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
LCToTSAssociatorProducer(const edm::ParameterSet &)