Main Page
Namespaces
Classes
Package Documentation
CommonTools
CandAlgos
plugins
AssociatedVariableMaxCutCandViewSelector.cc
Go to the documentation of this file.
1
/* \class AssociatedVariableMaxCutCandViewSelector
2
*
3
* Candidate Selector based on a maximun cut on an
4
* associated variable (e.g.: isolation), and saver a
5
* collection of references.
6
*
7
* Usage:
8
*
9
* module selectedCands = AssociatedVariableMaxCutCandViewSelector {
10
* InputTag src = myCollection
11
* double max = 0.2
12
* }
13
*
14
* \author: Luca Lista, INFN
15
*
16
*/
17
#include "
FWCore/Framework/interface/MakerMacros.h
"
18
#include "
CommonTools/UtilAlgos/interface/SingleObjectSelector.h
"
19
#include "
CommonTools/UtilAlgos/interface/PairSelector.h
"
20
#include "
CommonTools/UtilAlgos/interface/RefSelector.h
"
21
#include "
CommonTools/UtilAlgos/interface/AnySelector.h
"
22
#include "
CommonTools/UtilAlgos/interface/MaxSelector.h
"
23
#include "
DataFormats/Candidate/interface/Candidate.h
"
24
#include "
DataFormats/Candidate/interface/CandAssociation.h
"
25
typedef
double
isolation
;
26
27
typedef
SingleObjectSelector
<
28
reco::CandViewDoubleAssociations
,
29
PairSelector
<
30
RefSelector<AnySelector>
,
31
MaxSelector<isolation>
32
>
33
>
AssociatedVariableMaxCutCandViewSelector
;
34
35
DEFINE_FWK_MODULE
(
AssociatedVariableMaxCutCandViewSelector
);
MaxSelector.h
AssociatedVariableMaxCutCandViewSelector
SingleObjectSelector< reco::CandViewDoubleAssociations, PairSelector< RefSelector< AnySelector >, MaxSelector< isolation > > > AssociatedVariableMaxCutCandViewSelector
Definition:
AssociatedVariableMaxCutCandViewSelector.cc:33
RefSelector.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:17
isolation
double isolation
Definition:
AssociatedVariableMaxCutCandViewSelector.cc:25
MakerMacros.h
PairSelector
Definition:
PairSelector.h:11
RefSelector
Definition:
RefSelector.h:5
Candidate.h
SingleObjectSelector.h
AnySelector.h
CandAssociation.h
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:28
PairSelector.h
reco::CandViewDoubleAssociations
edm::AssociationVector< CandidateBaseRefProd, std::vector< double > > CandViewDoubleAssociations
Definition:
CandAssociation.h:34
MaxSelector
Definition:
MaxSelector.h:11
Generated for CMSSW Reference Manual by
1.8.11