60 consumes<
hgcal::LayerClusterToSimTracksterAssociator>(
pset.getParameter<
edm::
InputTag>(
"associator"))),
69 produces<hgcal::SimTracksterToRecoCollection>();
70 produces<hgcal::RecoToSimTracksterCollection>();
103 LogTrace(
"AssociatorValidator") <<
"Calling associateRecoToSim method\n";
105 LCCollection, SimTSCollection, CPCollection, LCToCPsColl, SCCollection, LCToSCsColl);
107 LogTrace(
"AssociatorValidator") <<
"Calling associateSimToReco method\n";
109 LCCollection, SimTSCollection, CPCollection, CPToLCsColl, SCCollection, SCToLCsColl);
111 auto rts = std::make_unique<hgcal::RecoToSimTracksterCollection>(recSimColl);
112 auto str = std::make_unique<hgcal::SimTracksterToRecoCollection>(simRecColl);
edm::EDGetTokenT< ticl::TracksterCollection > SimTSCollectionToken_
edm::AssociationMap< edm::OneToManyWithQualityGeneric< CaloParticleCollection, reco::CaloClusterCollection, std::pair< float, float > > > SimToRecoCollection
edm::EDGetTokenT< hgcal::RecoToSimCollection > associationMapLCToCPToken_
hgcal::RecoToSimTracksterCollection associateRecoToSim(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< ticl::TracksterCollection > &stCH, const edm::Handle< CaloParticleCollection > &cPCH, const hgcal::RecoToSimCollection &lCToCPs, const edm::Handle< SimClusterCollection > &sCCH, const hgcal::RecoToSimCollectionWithSimClusters &lCToSCs) const
Associate a LayerCluster to SimTracksters.
edm::InputTag associatorCP_
edm::EDGetTokenT< hgcal::SimToRecoCollectionWithSimClusters > associationMapSCToLCToken_
LCToSimTSAssociatorEDProducer(const edm::ParameterSet &)
std::vector< CaloCluster > CaloClusterCollection
collection of CaloCluster objects
#define DEFINE_FWK_MODULE(type)
hgcal::SimTracksterToRecoCollection associateSimToReco(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< ticl::TracksterCollection > &sTCH, const edm::Handle< CaloParticleCollection > &cPCH, const hgcal::SimToRecoCollection &cpToLCs, const edm::Handle< SimClusterCollection > &sCCH, const hgcal::SimToRecoCollectionWithSimClusters &sCToLCs) const
Associate a SimTrackster to LayerClusters.
edm::EDGetTokenT< hgcal::LayerClusterToSimTracksterAssociator > associatorToken_
edm::EDGetTokenT< SimClusterCollection > SCCollectionToken_
edm::AssociationMap< edm::OneToManyWithQualityGeneric< SimClusterCollection, reco::CaloClusterCollection, std::pair< float, float > > > SimToRecoCollectionWithSimClusters
edm::EDGetTokenT< reco::CaloClusterCollection > LCCollectionToken_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
std::vector< CaloParticle > CaloParticleCollection
edm::AssociationMap< edm::OneToManyWithQualityGeneric< reco::CaloClusterCollection, SimClusterCollection, float > > RecoToSimCollectionWithSimClusters
std::vector< Trackster > TracksterCollection
edm::EDGetTokenT< hgcal::RecoToSimCollectionWithSimClusters > associationMapLCToSCToken_
edm::InputTag associatorSC_
std::vector< SimCluster > SimClusterCollection
edm::EDGetTokenT< hgcal::SimToRecoCollection > associationMapCPToLCToken_
edm::AssociationMap< edm::OneToManyWithQualityGeneric< reco::CaloClusterCollection, CaloParticleCollection, float > > RecoToSimCollection
edm::EDGetTokenT< CaloParticleCollection > CPCollectionToken_
~LCToSimTSAssociatorEDProducer() override