32 #include "CLHEP/Vector/ThreeVector.h"
33 #include "CLHEP/Vector/LorentzVector.h"
34 #include "CLHEP/Matrix/Vector.h"
59 iConfig.getParameter<edm::
InputTag>(
"inputCollection"))),
60 maxRapidity_(iConfig.getParameter<double>(
"maxRapidity")) {
61 produces<std::vector<pat::PackedGenParticle>>();
62 produces<edm::Association<std::vector<pat::PackedGenParticle>>>();
78 iEvent.
getByToken(AssoOriginal_, assoOriginal);
82 std::vector<int> mapping(genOrigs->size(), -1);
86 for (
unsigned int ic = 0, nc = genOrigs->size(); ic < nc; ++ic) {
93 auto outPtrP = std::make_unique<std::vector<pat::PackedGenParticle>>();
95 unsigned int packed = 0;
96 for (
unsigned int ic = 0, nc = cands->size(); ic < nc; ++ic) {
103 mapping[originalRef.
key()] = packed;
120 auto gp2pgp = std::make_unique<edm::Association<std::vector<pat::PackedGenParticle>>>(oh);
122 gp2pgpFiller.insert(genOrigs, mapping.begin(), mapping.end());
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
bool isNonnull() const
Checks for non-null.
double y() const final
rapidity
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
PATPackedGenParticleProducer(const edm::ParameterSet &)
int status() const final
status word
key_type key() const
Accessor for product key.
size_t numberOfMothers() const override
number of mothers
const double maxRapidity_
const edm::EDGetTokenT< reco::GenParticleCollection > Cands_
Abs< T >::type abs(const T &t)
const edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > Asso_
daughters::value_type motherRef(size_type i=0) const
reference to mother at given position
const edm::EDGetTokenT< reco::GenParticleCollection > GenOrigs_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
~PATPackedGenParticleProducer() override
const edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > AssoOriginal_