Skip to content
Snippets Groups Projects
Commit eb2022be authored by Yuhan Guo's avatar Yuhan Guo Committed by Julien Maurer
Browse files

added top path ZDC/ for all histograms for web display

added >20N selection on ZDC module fraction & full-range module-fraction-vs-amplitude-sum histograms; fixed typos
parent 09fd8c8d
No related branches found
No related tags found
2 merge requests!667742023-10-27: merge of 23.0 into main,!66736added top path ZDC/ for all histograms for web display
...@@ -35,8 +35,8 @@ def ZdcLEDMonitoringConfig(inputFlags, run_type): ...@@ -35,8 +35,8 @@ def ZdcLEDMonitoringConfig(inputFlags, run_type):
# -------------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------------
zdcModLEDMonToolArr = helper.addArray([nLEDs,nSides,nModules],zdcLEDMonAlg,'ZdcModLEDMonitor', topPath='ZDCLED/') zdcModLEDMonToolArr = helper.addArray([nLEDs,nSides,nModules],zdcLEDMonAlg,'ZdcModLEDMonitor', topPath='ZDC/ZDCLED/')
rpdChanLEDMonToolArr = helper.addArray([nLEDs,nSides,nChannels],zdcLEDMonAlg,'RPDChanLEDMonitor', topPath='RPDLED/') rpdChanLEDMonToolArr = helper.addArray([nLEDs,nSides,nChannels],zdcLEDMonAlg,'RPDChanLEDMonitor', topPath='ZDC/RPDLED/')
zdcModLEDMonToolArr.defineHistogram('zdcLEDADCSum', title='LED ADC Sum [ADC Counts];Events', zdcModLEDMonToolArr.defineHistogram('zdcLEDADCSum', title='LED ADC Sum [ADC Counts];Events',
......
...@@ -189,7 +189,7 @@ StatusCode ZdcMonitorAlgorithm::fillPhysicsDataHistograms( const EventContext& c ...@@ -189,7 +189,7 @@ StatusCode ZdcMonitorAlgorithm::fillPhysicsDataHistograms( const EventContext& c
} }
ATH_MSG_INFO("The current side is " << iside << ", the module mask is " << zdcModuleMaskCurSide); ATH_MSG_DEBUG("The current side is " << iside << ", the module mask is " << zdcModuleMaskCurSide);
if (zdcSum->zdcSide() == 1){ if (zdcSum->zdcSide() == 1){
zdcEnergySumA = ZdcSumCalibEnergyHandle(*zdcSum); zdcEnergySumA = ZdcSumCalibEnergyHandle(*zdcSum);
...@@ -345,9 +345,6 @@ StatusCode ZdcMonitorAlgorithm::fillPhysicsDataHistograms( const EventContext& c ...@@ -345,9 +345,6 @@ StatusCode ZdcMonitorAlgorithm::fillPhysicsDataHistograms( const EventContext& c
rpdAmplitudeCalibSum[iside] += rpdChannelAmplitudeCalib; rpdAmplitudeCalibSum[iside] += rpdChannelAmplitudeCalib;
rpdMaxADCSum[iside] += rpdChannelMaxADC; rpdMaxADCSum[iside] += rpdChannelMaxADC;
if (rpdChannelPileupFrac == -1){
ATH_MSG_INFO("pile up fraction == -1: the negative pileup hist should be filled");
}
fill(m_tools[m_RPDChannelToolIndices[iside][ichannel]], rpdChannelSubAmp, rpdChannelAmplitude, rpdChannelAmplitudeCalib, rpdChannelMaxADC, rpdStatusBits, rpdChannelPileupFitSlope, absRpdChannelAmplitude, rpdChannelPileupFrac, zdcEMModuleEnergySameSide, zdcEMModuleSameSideHasPulse, zdcEMModuleEnergySameSideBelow0, zdcEMModuleEnergySameSideBelow70, rpdChannelNegativeAmp, rpdChannelNegativePileup, rpdChannelNoPileup, lumiBlock, bcid); fill(m_tools[m_RPDChannelToolIndices[iside][ichannel]], rpdChannelSubAmp, rpdChannelAmplitude, rpdChannelAmplitudeCalib, rpdChannelMaxADC, rpdStatusBits, rpdChannelPileupFitSlope, absRpdChannelAmplitude, rpdChannelPileupFrac, zdcEMModuleEnergySameSide, zdcEMModuleSameSideHasPulse, zdcEMModuleEnergySameSideBelow0, zdcEMModuleEnergySameSideBelow70, rpdChannelNegativeAmp, rpdChannelNegativePileup, rpdChannelNoPileup, lumiBlock, bcid);
} }
} }
......
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