CMS 3D CMS Logo

EtMinCaloJetRefSelector.cc

Go to the documentation of this file.
00001 /* \class EtMinCaloJetRefSelector
00002  *
00003  * selects calo-jet above a minumum Et cut 
00004  * and saves a collection of references (RefVector) to selctedobjects
00005  *
00006  * \author: Luca Lista, INFN
00007  *
00008  */
00009 #include "FWCore/Framework/interface/MakerMacros.h"
00010 #include "PhysicsTools/UtilAlgos/interface/EtMinSelector.h"
00011 #include "PhysicsTools/UtilAlgos/interface/SingleObjectSelector.h"
00012 #include "DataFormats/JetReco/interface/CaloJet.h"
00013 
00014  typedef SingleObjectSelector<
00015            reco::CaloJetCollection,
00016            EtMinSelector,
00017            reco::CaloJetRefVector
00018          > EtMinCaloJetRefSelector;
00019 
00020 DEFINE_FWK_MODULE( EtMinCaloJetRefSelector );

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