Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 201
    • Merge requests 201
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !25955

Merged
Created Aug 16, 2019 by Elin Bergeaas Kuutmann@ebergeasDeveloper

Making DQTDataFlowMon private in TrigHLTMonCommon_jobOptions.py, ATR-20161

  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 1

Fixing the 'Can not append DQTDataFlowMonTool (Public AlgTool) to a PrivateToolHandleArray' error as reported in ATR-20161.
I removed the line

ToolSvc += DQTDataFlowMon 

from https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigMonitoring/TrigHLTMonitoring/share/TrigHLTMonCommon_jobOptions.py after instructions for how to solve a similar problem on the hn-atlas-offlineSWHelp https://groups.cern.ch/group/hn-atlas-offlineSWHelp/Lists/Archive/Flat.aspx?RootFolder=%2Fgroup%2Fhn%2Datlas%2DofflineSWHelp%2FLists%2FArchive%2FAthenaMonManager%20AthenaMonTools%20pb&FolderCTID=0x012002002BD1887D3A9C0D489560C010AA1FE9F4

It seems like this is the recommended way of solving this problem, and removing this one line indeed solves the reported problem. Output files of the test

asetup master,Athena,r11
TrigHLTMon_tf.py --inputAODFile AOD.pool.root --outputHISTFile myHIST.root 

can be found here:
/afs/cern.ch/user/e/ebergeas/work/public/triggermonitoring/ATR-20161

Marking as WIP for now to make sure this doesn't break anything else.

Edited Aug 19, 2019 by Elin Bergeaas Kuutmann
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master-DQTDataFlowMonTool-check