41 produces<reco::SimToRecoCollectionMtd>();
42 produces<reco::RecoToSimCollectionMtd>();
48 consumes<reco::MtdRecoClusterToSimLayerClusterAssociator>(
pset.getParameter<
edm::InputTag>(
"associator"));
81 auto r2s = std::make_unique<reco::RecoToSimCollectionMtd>(recoToSimColl);
82 auto s2r = std::make_unique<reco::SimToRecoCollectionMtd>(simToRecoColl);
95 cfg.add(
"mtdRecoClusterToSimLayerClusterAssociationDefault",
desc);
reco::RecoToSimCollectionMtd associateRecoToSim(const edm::Handle< FTLClusterCollection > &btlRecoClusH, const edm::Handle< FTLClusterCollection > &etlRecoClusH, const edm::Handle< MtdSimLayerClusterCollection > &simClusH) const
Associate RecoCluster to MtdSimLayerCluster.
edm::EDGetTokenT< FTLClusterCollection > btlRecoClustersToken_
~MtdRecoClusterToSimLayerClusterAssociatorEDProducer() override
edm::EDGetTokenT< FTLClusterCollection > etlRecoClustersToken_
reco::SimToRecoCollectionMtd associateSimToReco(const edm::Handle< FTLClusterCollection > &btlRecoClusH, const edm::Handle< FTLClusterCollection > &etlRecoClusH, const edm::Handle< MtdSimLayerClusterCollection > &simClusH) const
Associate MtdSimLayerCluster to RecoCluster.
edm::EDGetTokenT< MtdSimLayerClusterCollection > simClustersToken_
#define DEFINE_FWK_MODULE(type)
edm::EDGetTokenT< reco::MtdRecoClusterToSimLayerClusterAssociator > associatorToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
MtdRecoClusterToSimLayerClusterAssociatorEDProducer(const edm::ParameterSet &)