From f6a3a22d5ca0420a069ad0303d832c939a44c5f5 Mon Sep 17 00:00:00 2001 From: "patrick.koppenburg@cern.ch" <patrick.koppenburg@cern.ch> Date: Mon, 3 May 2021 13:02:24 +0200 Subject: [PATCH] rename histos file --- DaVinciTests/tests/refs/test_davinci_simplejob.ref | 8 ++++---- DaVinciTests/tests/refs/test_davinci_user_algs.ref | 8 ++++---- Phys/DaVinci/options/jobOptions-Example.py | 4 ++-- Phys/DaVinci/options/jobOptions-Example.yaml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DaVinciTests/tests/refs/test_davinci_simplejob.ref b/DaVinciTests/tests/refs/test_davinci_simplejob.ref index 9dc87929d..a52703c24 100644 --- a/DaVinciTests/tests/refs/test_davinci_simplejob.ref +++ b/DaVinciTests/tests/refs/test_davinci_simplejob.ref @@ -14,7 +14,7 @@ |-event_store = 'HiveWhiteBoard' (default: 'HiveWhiteBoard') |-evt_max = 100 (default: -1) |-first_evt = 0 (default: 0) -|-histo_file = 'DVHistos.root' (default: '') +|-histo_file = 'ExampleHistos.root' (default: '') |-ignore_dq_flags = False (default: False) |-input_files = ['root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000002_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000004_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000043_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000068_1.ldst'] | (default: []) @@ -29,7 +29,7 @@ |-msg_svc_time_format = '%Y-%m-%d %H:%M:%S UTC' (default: '%Y-%m-%d %H:%M:%S UTC') |-n_event_slots = 1 (default: -1) |-n_threads = 1 (default: 1) -|-ntuple_file = 'DVNtuple.root' (default: '') +|-ntuple_file = 'ExampleTuple.root' (default: '') |-output_file = '' (default: '') |-output_level = 3 (default: 3) |-output_type = '' (default: '') @@ -49,8 +49,8 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully -NTupleSvc INFO Added stream file:DVNtuple.root as FILE1 -RootHistSvc INFO Writing ROOT histograms to: DVHistos.root +NTupleSvc INFO Added stream file:ExampleTuple.root as FILE1 +RootHistSvc INFO Writing ROOT histograms to: ExampleHistos.root HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc DetectorDataSvc INFO Detector description not requested to be loaded EventClockSvc.FakeEventTime INFO Event times generated from 0 with steps of 0 diff --git a/DaVinciTests/tests/refs/test_davinci_user_algs.ref b/DaVinciTests/tests/refs/test_davinci_user_algs.ref index 34dd13078..c2309a2e7 100644 --- a/DaVinciTests/tests/refs/test_davinci_user_algs.ref +++ b/DaVinciTests/tests/refs/test_davinci_user_algs.ref @@ -14,7 +14,7 @@ |-event_store = 'HiveWhiteBoard' (default: 'HiveWhiteBoard') |-evt_max = 100 (default: -1) |-first_evt = 0 (default: 0) -|-histo_file = 'DVHistos.root' (default: '') +|-histo_file = 'ExampleHistos.root' (default: '') |-ignore_dq_flags = False (default: False) |-input_files = ['root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000002_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000004_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000043_1.ldst', 'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076720/0000/00076720_00000068_1.ldst'] | (default: []) @@ -29,7 +29,7 @@ |-msg_svc_time_format = '%Y-%m-%d %H:%M:%S UTC' (default: '%Y-%m-%d %H:%M:%S UTC') |-n_event_slots = 1 (default: -1) |-n_threads = 1 (default: 1) -|-ntuple_file = 'DVNtuple.root' (default: '') +|-ntuple_file = 'ExampleTuple.root' (default: '') |-output_file = '' (default: '') |-output_level = 3 (default: 3) |-output_type = '' (default: '') @@ -50,8 +50,8 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully -NTupleSvc INFO Added stream file:DVNtuple.root as FILE1 -RootHistSvc INFO Writing ROOT histograms to: DVHistos.root +NTupleSvc INFO Added stream file:ExampleTuple.root as FILE1 +RootHistSvc INFO Writing ROOT histograms to: ExampleHistos.root HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc FSROutputStreamDstWriter INFO Data source: EventDataSvc output: SVC='Gaudi::RootCnvSvc' UnpackChargedProtos.ChargedProto... INFO Using retuned RICH el and mu DLL values in combined DLLs diff --git a/Phys/DaVinci/options/jobOptions-Example.py b/Phys/DaVinci/options/jobOptions-Example.py index 807397eb2..ed4de1f66 100644 --- a/Phys/DaVinci/options/jobOptions-Example.py +++ b/Phys/DaVinci/options/jobOptions-Example.py @@ -12,6 +12,6 @@ { 'evt_max': 100, 'skip_events': 2, - 'ntuple_file': 'DVNtuple.root', - 'histo_file': 'DVHistos.root' + 'ntuple_file': 'ExampleHistos.root', + 'histo_file': 'ExampleTuple.root' } diff --git a/Phys/DaVinci/options/jobOptions-Example.yaml b/Phys/DaVinci/options/jobOptions-Example.yaml index ae0f47415..80972fbdf 100644 --- a/Phys/DaVinci/options/jobOptions-Example.yaml +++ b/Phys/DaVinci/options/jobOptions-Example.yaml @@ -11,5 +11,5 @@ evt_max: 100 skip_events: 2 -ntuple_file: 'DVNtuple.root' -histo_file: 'DVHistos.root' \ No newline at end of file +ntuple_file: 'ExampleTuple.root' +histo_file: 'ExampleHistos.root' \ No newline at end of file -- GitLab