Skip to content

Commit

Permalink
restored missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Lista committed Jun 3, 2008
1 parent f0f1444 commit 53ea20e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PhysicsTools/RecoAlgos/plugins/BasicClusterMerger.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include "FWCore/Framework/interface/MakerMacros.h"
#include "PhysicsTools/UtilAlgos/interface/Merger.h"
#include "DataFormats/EgammaReco/interface/BasicCluster.h"
#include "DataFormats/EgammaReco/interface/BasicClusterFwd.h"

typedef Merger<reco::BasicClusterCollection> BasicClusterMerger;

DEFINE_FWK_MODULE( BasicClusterMerger );

0 comments on commit 53ea20e

Please sign in to comment.