src
SimCalorimetry
HGCalAssociatorProducers
plugins
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
7
#include "
FWCore/Framework/interface/global/EDProducer.h
"
8
#include "
FWCore/Framework/interface/Event.h
"
9
#include "
FWCore/Framework/interface/MakerMacros.h
"
10
#include "
FWCore/Framework/interface/ESHandle.h
"
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
13
#include "
FWCore/Utilities/interface/EDGetToken.h
"
14
#include "
DataFormats/HGCalReco/interface/Trackster.h
"
15
#include "
DataFormats/CaloRecHit/interface/CaloCluster.h
"
16
#include "
SimDataFormats/Associations/interface/TICLAssociationMap.h
"
17
18
class
LCToTSAssociatorProducer
:
public
edm::global::EDProducer
<> {
19
public
:
20
explicit
LCToTSAssociatorProducer
(
const
edm::ParameterSet
&);
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
28
edm::EDGetTokenT<std::vector<reco::CaloCluster>
>
LCCollectionToken_
;
29
edm::EDGetTokenT<std::vector<ticl::Trackster>
>
tracksterCollectionToken_
;
30
};
31
32
#endif
LCToTSAssociatorProducer::LCCollectionToken_
edm::EDGetTokenT< std::vector< reco::CaloCluster > > LCCollectionToken_
Definition:
LCToTSAssociatorProducer.h:28
MessageLogger.h
edm::StreamID
Definition:
StreamID.h:30
Event.h
edm::EDGetTokenT
Definition:
EDGetToken.h:37
LCToTSAssociatorProducer::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
LCToTSAssociatorProducer.cc:61
ParameterSet.h
CaloCluster.h
LCToTSAssociatorProducer::tracksterCollectionToken_
edm::EDGetTokenT< std::vector< ticl::Trackster > > tracksterCollectionToken_
Definition:
LCToTSAssociatorProducer.h:29
LCToTSAssociatorProducer::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition:
LCToTSAssociatorProducer.cc:31
LCToTSAssociatorProducer::~LCToTSAssociatorProducer
~LCToTSAssociatorProducer() override
Definition:
LCToTSAssociatorProducer.cc:24
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:56
edm::global::EDProducer
Definition:
EDProducer.h:32
EDGetToken.h
LCToTSAssociatorProducer
Definition:
LCToTSAssociatorProducer.h:18
EDProducer.h
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
MakerMacros.h
LCToTSAssociatorProducer::LCToTSAssociatorProducer
LCToTSAssociatorProducer(const edm::ParameterSet &)
Definition:
LCToTSAssociatorProducer.cc:17
Trackster.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
TICLAssociationMap.h
Generated for CMSSW Reference Manual by
1.8.14