1 #ifndef MuonAssociatorByHits_h 2 #define MuonAssociatorByHits_h 37 for (
unsigned int j = 0; j < tCH->size(); j++)
41 for (
unsigned int j = 0; j < tPCH->size(); j++)
44 return associateRecoToSim(tc, tpc, event, setup);
52 for (
unsigned int j = 0; j < tCH->size(); j++)
56 for (
unsigned int j = 0; j < tPCH->size(); j++)
59 return associateSimToReco(tc, tpc, event, setup);
80 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.
MuonAssociatorByHitsHelper helper_
virtual reco::SimToRecoCollection associateSimToReco(edm::Handle< edm::View< reco::Track >> &tCH, edm::Handle< TrackingParticleCollection > &tPCH, const edm::Event *event, const edm::EventSetup *setup) const