# | Line 230 | Line 230 | void HbbTreeMaker::analyze(const edm::Ev | |
---|---|---|
230 | std::cout << "AMM: Collection of LHEEventProduct not available! Exception : " << e.what() << ". " << std::endl; | |
231 | } | |
232 | ||
233 | < | HbbLHEInfo(lLHEEvt,event_->lheParticles()); |
234 | < | |
233 | > | if (lLHEEvt.isValid()){ |
234 | > | HbbLHEInfo(lLHEEvt,event_->lheParticles()); |
235 | > | } |
236 | try { | |
237 | aEvt.getByLabel(genParticleSrc_,lGenParticles); | |
238 | if (debug_) std::cout << "** ngenParticles = " << lGenParticles->size() << std::endl; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |