CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/PhysicsTools/JetMCAlgos/plugins/GenJetSelector.h

Go to the documentation of this file.
00001 //
00002 // $Id: GenJetSelector.h,v 1.3 2009/03/27 22:30:27 hegner Exp $
00003 //
00004  
00005 #ifndef PhysicsTools_JetMCAlgos_GenJetSelector_h
00006 #define PhysicsTools_JetMCAlgos_GenJetSelector_h
00007  
00008 #include "DataFormats/Common/interface/RefVector.h"
00009  
00010 #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h"
00011 #include "CommonTools/UtilAlgos/interface/SingleObjectSelector.h"
00012 #include "CommonTools/UtilAlgos/interface/SingleElementCollectionSelector.h"
00013  
00014 #include "DataFormats/JetReco/interface/GenJet.h"
00015 #include "DataFormats/JetReco/interface/GenJetCollection.h"
00016 
00017 typedef SingleObjectSelector<
00018             reco::GenJetCollection,
00019             StringCutObjectSelector<reco::GenJet>
00020         > GenJetSelector;
00021 
00022 #endif