Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CommonTools
RecoAlgos
plugins
LargestEtCaloJetSelector.cc
Go to the documentation of this file.
1
/* \class LargestEtCaloJetSelector
2
*
3
* selects the N calo-jets with largest Et
4
*
5
* \author: Luca Lista, INFN
6
*
7
*/
8
#include "
FWCore/Framework/interface/MakerMacros.h
"
9
#include "
CommonTools/UtilAlgos/interface/ObjectSelector.h
"
10
#include "
CommonTools/UtilAlgos/interface/SortCollectionSelector.h
"
11
#include "
DataFormats/JetReco/interface/CaloJet.h
"
12
#include "
CommonTools/Utils/interface/EtComparator.h
"
13
14
typedef
ObjectSelector<SortCollectionSelector<reco::CaloJetCollection, GreaterByEt<reco::CaloJet>
> >
15
LargestEtCaloJetSelector
;
16
17
DEFINE_FWK_MODULE
(
LargestEtCaloJetSelector
);
ObjectSelector
SortCollectionSelector.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
MakerMacros.h
ObjectSelector.h
EtComparator.h
CaloJet.h
LargestEtCaloJetSelector
ObjectSelector< SortCollectionSelector< reco::CaloJetCollection, GreaterByEt< reco::CaloJet > > > LargestEtCaloJetSelector
Definition:
LargestEtCaloJetSelector.cc:15
Generated for CMSSW Reference Manual by
1.8.5