Skip to content

Commit

Permalink
Merge pull request #13019 from bendavid/pdfweights_80x
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Jan 29, 2016
2 parents 73fe722 + fcdf072 commit 602451c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhysicsTools/HepMCCandAlgos/plugins/PDFWeightsTest.cc
@@ -1,4 +1,4 @@
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "DataFormats/Common/interface/Handle.h"
Expand All @@ -19,7 +19,7 @@ using namespace std;
using namespace edm;
using namespace HepMC;

class PDFWeightsTest : public EDAnalyzer {
class PDFWeightsTest : public edm::one::EDAnalyzer<> {
private:
PDFWeightsHelper pdfweightshelper_;
EDGetTokenT<LHEEventProduct> srcToken_;
Expand Down

0 comments on commit 602451c

Please sign in to comment.