CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
GenParticleProducer Class Reference
Inheritance diagram for GenParticleProducer:
edm::global::EDProducer< edm::RunCache< IDto3Charge > > edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

bool convertParticle (reco::GenParticle &cand, const HepMC::GenParticle *part, const IDto3Charge &id2Charge) const
 
bool fillDaughters (reco::GenParticleCollection &cand, const HepMC::GenParticle *part, reco::GenParticleRefProd const &ref, size_t index, std::unordered_map< int, size_t > &barcodes) const
 
bool fillIndices (const HepMC::GenEvent *mc, std::vector< const HepMC::GenParticle * > &particles, std::vector< int > &barCodeVector, int offset, std::unordered_map< int, size_t > &barcodes) const
 
 GenParticleProducer (const edm::ParameterSet &)
 constructor More...
 
std::shared_ptr< IDto3Charge > globalBeginRun (const edm::Run &, const edm::EventSetup &) const override
 
void globalEndRun (edm::Run const &, edm::EventSetup const &) const override
 
void produce (edm::StreamID, edm::Event &e, const edm::EventSetup &) const override
 process one event More...
 
 ~GenParticleProducer () override
 destructor More...
 
- Public Member Functions inherited from edm::global::EDProducer< edm::RunCache< IDto3Charge > >
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

bool abortOnUnknownPDGCode_
 unknown code treatment flag More...
 
bool doSubEvent_
 input & output modes More...
 
MCTruthHelper< HepMC::GenParticle > mcTruthHelper_
 
MCTruthHelper< reco::GenParticlemcTruthHelperGenParts_
 
edm::EDGetTokenT< CrossingFrame< edm::HepMCProduct > > mixToken_
 
edm::ESGetToken< HepPDT::ParticleDataTable, edm::DefaultRecordparticleTableToken_
 
bool saveBarCodes_
 save bar-codes More...
 
edm::EDGetTokenT< edm::HepMCProductsrcToken_
 source collection name More...
 
bool useCF_
 
std::vector< edm::EDGetTokenT< edm::HepMCProduct > > vectorSrcTokens_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > >
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 80 of file GenParticleProducer.cc.

Constructor & Destructor Documentation

◆ GenParticleProducer()

GenParticleProducer::GenParticleProducer ( const edm::ParameterSet cfg)

constructor

Definition at line 148 of file GenParticleProducer.cc.

149  : abortOnUnknownPDGCode_(cfg.getUntrackedParameter<bool>("abortOnUnknownPDGCode", true)),
150  saveBarCodes_(cfg.getUntrackedParameter<bool>("saveBarCodes", false)),
151  doSubEvent_(cfg.getUntrackedParameter<bool>("doSubEvent", false)),
152  useCF_(cfg.getUntrackedParameter<bool>("useCrossingFrame", false)) {
153  particleTableToken_ = esConsumes<HepPDT::ParticleDataTable, edm::DefaultRecord, edm::Transition::BeginRun>();
154  produces<GenParticleCollection>();
155  produces<math::XYZPointF>("xyz0");
156  produces<float>("t0");
157  if (saveBarCodes_) {
158  std::string alias(cfg.getParameter<std::string>("@module_label"));
159  produces<vector<int>>().setBranchAlias(alias + "BarCodes");
160  }
161 
162  if (useCF_)
163  mixToken_ =
164  mayConsume<CrossingFrame<HepMCProduct>>(InputTag(cfg.getParameter<std::string>("mix"), "generatorSmeared"));
165  else
166  srcToken_ = mayConsume<HepMCProduct>(cfg.getParameter<InputTag>("src"));
167 }

References SiStripOfflineCRack_cfg::alias, looper::cfg, HLT_FULL_cff::InputTag, mixToken_, particleTableToken_, saveBarCodes_, srcToken_, AlCaHLTBitMon_QueryRunRegistry::string, and useCF_.

◆ ~GenParticleProducer()

GenParticleProducer::~GenParticleProducer ( )
override

destructor

Definition at line 169 of file GenParticleProducer.cc.

169 {}

Member Function Documentation

◆ convertParticle()

