Skip to content

Commit

Permalink
Moved TauSpinnerFilter to be a stream module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Oct 13, 2021
1 parent 063acb1 commit 05f57d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// user include files
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDFilter.h"
#include "FWCore/Framework/interface/stream/EDFilter.h"

#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
Expand All @@ -19,7 +19,7 @@

#include "CLHEP/Random/RandomEngine.h"

class TauSpinnerFilter : public edm::EDFilter {
class TauSpinnerFilter : public edm::stream::EDFilter<> {
public:
TauSpinnerFilter(const edm::ParameterSet&);
~TauSpinnerFilter() override{};
Expand Down

0 comments on commit 05f57d3

Please sign in to comment.