Skip to content

Commit

Permalink
code-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mtosi committed Nov 9, 2017
1 parent cf16c93 commit 65c36a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/special/src/TracksFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
class TracksFilter : public edm::global::EDFilter<> {
public:
explicit TracksFilter(const edm::ParameterSet&);
~TracksFilter()=default;
~TracksFilter() override =default;

static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);

private:
virtual bool filter(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
bool filter(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;

// ----------member data ---------------------------
edm::EDGetTokenT<reco::TrackCollection> tracksToken_;
Expand Down

0 comments on commit 65c36a5

Please sign in to comment.