47 produces<hgcal::SimToRecoCollectionTracksters>();
48 produces<hgcal::RecoToSimCollectionTracksters>();
79 LogTrace(
"AssociatorValidator") <<
"Calling associateRecoToSim method\n";
81 theAssociator->associateRecoToSim(TSCollection, LCCollection, SCCollection);
83 LogTrace(
"AssociatorValidator") <<
"Calling associateSimToReco method\n";
85 theAssociator->associateSimToReco(TSCollection, LCCollection, SCCollection);
87 auto rts = std::make_unique<hgcal::RecoToSimCollectionTracksters>(recSimColl);
88 auto str = std::make_unique<hgcal::SimToRecoCollectionTracksters>(simRecColl);
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
edm::EDGetTokenT< ticl::TracksterCollection > TSCollectionToken_
edm::EDGetTokenT< hgcal::TracksterToSimClusterAssociator > associatorToken_
edm::EDGetTokenT< reco::CaloClusterCollection > LCCollectionToken_
edm::EDGetTokenT< SimClusterCollection > SCCollectionToken_
T getParameter(std::string const &) const
TSToSCAssociatorEDProducer(const edm::ParameterSet &)
~TSToSCAssociatorEDProducer() override