bool GenParticleProducer::convertParticle ( reco::GenParticle cand,
const HepMC::GenParticle *  part,
const IDto3Charge &  id2Charge 
) const

Definition at line 317 of file GenParticleProducer.cc.

319  {
320  Candidate::LorentzVector p4(part->momentum());
321  int pdgId = part->pdg_id();
322  cand.setThreeCharge(id2Charge.chargeTimesThree(pdgId));
323  cand.setPdgId(pdgId);
324  cand.setStatus(part->status());
325  cand.setP4(p4);
326  cand.setCollisionId(0);
327  const GenVertex* v = part->production_vertex();
328  if (v != nullptr) {
329  ThreeVector vtx = v->point3d();
330  Candidate::Point vertex(vtx.x() * mmToCm, vtx.y() * mmToCm, vtx.z() * mmToCm);
331  cand.setVertex(vertex);
332  } else {
333  cand.setVertex(Candidate::Point(0, 0, 0));
334  }
335  mcTruthHelper_.fillGenStatusFlags(*part, cand.statusFlags());
336  return true;
337 }

References MCTruthHelper< P >::fillGenStatusFlags(), mcTruthHelper_, mmToCm, p4, EgammaValidation_cff::pdgId, findQualityFiles::v, bphysicsOniaDQM_cfi::vertex, and extraflags_cff::vtx.

Referenced by produce().

◆ fillDaughters()

bool GenParticleProducer::fillDaughters ( reco::GenParticleCollection cand,
const HepMC::GenParticle *  part,
reco::GenParticleRefProd const &  ref,
size_t  index,
std::unordered_map< int, size_t > &  barcodes 
) const

Definition at line 339 of file GenParticleProducer.cc.

343  {
344  const GenVertex* productionVertex = part->production_vertex();
345  size_t numberOfMothers = productionVertex->particles_in_size();
346  if (numberOfMothers > 0) {
347  GenVertex::particles_in_const_iterator motherIt = productionVertex->particles_in_const_begin();
348  for (; motherIt != productionVertex->particles_in_const_end(); motherIt++) {
349  const HepMC::GenParticle* mother = *motherIt;
350  size_t m = barcodes.find(mother->barcode())->second;
351  cands[m].addDaughter(GenParticleRef(ref, index));
352  cands[index].addMother(GenParticleRef(ref, m));
353  }
354  }
355 
356  return true;
357 }

References HLT_FULL_cff::cands, GenParticle::GenParticle, visualization-live-secondInstance_cfg::m, and edm::second().

Referenced by produce().

◆ fillIndices()

bool GenParticleProducer::fillIndices ( const HepMC::GenEvent mc,
std::vector< const HepMC::GenParticle * > &  particles,
std::vector< int > &  barCodeVector,
int  offset,
std::unordered_map< int, size_t > &  barcodes 
) const

Definition at line 359 of file GenParticleProducer.cc.

363  {
364  size_t idx = offset;
365  HepMC::GenEvent::particle_const_iterator begin = mc->particles_begin(), end = mc->particles_end();
366  for (HepMC::GenEvent::particle_const_iterator p = begin; p != end; ++p) {
367  const HepMC::GenParticle* particle = *p;
368  size_t barCode_this_event = particle->barcode();
369  size_t barCode = barCode_this_event + offset;
370  if (barcodes.find(barCode) != barcodes.end())
371  throw cms::Exception("WrongReference") << "barcodes are duplicated! " << endl;
372  particles[idx] = particle;
373  barCodeVector[idx] = barCode;
374  barcodes.insert(make_pair(barCode_this_event, idx++));
375  }
376  return true;
377 }

References mps_fire::end, GenParticle::GenParticle, heavyIonCSV_trainingSettings::idx, CaloTowersParam_cfi::mc, hltrates_dqm_sourceclient-live_cfg::offset, AlCaHLTBitMon_ParallelJobs::p, and ecalTrigSettings_cff::particles.

Referenced by produce().

◆ globalBeginRun()

std::shared_ptr< IDto3Charge > GenParticleProducer::globalBeginRun ( const edm::Run ,
const edm::EventSetup es 
) const
override

Definition at line 171 of file GenParticleProducer.cc.

