CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/RecoTracker/ConversionSeedGenerators/plugins/SeedChargeSelector.cc

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/MakerMacros.h"
00002 #include "CommonTools/UtilAlgos/interface/SingleObjectSelector.h"
00003 #include "RecoTracker/ConversionSeedGenerators/interface/SeedChargeSelector.h"
00004 #include "DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h"
00005 
00006 namespace reco {
00007   namespace modules {
00008     typedef SingleObjectSelector<TrajectorySeedCollection,::SeedChargeSelector> 
00009     SeedChargeSelector;
00010 
00011     DEFINE_FWK_MODULE( SeedChargeSelector );
00012   }
00013 }