CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/CommonTools/RecoAlgos/plugins/TrackWithVertexRefSelector.cc

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/MakerMacros.h"
00002 #include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
00003 
00004 #include "CommonTools/UtilAlgos/interface/SingleElementCollectionSelectorPlusEvent.h"
00005 #include "CommonTools/RecoAlgos/interface/TrackWithVertexSelector.h"
00006 
00007 namespace reco { 
00008   namespace modules {
00009 
00010 typedef ObjectSelector<
00011   SingleElementCollectionSelectorPlusEvent<
00012           reco::TrackCollection,
00013           ::TrackWithVertexSelector,
00014           reco::TrackRefVector 
00015           >,
00016   reco::TrackRefVector > TrackWithVertexRefSelector;
00017 
00018 DEFINE_FWK_MODULE(TrackWithVertexRefSelector);
00019 
00020 } }