171  {
173  return std::make_shared<IDto3Charge>(*pdt, abortOnUnknownPDGCode_);
174 }

References abortOnUnknownPDGCode_, edm::EventSetup::getHandle(), and particleTableToken_.

◆ globalEndRun()

void GenParticleProducer::globalEndRun ( edm::Run const &  ,
edm::EventSetup const &   
) const
inlineoverride

Definition at line 90 of file GenParticleProducer.cc.

90 {};

◆ produce()

void GenParticleProducer::produce ( edm::StreamID  ,
edm::Event e,
const edm::EventSetup es 
) const
overridevirtual

process one event

fill indices

Implements edm::global::EDProducerBase.

Definition at line 176 of file GenParticleProducer.cc.

176  {
177  std::unordered_map<int, size_t> barcodes;
178 
179  size_t totalSize = 0;
180  const GenEvent* mc = nullptr;
181  MixCollection<HepMCProduct>* cfhepmcprod = nullptr;
182  size_t npiles = 1;
183 
184  if (useCF_) {
186  evt.getByToken(mixToken_, cf);
187  cfhepmcprod = new MixCollection<HepMCProduct>(cf.product());
188  npiles = cfhepmcprod->size();
189  LogDebug("GenParticleProducer") << "npiles : " << npiles << endl;
190  for (unsigned int icf = 0; icf < npiles; ++icf) {
191  LogDebug("GenParticleProducer") << "subSize : " << cfhepmcprod->getObject(icf).GetEvent()->particles_size()
192  << endl;
193  totalSize += cfhepmcprod->getObject(icf).GetEvent()->particles_size();
194  }
195  LogDebug("GenParticleProducer") << "totalSize : " << totalSize << endl;
196  } else {
198  evt.getByToken(srcToken_, mcp);
199  mc = mcp->GetEvent();
200  if (mc == nullptr)
201  throw edm::Exception(edm::errors::InvalidReference) << "HepMC has null pointer to GenEvent" << endl;
202  totalSize = mc->particles_size();
203  }
204 
205  // initialise containers
206  const size_t size = totalSize;
207  vector<const HepMC::GenParticle*> particles(size);
208  auto candsPtr = std::make_unique<GenParticleCollection>(size);
209  auto barCodeVector = std::make_unique<vector<int>>(size);
210  std::unique_ptr<math::XYZPointF> xyz0Ptr(new math::XYZPointF(0., 0., 0.));
211  std::unique_ptr<float> t0Ptr(new float(0.f));
212  reco::GenParticleRefProd ref = evt.getRefBeforePut<GenParticleCollection>();
213  GenParticleCollection& cands = *candsPtr;
214  size_t offset = 0;
215  size_t suboffset = 0;
216 
217  IDto3Charge const& id2Charge = *runCache(evt.getRun().index());
219  if (doSubEvent_ || useCF_) {
220  for (size_t ipile = 0; ipile < npiles; ++ipile) {
221  LogDebug("GenParticleProducer") << "mixed object ipile : " << ipile << endl;
222  barcodes.clear();
223  if (useCF_)
224  mc = cfhepmcprod->getObject(ipile).GetEvent();
225 
226  //Look whether heavy ion/signal event
227  bool isHI = false;
228  const HepMC::HeavyIon* hi = mc->heavy_ion();
229  if (hi && hi->Ncoll_hard() > 1)
230  isHI = true;
231  size_t num_particles = mc->particles_size();
232  LogDebug("GenParticleProducer") << "num_particles : " << num_particles << endl;
233  if (ipile == 0) {
234  auto origin = (*mc->vertices_begin())->position();
235  xyz0Ptr->SetXYZ(origin.x() * mmToCm, origin.y() * mmToCm, origin.z() * mmToCm);
236  *t0Ptr = origin.t() * mmToNs;
237  }
238  fillIndices(mc, particles, *barCodeVector, offset, barcodes);
239  // fill output collection and save association
240  for (size_t ipar = offset; ipar < offset + num_particles; ++ipar) {
241  const HepMC::GenParticle* part = particles[ipar];
242  reco::GenParticle& cand = cands[ipar];
243  // convert HepMC::GenParticle to new reco::GenParticle
244  convertParticle(cand, part, id2Charge);
245  cand.resetDaughters(ref.id());
246  }
247 
248  for (size_t d = offset; d < offset + num_particles; ++d) {
250  const GenVertex* productionVertex = part->production_vertex();
251  int sub_id = 0;
252  if (productionVertex != nullptr) {
253  sub_id = productionVertex->id();
254  if (!isHI)
255  sub_id = 0;
256  // search barcode map and attach daughters
257  fillDaughters(cands, part, ref, d, barcodes);
258  } else {
259  const GenVertex* endVertex = part->end_vertex();
260  if (endVertex != nullptr)
261  sub_id = endVertex->id();
262  else
263  throw cms::Exception("SubEventID")
264  << "SubEvent not determined. Particle has no production and no end vertex!" << endl;
265  }
266  if (sub_id < 0)
267  sub_id = 0;
268  int new_id = sub_id + suboffset;
269  GenParticleRef dref(ref, d);
270  cands[d].setCollisionId(new_id); // For new GenParticle
271  LogDebug("VertexId") << "SubEvent offset 3 : " << suboffset;
272  }
273  int nsub = -2;
274  if (isHI) {
275  nsub = hi->Ncoll_hard() + 1;
276  suboffset += nsub;
277  } else {
278  suboffset += 1;
279  }
280  offset += num_particles;
281  }
282  } else {
283  auto origin = (*mc->vertices_begin())->position();
284  xyz0Ptr->SetXYZ(origin.x() * mmToCm, origin.y() * mmToCm, origin.z() * mmToCm);
285  *t0Ptr = origin.t() * mmToNs;
286  fillIndices(mc, particles, *barCodeVector, 0, barcodes);
287 
288  // fill output collection and save association
289  for (size_t i = 0; i < particles.size(); ++i) {
292  // convert HepMC::GenParticle to new reco::GenParticle
293  convertParticle(cand, part, id2Charge);
294  cand.resetDaughters(ref.id());
295  }
296 
297  // fill references to daughters
298  for (size_t d = 0; d < cands.size(); ++d) {
300  const GenVertex* productionVertex = part->production_vertex();
301  // search barcode map and attach daughters
302  if (productionVertex != nullptr)
303  fillDaughters(cands, part, ref, d, barcodes);
304  cands[d].setCollisionId(0);
305  }
306  }
307 
308  evt.put(std::move(candsPtr));
309  if (saveBarCodes_)
310  evt.put(std::move(barCodeVector));
311  if (cfhepmcprod)
312  delete cfhepmcprod;
313  evt.put(std::move(xyz0Ptr), "xyz0");
314  evt.put(std::move(t0Ptr), "t0");
315 }

References HLT_FULL_cff::cands, convertParticle(), ztail::d, doSubEvent_, Exception, f, fillDaughters(), fillIndices(), GenParticle::GenParticle, edm::Event::getByToken(), edm::HepMCProduct::GetEvent(), MixCollection< T >::getObject(), edm::Event::getRefBeforePut(), edm::Event::getRun(), mps_fire::i, edm::RefProd< C >::id(), edm::Run::index(), edm::errors::InvalidReference, dataCertificationJetMET_cfi::isHI, LogDebug, CaloTowersParam_cfi::mc, mixToken_, mmToCm, mmToNs, eostools::move(), nsub, hltrates_dqm_sourceclient-live_cfg::offset, ecalTrigSettings_cff::particles, position, edm::Handle< T >::product(), edm::Event::put(), saveBarCodes_, MixCollection< T >::size(), findQualityFiles::size, srcToken_, and useCF_.

Member Data Documentation

◆ abortOnUnknownPDGCode_

bool GenParticleProducer::abortOnUnknownPDGCode_
private

unknown code treatment flag

Definition at line 112 of file GenParticleProducer.cc.

Referenced by globalBeginRun().

◆ doSubEvent_

bool GenParticleProducer::doSubEvent_
private

input & output modes

Definition at line 117 of file GenParticleProducer.cc.

Referenced by produce().

◆ mcTruthHelper_

