Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Phys Phys
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb
  • PhysPhys
  • Merge requests
  • !1017

GaudiException instead of crash when outside of a DVAlgorithm

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Patrick Koppenburg requested to merge pkoppenb-DVA into master Nov 25, 2021
  • Overview 13
  • Commits 1
  • Pipelines 2
  • Changes 1

Addresses issue https://gitlab.cern.ch/lhcb-dpa/project/-/issues/173

When adding BPVIP() to FunTuple, it outputs the following message

### No IDVAlgorithm.
### You cannot use this function from outside of a DVAlgorithm.
### Are you in FunTuple or an Hlt selection?
ToolSvc.HybridFactory                 ERROR End of native Python printout to stderr
ToolSvc.HybridFactory                 ERROR  Error has occured in Python: the problematic code is : 
ToolSvc.HybridFactory                 ERROR # ==============================================================================
# python pseudomodule, generated for the hybrid factory'ToolSvc.HybridFactory'
# ==============================================================================
# Arguments:
# 	code    = 'BPVIP()'
# 	actor   = 'LoKi.Hybrid.Engine()'
# 	modules = [ 'LoKiPhys.decorators' , 'LoKiProtoParticles.decorators' , 'LoKiArrayFunctors.decorators' , 'LoKiCore.functions' , 'LoKiCore.math' ]
# 	lines   = [  ]
# 	context = '
##! TRACK_MAX_PT = MAXTREE(ISBASIC & HASTRACK, PT, -1)'
# ==============================================================================
Edited Nov 25, 2021 by Patrick Koppenburg
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pkoppenb-DVA