1 #ifndef SimDataFormats_Associations_MtdRecoClusterToSimLayerClusterAssociator_h 2 #define SimDataFormats_Associations_MtdRecoClusterToSimLayerClusterAssociator_h 33 return m_impl->associateRecoToSim(btlRecoClusH, etlRecoClusH, simClusH);
40 return m_impl->associateSimToReco(btlRecoClusH, etlRecoClusH, simClusH);
45 std::unique_ptr<MtdRecoClusterToSimLayerClusterAssociatorBaseImpl>
m_impl;
reco::RecoToSimCollectionMtd associateRecoToSim(const edm::Handle< FTLClusterCollection > &btlRecoClusH, const edm::Handle< FTLClusterCollection > &etlRecoClusH, const edm::Handle< MtdSimLayerClusterCollection > &simClusH) const
Associate RecoCluster to MtdSimLayerCluster.
MtdRecoClusterToSimLayerClusterAssociator()=default
reco::SimToRecoCollectionMtd associateSimToReco(const edm::Handle< FTLClusterCollection > &btlRecoClusH, const edm::Handle< FTLClusterCollection > &etlRecoClusH, const edm::Handle< MtdSimLayerClusterCollection > &simClusH) const
Associate MtdSimLayerCluster to RecoCluster.
MtdRecoClusterToSimLayerClusterAssociator & operator=(MtdRecoClusterToSimLayerClusterAssociator &&)=default
std::unique_ptr< MtdRecoClusterToSimLayerClusterAssociatorBaseImpl > m_impl
~MtdRecoClusterToSimLayerClusterAssociator()=default