13 addRadiation_(cfg.getParameter<
bool>(
"addRadiation")),
21 else if (mode ==
"kStable")
24 throw cms::Exception(
"Configuration") << mode <<
" is not a supported FillMode!\n";
29 else if (mode ==
"Run2")
32 throw cms::Exception(
"Configuration") << mode <<
" is not a supported RunMode!\n";
37 produces<reco::GenParticleCollection>();
58 std::vector<const reco::GenParticle*> tops;
86 std::vector<const reco::GenParticle*> decaying_tops =
findDecayingTops(*src);
100 std::vector<const reco::GenParticle*> tops;
101 for (reco::GenParticleCollection::const_iterator
t = parts.begin();
t != parts.end(); ++
t) {
103 tops.push_back(&(*
t));
111 std::vector<const reco::GenParticle*> tops;
112 for (reco::GenParticleCollection::const_iterator
t = parts.begin();
t != parts.end(); ++
t) {
116 bool hasTopMother =
false;
117 for (
unsigned idx = 0;
idx <
t->numberOfMothers(); ++
idx) {
124 tops.push_back(&(*
t));
133 std::vector<const reco::GenParticle*> tops;
134 for (reco::GenParticleCollection::const_iterator
t = parts.begin();
t != parts.end(); ++
t) {
138 bool hasTopDaughter =
false;
139 for (
unsigned idx = 0;
idx <
t->numberOfDaughters(); ++
idx) {
141 hasTopDaughter =
true;
146 tops.push_back(&(*
t));
155 unsigned int w_index = 0;
179 bool containsItself =
false;
180 unsigned int d_idx = 0;
183 containsItself =
true;
203 for (std::vector<const reco::GenParticle*>::const_iterator it = tops.begin(); it != tops.end(); ++it) {
217 bool containsWBoson =
false, containsQuarkDaughter =
false;
220 containsQuarkDaughter =
true;
222 containsWBoson =
true;
224 if (containsQuarkDaughter && containsWBoson)
230 edm::LogInfo(
"decayChain") <<
" Failed to find top quarks in decay chain. Will assume that this a \n" 231 <<
" non-top sample and produce an empty decaySubset.\n";
234 " Can not find back any of the supported hadronization models. Models \n" 235 " which are supported are: \n" 236 " Pythia LO(+PS): Top(status 3) --> WBoson(status 3), Quark(status 3)\n" 237 " Herwig NLO(+PS): Top(status 2) --> Top(status 3) --> Top(status 2) \n");
247 if (genEvtInfoProduct.
isValid()) {
253 if (moduleName.find(
"Pythia6") != std::string::npos)
255 else if (moduleName.find(
"Pythia8") != std::string::npos)
257 else if (moduleName.find(
"Herwig6") != std::string::npos)
259 else if (moduleName.find(
"ThePEG") != std::string::npos)
262 else if (moduleName.find(
"Sherpa") != std::string::npos)
270 unsigned nTops = tops.size();
271 for (std::vector<const reco::GenParticle*>::iterator it = tops.begin(); it != tops.end();) {
273 bool isContained =
false;
274 bool expectedStatus =
false;
283 expectedStatus =
true;
288 if (!expectedStatus) {
291 edm::LogInfo(
"decayChain") <<
" W boson does not have the expected status. This happens, e.g., \n" 292 <<
" with MC@NLO in the case of additional ttbar pairs from radiated \n" 293 <<
" gluons. We hope everything is fine, remove the correspdonding top \n" 294 <<
" quark from our list since it is not part of the primary ttbar pair \n" 295 <<
" and try to continue. \n";
299 if (tops.empty() && nTops != 0)
301 " Did not find a W boson with appropriate status for any of the top \n" 302 " quarks in this event. This means that the hadronization of the W \n" 303 " boson might be screwed up or there is another problem with the \n" 304 " particle listing in this MC sample. Please contact an expert. \n");
310 unsigned int statusFlag;
315 for (std::vector<const reco::GenParticle*>::const_iterator it = tops.begin(); it != tops.end(); ++it) {
318 std::unique_ptr<reco::GenParticle> topPtr(
320 target.push_back(*topPtr);
324 std::vector<int> topDaughters;
328 std::vector<int> wDaughters;
338 std::unique_ptr<reco::GenParticle> bPtr(
339 new reco::GenParticle(td->threeCharge(),
p4(td, statusFlag), td->vertex(), td->pdgId(), statusFlag,
false));
340 target.push_back(*bPtr);
355 target.push_back(*wPtr);
373 wd->threeCharge(),
p4(wd, statusFlag), wd->vertex(), wd->pdgId(), statusFlag,
false));
374 target.push_back(*qPtr);
394 target.push_back(*radPtr);
409 new reco::GenParticle(ts->threeCharge(), ts->p4(), ts->vertex(), ts->pdgId(), ts->status(),
false);
410 std::unique_ptr<reco::GenParticle> sPtr(cand);
411 target.push_back(*sPtr);
412 if (ts->begin() != ts->end()) {
422 refs_[iTop] = topDaughters;
423 refs_[iW] = wDaughters;
428 const std::vector<const reco::GenParticle*>& decayingTops,
430 std::vector<const reco::GenParticle*>::const_iterator top_start;
431 std::vector<const reco::GenParticle*>::const_iterator top_end;
433 top_start = primalTops.begin();
434 top_end = primalTops.end();
436 top_start = decayingTops.begin();
437 top_end = decayingTops.end();
439 for (std::vector<const reco::GenParticle*>::const_iterator it = top_start; it != top_end; ++it) {
442 std::unique_ptr<reco::GenParticle> topPtr(
444 target.push_back(*topPtr);
449 std::vector<int> topDaughters;
453 std::vector<int> wDaughters;
460 std::unique_ptr<reco::GenParticle> qPtr(
461 new reco::GenParticle(td->threeCharge(), td->p4(), td->vertex(), td->pdgId(), td->status(),
false));
462 target.push_back(*qPtr);
473 std::unique_ptr<reco::GenParticle> WPtr(
474 new reco::GenParticle(td->threeCharge(), td->p4(), td->vertex(), td->pdgId(), td->status(),
false));
475 target.push_back(*WPtr);
486 std::unique_ptr<reco::GenParticle> qPtr(
487 new reco::GenParticle(wd->threeCharge(), wd->p4(), wd->vertex(), wd->pdgId(), wd->status(),
false));
488 target.push_back(*qPtr);
505 std::unique_ptr<reco::GenParticle> radPtr(
506 new reco::GenParticle(td->threeCharge(), td->p4(), td->vertex(), td->pdgId(), td->status(),
false));
507 target.push_back(*radPtr);
518 refs_[iTop] = topDaughters;
519 refs_[iW] = wDaughters;
538 vec +=
p4(
p, statusFlag);
549 if (vec.mass() - (*top)->mass() > 0) {
582 vec +=
p4(
p, statusFlag);
602 daughter->threeCharge(), daughter->p4(), daughter->vertex(), daughter->pdgId(), daughter->status(),
false));
603 target.push_back(*ptr);
604 daughters.push_back(++idx);
607 if (!daughters.empty()) {
618 if (daughter->pdgId() != part->
pdgId()) {
620 daughter->threeCharge(), daughter->p4(), daughter->vertex(), daughter->pdgId(), daughter->status(),
false));
621 target.push_back(*ptr);
622 daughters.push_back(++idx);
625 if (!daughters.empty()) {
639 daughter->threeCharge(), daughter->p4(), daughter->vertex(), daughter->pdgId(), daughter->status(),
false));
640 target.push_back(*ptr);
642 daughters.push_back(++idx);
648 if (!daughters.empty()) {
665 for (reco::GenParticleCollection::iterator
p = sel.begin();
p != sel.end(); ++
p, ++
idx) {
667 std::map<int, std::vector<int> >::const_iterator
daughters =
refs_.find(idx);
668 if (daughters !=
refs_.end()) {
669 for (std::vector<int>::const_iterator daughter = daughters->second.begin(); daughter != daughters->second.end();
672 if (part ==
nullptr) {
std::vector< GenParticle > GenParticleCollection
collection of GenParticles
T getParameter(std::string const &) const
int pdgId() const final
PDG identifier.
const Candidate * daughter(size_type) const override
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
int threeCharge() const final
electric charge
void addDaughters(int &idx, const reco::GenParticle::const_iterator part, reco::GenParticleCollection &target, bool recursive=true)
recursively fill vector for all further decay particles of a given particle
std::map< int, std::vector< int > > refs_
management of daughter indices for fillRefs
ShowerModel checkShowerModel(const std::vector< const reco::GenParticle * > &tops) const
check the decay chain for the used shower model
ShowerModel showerModel_
parton shower mode (filled in checkShowerModel)
void addRadiation(int &idx, const reco::GenParticle::const_iterator part, reco::GenParticleCollection &target)
fill vector including all radiations from quarks originating from W/top
size_t numberOfMothers() const override
number of mothers
virtual int threeCharge() const =0
electric charge
std::vector< const reco::GenParticle * > findTops(const reco::GenParticleCollection &parts)
find top quarks in list of input particles
void addDaughter(const typename daughters::value_type &)
add a daughter via a reference
void clearReferences()
clear references
virtual int status() const =0
status word
edm::EDGetTokenT< GenEventInfoProduct > genEventInfo_srcToken_
input tag for the genEventInfo source
std::string moduleName(Provenance const &provenance)
virtual const LorentzVector & p4() const =0
four-momentum Lorentz vector
virtual int pdgId() const =0
PDG identifier.
~TopDecaySubset() override
default destructor
const_iterator end() const
last daughter const_iterator
const Point & vertex() const override
vertex position (overwritten by PF...)
reco::Particle::LorentzVector p4(const std::vector< const reco::GenParticle * >::const_iterator top, int statusFlag)
calculate lorentz vector from input (dedicated to top reconstruction)
void checkWBosons(std::vector< const reco::GenParticle * > &tops) const
check whether W bosons are contained in the original gen particle listing
Abs< T >::type abs(const T &t)
bool addRadiation_
add radiation or not?
const LorentzVector & p4() const final
four-momentum Lorentz vector
ShowerModel
classification of potential shower types
void produce(edm::Event &event, const edm::EventSetup &setup) override
write output into the event
std::vector< const reco::GenParticle * > findDecayingTops(const reco::GenParticleCollection &parts)
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
input tag for the genParticle source
void fillReferences(const reco::GenParticleRefProd &refProd, reco::GenParticleCollection &target)
fill references for output vector
std::vector< const reco::GenParticle * > findPrimalTops(const reco::GenParticleCollection &parts)
size_t numberOfDaughters() const override
number of daughters
TopDecaySubset(const edm::ParameterSet &cfg)
default constructor
RunMode runMode_
run mode (Run1 || Run2)
void fillListing(const std::vector< const reco::GenParticle * > &tops, reco::GenParticleCollection &target)
fill output vector for full decay chain
int status() const final
status word
const_iterator begin() const
first daughter const_iterator
virtual const Point & vertex() const =0
vertex position
virtual size_type numberOfDaughters() const =0
number of daughters
math::XYZTLorentzVector LorentzVector
Lorentz vector.
const Candidate * mother(size_type=0) const override
return mother at a given position, i = 0, ... numberOfMothers() - 1 (read only mode) ...
const reco::GenParticle * findPrimalW(const reco::GenParticle *top)
const reco::GenParticle * findLastParticleInChain(const reco::GenParticle *p)