Main Page
Namespaces
Classes
Package Documentation
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/ObjectSelectorStream.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
ObjectSelectorStream
<
15
SortCollectionSelector
<
16
reco::CaloJetCollection
,
17
GreaterByEt<reco::CaloJet>
18
>
19
>
LargestEtCaloJetSelector
;
20
21
DEFINE_FWK_MODULE
(
LargestEtCaloJetSelector
);
SortCollectionSelector.h
ObjectSelectorStream
ObjectSelectorStream.h
MakerMacros.h
LargestEtCaloJetSelector
ObjectSelectorStream< SortCollectionSelector< reco::CaloJetCollection, GreaterByEt< reco::CaloJet > > > LargestEtCaloJetSelector
Definition:
LargestEtCaloJetSelector.cc:19
EtComparator.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
GreaterByEt
Definition:
EtComparator.h:25
CaloJet.h
SortCollectionSelector
Definition:
SortCollectionSelector.h:33
reco::CaloJetCollection
std::vector< CaloJet > CaloJetCollection
collection of CaloJet objects
Definition:
CaloJetCollection.h:15
Generated for CMSSW Reference Manual by
1.8.11