Skip to content
Snippets Groups Projects
Commit 9ff1abf7 authored by Nikola Dikic's avatar Nikola Dikic
Browse files

Merge branch 'master-AFP-DQM-Nikola' of...

Merge branch 'master-AFP-DQM-Nikola' of https://gitlab.cern.ch:8443/ndikic/athena into master-AFP-DQM-Nikola
parents c166e7ad bde1d691
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36664AFP DQM [rel 22],!36035AFP Run3 merge request - added automatic check,!32548AFP Run3 Monitoring DQ Data Quality - changes in python file,!28689First template for AFP Run3 Monitoring DQ Data Quality
......@@ -16,6 +16,7 @@ atlas_depends_on_subdirs(
Control/AthenaMonitoringKernel
GaudiKernel
Event/xAOD/xAODForward
xAODForward/AFPSiHit
LumiBlock/LumiBlockComps
LumiBlock/LumiBlockData
Trigger/TrigEvent/TrigDecisionInterface
......@@ -80,7 +81,8 @@ atlas_add_component(
AthenaMonitoringKernelLib
LumiBlockData
LWHists
xAODForward
AFPSiHit
xAODForward
SGAudCore
TrigDecisionToolLib
)
......@@ -89,5 +91,6 @@ atlas_add_component(
#atlas_install_python_modules( python/*.py
# POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_joboptions( share/*.py )
atlas_install_python_modules( python/*.py )
#atlas_install_scripts( share/Run3DQTestingDriver.py share/hist_file_dump.py share/hist_diff.sh )
......@@ -8,8 +8,8 @@
#include "AthenaMonitoring/AthMonitorAlgorithm.h"
#include "AthenaMonitoringKernel/Monitored.h"
#include "StoreGate/ReadHandleKey.h"
#include <xAODForward/AFPSiHitContainer.h>
//##include <xAODForward/AFPSiHit.h>
#include "xAODForward/AFPSiHitContainer.h"
#include "xAODForward/AFPSiHit.h"
#include "TRandom3.h"
......
......@@ -144,7 +144,7 @@ StatusCode AFPSiLayerAlgorithm::fillHistograms( const EventContext& ctx ) const
//ATH_CHECK( afpHitContainerKey.initialize() );
for(const auto& hitsItr: *afpHitContainer)
for(const xAOD::AFPSiHit *hitsItr: *afpHitContainer)
{
switch(hitsItr->stationID())
......
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