- Timestamp:
- Apr 26, 2016, 10:56:54 AM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 181ff53
- Parents:
- bd225dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/PUPPI/puppiCleanContainer.cc
rbd225dd rb67a751 205 205 //Basic Weight Checks 206 206 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; 208 208 pWeight = 1; // set the default to avoid problems 209 209 }
Note:
See TracChangeset
for help on using the changeset viewer.