CMS 3D CMS Logo

TrackWithVertexRefSelector.cc

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/MakerMacros.h"
00002 #include "PhysicsTools/UtilAlgos/interface/ObjectSelector.h"
00003 
00004 #include "PhysicsTools/UtilAlgos/interface/SingleElementCollectionSelectorPlusEvent.h"
00005 #include "PhysicsTools/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   > TrackWithVertexRefSelector;
00017 
00018 DEFINE_FWK_MODULE(TrackWithVertexRefSelector);
00019 
00020 } }

Generated on Tue Jun 9 17:41:51 2009 for CMSSW by  doxygen 1.5.4