Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run3-gex126B Try to resolve compilation warnings in RecoParticleFlow/Configuration #37400

Merged
merged 3 commits into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions RecoParticleFlow/Configuration/plugins/HepMCCopy.cc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/one/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"

#include "HepMC/GenEvent.h"

class HepMCCopy : public edm::EDProducer {
class HepMCCopy : public edm::one::EDProducer<> {
public:
explicit HepMCCopy(edm::ParameterSet const& p);
~HepMCCopy() override {}
~HepMCCopy() override = default;
void produce(edm::Event& e, const edm::EventSetup& c) override;

private:
Expand Down
2 changes: 0 additions & 2 deletions RecoParticleFlow/Configuration/python/pfBlockAnalyzer_cff.py

This file was deleted.

8 changes: 0 additions & 8 deletions RecoParticleFlow/Configuration/python/pfBlockAnalyzer_cfi.py

This file was deleted.

239 changes: 0 additions & 239 deletions RecoParticleFlow/Configuration/test/BlockAnalyzer.cc

This file was deleted.

30 changes: 0 additions & 30 deletions RecoParticleFlow/Configuration/test/BuildFile.xml

This file was deleted.

Loading