Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 16, 2023
1 parent 07c302e commit dcc0e24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Calibration/IsolatedParticles/src/FindDistCone.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace spr {
else
dR = 999999.;
return dR;
/* if (debug)
/* if (debug)
edm::LogVerbatim("IsoTrack") << "getDistInCMatHcal: between (" << eta1 << ", " << phi1 << ") and (" << eta2
<< ", " << phi2 << " is " << dR;
*/
Expand Down
2 changes: 1 addition & 1 deletion CondFormats/SiStripObjects/src/SiStripSummary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const SiStripSummary::Range SiStripSummary::getRange(const uint32_t& DetId) cons
RegistryIterator p = std::lower_bound(indexes_.begin(), indexes_.end(), DetId, SiStripSummary::StrictWeakOrdering());
if (p == indexes_.end() || p->detid != DetId) {
return SiStripSummary::Range(v_sum_.end(), v_sum_.end());
// std::cout << "not in range " << std::endl;
// std::cout << "not in range " << std::endl;
}
return SiStripSummary::Range(v_sum_.begin() + p->ibegin, v_sum_.begin() + p->ibegin + userDBContent_.size());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ std::shared_ptr<const BeamSpotObjects> OnlineBeamSpotESProducer::produce(const B
return std::shared_ptr<const BeamSpotObjects>(best, edm::do_nothing_deleter());
} else {
return std::shared_ptr<const BeamSpotObjects>(&fakeBS_, edm::do_nothing_deleter());
/* edm::LogWarning("OnlineBeamSpotESProducer")
/* edm::LogWarning("OnlineBeamSpotESProducer")
<< "None of the Online BeamSpots in the ES is suitable, \n returning a fake one(fallback to PCL).";
*/
}
Expand Down

0 comments on commit dcc0e24

Please sign in to comment.