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