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>>>();
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) {
120 auto gp2pgp = std::make_unique<edm::Association<std::vector<pat::PackedGenParticle>>>(oh);
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.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
PATPackedGenParticleProducer(const edm::ParameterSet &)
size_t numberOfMothers() const override
number of mothers
double y() const final
rapidity
key_type key() const
Accessor for product key.
const double maxRapidity_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::EDGetTokenT< reco::GenParticleCollection > Cands_
#define DEFINE_FWK_MODULE(type)
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
int status() const final
status word
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
const edm::EDGetTokenT< reco::GenParticleCollection > GenOrigs_
~PATPackedGenParticleProducer() override
const edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > AssoOriginal_