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