Skip to content
Snippets Groups Projects
  • Alex Pearce's avatar
    42f3b3b6
    Update Tesla tests to account for recent changes. · 42f3b3b6
    Alex Pearce authored
    The major differences are:
    
    * Turbo processing generally requires `DaVinci().Turbo = True`;
    * The packers now require the locations of packed containers that should
    always be created to be explicitly specified, and emit a warning if
    these are not specified.
    42f3b3b6
    History
    Update Tesla tests to account for recent changes.
    Alex Pearce authored
    The major differences are:
    
    * Turbo processing generally requires `DaVinci().Turbo = True`;
    * The packers now require the locations of packed containers that should
    always be created to be explicitly specified, and emit a warning if
    these are not specified.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TupleStepOneLine.py 189 B
from GaudiConf import IOHelper
IOHelper().inputFiles(['PFN:Tesla.dst'])
from Configurables import DaVinci
DaVinci().TupleFile = 'TupleStepOneLine.root'
DaVinci().RootInTES = '/Event/Turbo'