Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
<
15
SortCollectionSelector
<
16
reco::CaloJetCollection
,
17
GreaterByEt<reco::CaloJet>
18
>
19
>
LargestEtCaloJetSelector
;
20
21
DEFINE_FWK_MODULE
(
LargestEtCaloJetSelector
);
ObjectSelector
Definition:
ObjectSelector.h:38
SortCollectionSelector.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:17
MakerMacros.h
EtComparator.h
LargestEtCaloJetSelector
ObjectSelector< SortCollectionSelector< reco::CaloJetCollection, GreaterByEt< reco::CaloJet > > > LargestEtCaloJetSelector
Definition:
LargestEtCaloJetSelector.cc:19
GreaterByEt
Definition:
EtComparator.h:25
ObjectSelector.h
CaloJet.h
SortCollectionSelector
Definition:
SortCollectionSelector.h:27
reco::CaloJetCollection
std::vector< CaloJet > CaloJetCollection
collection of CaloJet objects
Definition:
CaloJetCollection.h:16
Generated for CMSSW Reference Manual by
1.8.5