Skip to content

Commit

Permalink
Merge pull request #22328 from Dr15Jones/makeIPCutPFCandidateSelector…
Browse files Browse the repository at this point in the history
…Stream

Make IPCutPFCandidateSelector a stream module
  • Loading branch information
cmsbuild committed Mar 1, 2018
2 parents 03490e6 + 8d65cb8 commit c1ce9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonTools/ParticleFlow/plugins/IPCutPFCandidateSelector.cc
Expand Up @@ -4,9 +4,9 @@
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"

#include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
#include "CommonTools/UtilAlgos/interface/ObjectSelectorStream.h"
#include "CommonTools/ParticleFlow/interface/IPCutPFCandidateSelectorDefinition.h"

typedef ObjectSelector<pf2pat::IPCutPFCandidateSelectorDefinition> IPCutPFCandidateSelector;
typedef ObjectSelectorStream<pf2pat::IPCutPFCandidateSelectorDefinition> IPCutPFCandidateSelector;

DEFINE_FWK_MODULE(IPCutPFCandidateSelector);

0 comments on commit c1ce9e5

Please sign in to comment.