Skip to content

Ostap: reshuffle code to make better integration of Ostap with SWAN.cern.ch

Vanya Belyaev requested to merge vanya-analysis-6 into master
  • reshuffle a bit the code to make better usage of Ostap with SWAN, in particular move all initialization machinery from scripts/ostap to new module Ostap/Run.py To start ostap in SWAN one just needs:
    In [] : from Ostap.Run import *

Merge request reports