MCTruthHelper<HepMC::GenParticle> GenParticleProducer::mcTruthHelper_
private

Definition at line 120 of file GenParticleProducer.cc.

Referenced by convertParticle().

◆ mcTruthHelperGenParts_

MCTruthHelper<reco::GenParticle> GenParticleProducer::mcTruthHelperGenParts_
private

Definition at line 121 of file GenParticleProducer.cc.

◆ mixToken_

edm::EDGetTokenT<CrossingFrame<edm::HepMCProduct> > GenParticleProducer::mixToken_
private

Definition at line 108 of file GenParticleProducer.cc.

Referenced by GenParticleProducer(), and produce().

◆ particleTableToken_

edm::ESGetToken<HepPDT::ParticleDataTable, edm::DefaultRecord> GenParticleProducer::particleTableToken_
private

Definition at line 109 of file GenParticleProducer.cc.

Referenced by GenParticleProducer(), and globalBeginRun().

◆ saveBarCodes_

bool GenParticleProducer::saveBarCodes_
private

save bar-codes

Definition at line 114 of file GenParticleProducer.cc.

Referenced by GenParticleProducer(), and produce().

◆ srcToken_

edm::EDGetTokenT<edm::HepMCProduct> GenParticleProducer::srcToken_
private

source collection name

Definition at line 106 of file GenParticleProducer.cc.

Referenced by GenParticleProducer(), and produce().

◆ useCF_

bool GenParticleProducer::useCF_
private

Definition at line 118 of file GenParticleProducer.cc.

Referenced by GenParticleProducer(), and produce().

◆ vectorSrcTokens_

std::vector<edm::EDGetTokenT<edm::HepMCProduct> > GenParticleProducer::vectorSrcTokens_
private

Definition at line 107 of file GenParticleProducer.cc.

