Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
HepMCCandAlgos
plugins
GenParticleSelector.cc
Go to the documentation of this file.
1
/* \class GenParticleSelector
2
*
3
* Configurable GenParticle Selector
4
*
5
* \author: Luca Lista, INFN
6
*
7
*/
8
#include "
FWCore/Framework/interface/MakerMacros.h
"
9
#include "
CommonTools/UtilAlgos/interface/StringCutObjectSelector.h
"
10
#include "
CommonTools/UtilAlgos/interface/SingleObjectSelector.h
"
11
#include "
DataFormats/HepMCCandidate/interface/GenParticle.h
"
12
13
typedef
SingleObjectSelector
<
14
reco::GenParticleCollection
,
15
StringCutObjectSelector<reco::GenParticle>
16
>
GenParticleSelector
;
17
18
DEFINE_FWK_MODULE
(
GenParticleSelector
);
19
reco::GenParticleCollection
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
Definition:
GenParticleFwd.h:13
StringCutObjectSelector.h
GenParticle.h
StringCutObjectSelector< reco::GenParticle >
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
SingleObjectSelector.h
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:28
GenParticleSelector
SingleObjectSelector< reco::GenParticleCollection, StringCutObjectSelector< reco::GenParticle > > GenParticleSelector
Definition:
GenParticleSelector.cc:16
Generated for CMSSW Reference Manual by
1.8.11