Skip to content
Snippets Groups Projects

Add context methods to LoKi::Hybrid::GenEngine

Merged Alex Pearce requested to merge apearce-genmc-context into master
All threads resolved!

Follows !1549 (merged), adding back support for LoKi functors under the GenEngine actor (used in generator-level cuts).

Closes LHCBGAUSS-1833.

/cc @ibelyaev

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 from Configurables import LoKi__GenFilter as GenFilter
14
15 # TODO why is this still needed? (taken from LHCbApp)
16 from Configurables import AlgContextSvc
17 AlgContextSvc(BypassIncidents=True)
18
19 # Get rid of warnings
20 HistogramPersistencySvc().OutputLevel = 5
21 LoKiSvc().Welcome = False
22
23 algorithm = GenFilter(
24 'Algorithm',
25 Preambulo=[
26 """
27 # Check that GSOURCE is decorated correctly
28 print "Algorithm, GSOURCE =", GSOURCE
Please register or sign in to reply
Loading