edm::RefProd< GenParticleCollection >
dataCertificationJetMET_cfi.isHI
isHI
Definition: dataCertificationJetMET_cfi.py:65
mps_fire.i
i
Definition: mps_fire.py:428
edm::RefProd::id
ProductID id() const
Accessor for product ID.
Definition: RefProd.h:124
GenParticleProducer::particleTableToken_
edm::ESGetToken< HepPDT::ParticleDataTable, edm::DefaultRecord > particleTableToken_
Definition: GenParticleProducer.cc:109
edm::Handle::product
T const * product() const
Definition: Handle.h:70
GenParticleProducer::doSubEvent_
bool doSubEvent_
input & output modes
Definition: GenParticleProducer.cc:117
edm::errors::InvalidReference
Definition: EDMException.h:39
f
double f[11][100]
Definition: MuScleFitUtils.cc:78
CaloTowersParam_cfi.mc
mc
Definition: CaloTowersParam_cfi.py:8
reco::GenParticle
Definition: GenParticle.h:21
AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
GenParticleProducer::saveBarCodes_
bool saveBarCodes_
save bar-codes
Definition: GenParticleProducer.cc:114
HLT_FULL_cff.InputTag
InputTag
Definition: HLT_FULL_cff.py:89353
reco::GenParticleCollection
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
Definition: GenParticleFwd.h:13
GenParticleRef
edm::Ref< edm::HepMCProduct, HepMC::GenParticle > GenParticleRef
Definition: MultiTrackValidator.cc:43
GenParticleProducer::fillIndices
bool fillIndices(const HepMC::GenEvent *mc, std::vector< const HepMC::GenParticle * > &particles, std::vector< int > &barCodeVector, int offset, std::unordered_map< int, size_t > &barcodes) const
Definition: GenParticleProducer.cc:359
edm::second
U second(std::pair< T, U > const &p)
Definition: ParameterSet.cc:222
findQualityFiles.v
v
Definition: findQualityFiles.py:179
GenParticleProducer::convertParticle
bool convertParticle(reco::GenParticle &cand, const HepMC::GenParticle *part, const IDto3Charge &id2Charge) const
Definition: GenParticleProducer.cc:317
edm::Handle
Definition: AssociativeIterator.h:50
ecalTrigSettings_cff.particles
particles
Definition: ecalTrigSettings_cff.py:11
HepMC::GenEvent
Definition: hepmc_rootio.cc:9
edm::Ref< GenParticleCollection >
heavyIonCSV_trainingSettings.idx
idx
Definition: heavyIonCSV_trainingSettings.py:5
GenParticleProducer::mcTruthHelper_
MCTruthHelper< HepMC::GenParticle > mcTruthHelper_
Definition: GenParticleProducer.cc:120
MixCollection::size
int size() const
Definition: MixCollection.h:20
part
part
Definition: HCALResponse.h:20
MCTruthHelper::fillGenStatusFlags
void fillGenStatusFlags(const P &p, reco::GenStatusFlags &statusFlags) const
Definition: MCTruthHelper.h:643
MixCollection
Definition: MixCollection.h:11
nsub
const int nsub
Definition: CMTRawAnalyzer.h:421
visualization-live-secondInstance_cfg.m
m
Definition: visualization-live-secondInstance_cfg.py:72
mps_fire.end
end
Definition: mps_fire.py:242
edm::ESHandle< HepPDT::ParticleDataTable >
MixCollection::getObject
const T & getObject(unsigned int ip) const
Definition: MixCollection.h:27
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HLT_FULL_cff.cands
cands
Definition: HLT_FULL_cff.py:15208
bphysicsOniaDQM_cfi.vertex
vertex
Definition: bphysicsOniaDQM_cfi.py:7
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:223
GenParticleProducer::mixToken_
edm::EDGetTokenT< CrossingFrame< edm::HepMCProduct > > mixToken_
Definition: GenParticleProducer.cc:108
position
static int position[264][3]
Definition: ReadPGInfo.cc:289
cand
Definition: decayParser.h:32
p4
double p4[4]
Definition: TauolaWrapper.h:92
edm::EventSetup::getHandle
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
Definition: EventSetup.h:148
EgammaValidation_cff.pdgId
pdgId
Definition: EgammaValidation_cff.py:118
edm::HepMCProduct::GetEvent
const HepMC::GenEvent * GetEvent() const
Definition: HepMCProduct.h:34
GenParticleProducer::fillDaughters
bool fillDaughters(reco::GenParticleCollection &cand, const HepMC::GenParticle *part, reco::GenParticleRefProd const &ref, size_t index, std::unordered_map< int, size_t > &barcodes) const
Definition: GenParticleProducer.cc:339
looper.cfg
cfg
Definition: looper.py:297
GenParticleProducer::abortOnUnknownPDGCode_
bool abortOnUnknownPDGCode_
unknown code treatment flag
Definition: GenParticleProducer.cc:112
hi
Definition: EPCuts.h:4
GenParticle.GenParticle
GenParticle
Definition: GenParticle.py:18
eostools.move
def move(src, dest)
Definition: eostools.py:511
mmToCm
static const double mmToCm
Definition: GenParticleProducer.cc:145
GenParticleProducer::useCF_
bool useCF_
Definition: GenParticleProducer.cc:118
extraflags_cff.vtx
vtx
Definition: extraflags_cff.py:18
mmToNs
static const double mmToNs
Definition: GenParticleProducer.cc:146
SiStripOfflineCRack_cfg.alias
alias
Definition: SiStripOfflineCRack_cfg.py:128
Exception
Definition: hltDiff.cc:246
AlignmentPI::index
index
Definition: AlignmentPayloadInspectorHelper.h:46
ztail.d
d
Definition: ztail.py:151
cms::Exception
Definition: Exception.h:70
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36
reco::Candidate::Point
math::XYZPoint Point
point in the space
Definition: Candidate.h:40
hltrates_dqm_sourceclient-live_cfg.offset
offset
Definition: hltrates_dqm_sourceclient-live_cfg.py:82
math::XYZPointF
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< float > > XYZPointF
point in space with cartesian internal representation
Definition: Point3D.h:10
edm::InputTag
Definition: InputTag.h:15
findQualityFiles.size
size
Write out results.
Definition: findQualityFiles.py:443
GenParticleProducer::srcToken_
edm::EDGetTokenT< edm::HepMCProduct > srcToken_
source collection name
Definition: GenParticleProducer.cc:106