Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CommonTools
CandAlgos
plugins
PtMinAssociatedVariableMaxCutCandSelector.cc
Go to the documentation of this file.
1
/* \class PtMinAssociatedVariableMaxCutCandSelector
2
*
3
* Candidate Selector based on a minimum pt cut
4
* plus a cut on an associated variable (e.g.: isolation)
5
*
6
* Usage:
7
*
8
* module selectedCands = PtMinAssociatedVariableMaxCutCandSelector {
9
* InputTag src = myCollection
10
* double ptMin = 15.0
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/PtMinSelector.h
"
22
#include "
CommonTools/UtilAlgos/interface/MaxSelector.h
"
23
#include "
DataFormats/Candidate/interface/Candidate.h
"
24
25
typedef
double
isolation
;
26
27
typedef
SingleObjectSelector
<
28
edm::AssociationVector<reco::CandidateRefProd, std::vector<isolation>
>,
29
PairSelector
<
30
RefSelector<PtMinSelector>
,
31
MaxSelector<isolation>
32
>
33
>
PtMinAssociatedVariableMaxCutCandSelector
;
34
35
DEFINE_FWK_MODULE
(
PtMinAssociatedVariableMaxCutCandSelector
);
MaxSelector.h
RefSelector.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:17
MakerMacros.h
PtMinSelector.h
isolation
double isolation
Definition:
AssociatedVariableMaxCutCandRefSelector.cc:25
PairSelector
Definition:
PairSelector.h:11
RefSelector
Definition:
RefSelector.h:5
Candidate.h
SingleObjectSelector
Definition:
SingleObjectSelector.h:19
SingleObjectSelector.h
edm::AssociationVector
Definition:
AssociationVector.h:58
PtMinAssociatedVariableMaxCutCandSelector
SingleObjectSelector< edm::AssociationVector< reco::CandidateRefProd, std::vector< isolation > >, PairSelector< RefSelector< PtMinSelector >, MaxSelector< isolation > > > PtMinAssociatedVariableMaxCutCandSelector
Definition:
PtMinAssociatedVariableMaxCutCandSelector.cc:33
PairSelector.h
MaxSelector
Definition:
MaxSelector.h:11
Generated for CMSSW Reference Manual by
1.8.5