Fork me on GitHub

Changeset b67a751 in git


Ignore:
Timestamp:
Apr 26, 2016, 10:56:54 AM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
181ff53
Parents:
bd225dd
Message:

comment debug print out in puppiCleanContainer.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/PUPPI/puppiCleanContainer.cc

    rbd225dd rb67a751  
    205205      //Basic Weight Checks
    206206      if( std::isinf(pWeight) || std::isnan(pWeight)){
    207         std::cerr << "====> Weight is nan : pt " << fPFParticles_[iPart].pt() << " -- eta : " << fPFParticles_[iPart].eta() << " -- id : " << fPFParticles_[iPart].user_index() << std::endl;
     207        //std::cerr << "====> Weight is nan : pt " << fPFParticles_[iPart].pt() << " -- eta : " << fPFParticles_[iPart].eta() << " -- id : " << fPFParticles_[iPart].user_index() << std::endl;
    208208        pWeight = 1; // set the default to avoid problems
    209209      }
Note: See TracChangeset for help on using the changeset viewer.