Skip to content
Snippets Groups Projects
Commit b87d2f27 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'kalkhour-lar-monitoring' into 'master'

Minor typo fix in LArMonitoring

See merge request !56216
parents f4960f1a fe0e38da
No related branches found
No related tags found
20 merge requests!59674InDetPerformanceMonitoring with LumiBlock selection,!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!58990Draft:Fixing bug in FTF config when running with Reco_tf,!58835DataQualityConfigurations: Modify L1Calo config for web display,!58791DataQualityConfigurations: Modify L1Calo config for web display,!58373Modification of V2.3 processing to work well with all clients,!58289New NVSI calibration,!58286New NVSI calibration,!58106Update NVSI example algorithm,!57937Draft: New nighlty test for trigger with a Run 4 single muon RDO,!57841Edits to ZDC signal processing in preparation for analysis of data from LHCf run,!57590Fixing LAr DT dumper,!57584Draft: LAr DB fixes,!57316ATR-26311 and ATR-25754 moving one dimuon and few egamma chains from dev to phys or MC,!57090ATLASRECTS-7305: fixes for large cluster building,!56828Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring,!56523Draft: Proposal for CA-Based AODFix,!56216Minor typo fix in LArMonitoring,!56154tauRecTools: fix conditional decoration in TauIDVarCalculator,!55609Add Athena TEvent-based file access
...@@ -220,7 +220,7 @@ def LArNoisyROMonConfigCore(helper,algoinstance,inputFlags, ...@@ -220,7 +220,7 @@ def LArNoisyROMonConfigCore(helper,algoinstance,inputFlags,
title='Yield of events flagged as MNB-Tight - {0} ; Luminosity Block', title='Yield of events flagged as MNB-Tight - {0} ; Luminosity Block',
xbins=lArDQGlobals.LB_Bins,xmin=lArDQGlobals.LB_Min,xmax=lArDQGlobals.LB_Max) xbins=lArDQGlobals.LB_Bins,xmin=lArDQGlobals.LB_Min,xmax=lArDQGlobals.LB_Max)
darray.defineHistogram('LBMNBTight_PsVet;MNBTight_PsVetoEvent',type='TH1I', path=hist_path, darray.defineHistogram('LBMNBTight_PsVeto;MNBTight_PsVetoEvent',type='TH1I', path=hist_path,
title='Yield of events flagged as MNB-Tight_PsVeto - {0} ; Luminosity Block', title='Yield of events flagged as MNB-Tight_PsVeto - {0} ; Luminosity Block',
xbins=lArDQGlobals.LB_Bins,xmin=lArDQGlobals.LB_Min,xmax=lArDQGlobals.LB_Max) xbins=lArDQGlobals.LB_Bins,xmin=lArDQGlobals.LB_Min,xmax=lArDQGlobals.LB_Max)
......
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