Skip to content
Snippets Groups Projects
Commit c0f262cb authored by Martin Wessels's avatar Martin Wessels
Browse files

Removing comments

parent c233dc10
No related branches found
No related tags found
No related merge requests found
Pipeline #9253749 passed
......@@ -88,8 +88,6 @@ StatusCode PPMSimBSMonitorAlgorithm::fillHistograms( const EventContext& ctx ) c
for (auto& myTower : vecMonTT) {
ATH_MSG_DEBUG("PPMSimBSMonitorAlgorithm looping over TTs");
const L1CaloCoolChannelId coolId((myTower.tower)->coolId());
// const double eta = (myTower.tower)->eta();
// const double phi = (myTower.tower)->phi();
const int datCp = (myTower.tower)->cpET();
const int datJep = (myTower.tower)->lut_jep().empty() ? 0 : (myTower.tower)->jepET();
bool pedCorrOverflow = false;
......@@ -439,8 +437,6 @@ StatusCode PPMSimBSMonitorAlgorithm::fillPPMEtaPhi( MonitorTT &monTT,
offset = {0.};
}
//ATH_MSG_DEBUG("absEta: " << absEta << " offset.size(): " << offset.size());
// Fill the histograms
for (auto phiOffset : offset) {
......@@ -448,18 +444,11 @@ StatusCode PPMSimBSMonitorAlgorithm::fillPPMEtaPhi( MonitorTT &monTT,
auto phiTT_2D = Monitored::Scalar<double>("phiTT_2D", phiMod + phiOffset);
auto weight_2D = Monitored::Scalar<double>(weightName, weight); // Weight for filling 2D profile histograms; name must be included in python histogram definition
//ATH_MSG_DEBUG("groupName: weight_2D" << weight_2D);
fill(groupName, etaTT_2D, phiTT_2D, weight_2D);
}
return StatusCode::SUCCESS;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment