CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/RecoHI/HiTracking/plugins/HIProtoTrackSelector.cc

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/MakerMacros.h"
00002 
00003 #include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
00004 #include "RecoHI/HiTracking/plugins/HIProtoTrackSelector.h"
00005 
00006 namespace reco
00007 {
00008         namespace modules
00009         {
00010                 
00011                 // define your producer name
00012                 typedef ObjectSelector<HIProtoTrackSelector> HIProtoTrackSelection;
00013                 
00014                 // declare the module as plugin
00015                 DEFINE_FWK_MODULE( HIProtoTrackSelection );
00016         }
00017 }