46 produces<hgcal::SimToRecoCollectionWithSimClusters>();
47 produces<hgcal::RecoToSimCollectionWithSimClusters>();
52 consumes<hgcal::LayerClusterToSimClusterAssociator>(
pset.getParameter<
edm::InputTag>(
"associator"));
75 LogTrace(
"AssociatorValidator") <<
"Calling associateRecoToSim method"
79 LogTrace(
"AssociatorValidator") <<
"Calling associateSimToReco method"
83 auto rts = std::make_unique<hgcal::RecoToSimCollectionWithSimClusters>(recSimColl);
84 auto str = std::make_unique<hgcal::SimToRecoCollectionWithSimClusters>(simRecColl);