46 produces<ticl::SimToRecoCollectionWithSimClusters>();
47 produces<ticl::RecoToSimCollectionWithSimClusters>();
74 LogTrace(
"AssociatorValidator") <<
"Calling associateRecoToSim method\n";
77 LogTrace(
"AssociatorValidator") <<
"Calling associateSimToReco method\n";
80 auto rts = std::make_unique<ticl::RecoToSimCollectionWithSimClusters>(recSimColl);
81 auto str = std::make_unique<ticl::SimToRecoCollectionWithSimClusters>(simRecColl);
edm::EDGetTokenT< ticl::LayerClusterToSimClusterAssociator > associatorToken_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
#define DEFINE_FWK_MODULE(type)
ticl::RecoToSimCollectionWithSimClusters associateRecoToSim(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a LayerCluster to SimClusters.
edm::EDGetTokenT< SimClusterCollection > SCCollectionToken_
LCToSCAssociatorEDProducer(const edm::ParameterSet &)
~LCToSCAssociatorEDProducer() override
ticl::SimToRecoCollectionWithSimClusters associateSimToReco(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a SimCluster to LayerClusters.
edm::EDGetTokenT< reco::CaloClusterCollection > LCCollectionToken_