Skip to content

Commit

Permalink
Code style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Sep 4, 2017
1 parent 1a8c051 commit d3e1f4a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,20 @@ class QuickTrackAssociatorByHitsImpl : public reco::TrackToTrackingParticleAssoc
bool threeHitTracksAreSpecial,
SimToRecoDenomType simToRecoDenominator);

virtual
reco::RecoToSimCollection associateRecoToSim( const edm::Handle<edm::View<reco::Track> >& trackCollectionHandle,
const edm::Handle<TrackingParticleCollection>& trackingParticleCollectionHandle) const override;
virtual
reco::SimToRecoCollection associateSimToReco( const edm::Handle<edm::View<reco::Track> >& trackCollectionHandle,
const edm::Handle<TrackingParticleCollection>& trackingParticleCollectionHandle) const override;
virtual
reco::RecoToSimCollection associateRecoToSim( const edm::RefToBaseVector<reco::Track>& trackCollection,
const edm::RefVector<TrackingParticleCollection>& trackingParticleCollection) const override;

virtual
reco::SimToRecoCollection associateSimToReco( const edm::RefToBaseVector<reco::Track>& trackCollection,
const edm::RefVector<TrackingParticleCollection>& trackingParticleCollection) const override;

//seed
virtual
reco::RecoToSimCollectionSeed associateRecoToSim(const edm::Handle<edm::View<TrajectorySeed> >&,
const edm::Handle<TrackingParticleCollection>&) const override;

virtual
reco::SimToRecoCollectionSeed associateSimToReco(const edm::Handle<edm::View<TrajectorySeed> >&,
const edm::Handle<TrackingParticleCollection>&) const override;

Expand Down

0 comments on commit d3e1f4a

Please sign in to comment.