From 408792f9873cc91929c20fe7cd33fc3f527ce878 Mon Sep 17 00:00:00 2001
From: erodrigu <eduardo.rodrigues@cern.ch>
Date: Fri, 7 Oct 2022 10:20:57 +0200
Subject: [PATCH] Delete obsoleted Phys/DaVinci/options/jobOptions-Example.*
 files

---
 Phys/DaVinci/options/jobOptions-Example.py   | 19 -------------------
 Phys/DaVinci/options/jobOptions-Example.yaml | 17 -----------------
 2 files changed, 36 deletions(-)
 delete mode 100644 Phys/DaVinci/options/jobOptions-Example.py
 delete mode 100644 Phys/DaVinci/options/jobOptions-Example.yaml

diff --git a/Phys/DaVinci/options/jobOptions-Example.py b/Phys/DaVinci/options/jobOptions-Example.py
deleted file mode 100644
index 63930d0ce..000000000
--- 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 971054bdf..000000000
--- 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
-- 
GitLab