diff --git a/Phys/DaVinci/options/jobOptions-Example.py b/Phys/DaVinci/options/jobOptions-Example.py deleted file mode 100644 index 63930d0ced99b052539344d74299760330c33637..0000000000000000000000000000000000000000 --- a/Phys/DaVinci/options/jobOptions-Example.py +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# (c) Copyright 2020-2022 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the GNU General Public # -# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # -# # -# In applying this licence, CERN does not waive the privileges and immunities # -# granted to it by virtue of its status as an Intergovernmental Organization # -# or submit itself to any jurisdiction. # -############################################################################### - -{ - 'evt_max': 100, - 'skip_events': 2, - 'ntuple_file': 'ExampleHistos.root', - 'histo_file': 'ExampleTuple.root', - 'enable_unpack': False, - 'process': 'Spruce' -} diff --git a/Phys/DaVinci/options/jobOptions-Example.yaml b/Phys/DaVinci/options/jobOptions-Example.yaml deleted file mode 100644 index 971054bdf26a9fcaceb052711cc51ba00e333969..0000000000000000000000000000000000000000 --- a/Phys/DaVinci/options/jobOptions-Example.yaml +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# (c) Copyright 2020-2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the GNU General Public # -# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # -# # -# In applying this licence, CERN does not waive the privileges and immunities # -# granted to it by virtue of its status as an Intergovernmental Organization # -# or submit itself to any jurisdiction. # -############################################################################### - -evt_max: 100 -skip_events: 2 -ntuple_file: 'ExampleTuple.root' -histo_file: 'ExampleHistos.root' -enable_unpack: False -process: 'Spruce' \ No newline at end of file