1 #ifndef MuonAssociatorByHits_h 2 #define MuonAssociatorByHits_h 38 for (
unsigned int j=0; j<tCH->size();j++)
42 for (
unsigned int j=0; j<tPCH->size();j++)
45 return associateRecoToSim(tc,tpc,event,setup);
53 for (
unsigned int j=0; j<tCH->size();j++)
57 for (
unsigned int j=0; j<tPCH->size();j++)
60 return associateSimToReco(tc,tpc,event,setup);
81 std::unique_ptr<muonAssociatorByHitsDiagnostics::InputDumper>
diagnostics_;
edm::ParameterSet const conf_
def setup(process, global_tag, zero_tesla=False)
TrackerHitAssociator::Config trackerHitAssociatorConfig_
std::unique_ptr< muonAssociatorByHitsDiagnostics::InputDumper > diagnostics_
reco::RecoToSimCollection associateRecoToSim(edm::Handle< edm::View< reco::Track > > &tCH, edm::Handle< TrackingParticleCollection > &tPCH, const edm::Event *event, const edm::EventSetup *setup) const
void push_back(const RefToBase< T > &)
void push_back(value_type const &ref)
Add a Ref<C, T> to the RefVector.
virtual reco::SimToRecoCollection associateSimToReco(edm::Handle< edm::View< reco::Track > > &tCH, edm::Handle< TrackingParticleCollection > &tPCH, const edm::Event *event, const edm::EventSetup *setup) const
MuonAssociatorByHitsHelper helper_