Skip to content

Commit

Permalink
fix plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Dec 23, 2015
1 parent bb11ab4 commit 5b47d9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 72 deletions.
5 changes: 5 additions & 0 deletions RecoHI/HiJetAlgos/plugins/plugins.cc
Expand Up @@ -17,5 +17,10 @@ DEFINE_EDM_PLUGIN(PileUpSubtractorFactory,VoronoiSubtractor,"VoronoiSubtractor")



#include "RecoHI/HiJetAlgos/interface/ParticleTowerProducer.h"
//define this as a plug-in
DEFINE_FWK_MODULE(ParticleTowerProducer);




5 changes: 1 addition & 4 deletions RecoHI/HiJetAlgos/src/ParticleTowerProducer.cc
Expand Up @@ -32,7 +32,7 @@

#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "RecoHI/HiJetAlgos/plugins/ParticleTowerProducer.h"
#include "RecoHI/HiJetAlgos/interface/ParticleTowerProducer.h"

#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
Expand Down Expand Up @@ -529,6 +529,3 @@ int ParticleTowerProducer::phi2iphi(double phi, int ieta) const {
return iphi;

}

//define this as a plug-in
DEFINE_FWK_MODULE(ParticleTowerProducer);
68 changes: 0 additions & 68 deletions RecoHI/HiJetAlgos/src/ParticleTowerProducer.h

This file was deleted.

0 comments on commit 5b47d9b

Please sign in to comment.