diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 896427a36c28756c1ee60adae620662e3094dfef..f9ab5bfea74cc2c063df339f6df76a2c8aa8bf01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,11 @@ stages: - deploy variables: - TARGET_BRANCH: 2024-patches + TARGET_BRANCH: master # Parameters for downloading nightlies and building DaVinci BINARY_TAG: x86_64_v2-el9-gcc13-opt NO_LBLOGIN: "1" # prevent lbdocker containers to start LbLogin/LbEnv - LB_NIGHTLY_SLOT: lhcb-2024-patches + LB_NIGHTLY_SLOT: lhcb-master check-copyright: stage: check @@ -85,10 +85,9 @@ build: - cvmfs script: - . /cvmfs/lhcb.cern.ch/lib/LbEnv.sh - - . /cvmfs/lhcbdev.cern.ch/nightlies/${LB_NIGHTLY_SLOT}/latest/setupSearchPath.sh - # setupSearchPath.sh only sets CMTPROJECTPATH but we need CMAKE_PREFIX_PATH - - export CMAKE_PREFIX_PATH=${CMTPROJECTPATH}:${CMAKE_PREFIX_PATH} - - export LCG_VERSION=105 + - build_path=$(ls -td /cvmfs/lhcbdev.cern.ch/nightlies/nightly/${LB_NIGHTLY_SLOT}/* | head -1) + - export CMAKE_PREFIX_PATH=${build_path}:${CMAKE_PREFIX_PATH} + - export LCG_VERSION=$(jq -r '.projects | map(select(.name == "LCG")) | .[0].version' $build_path/slot-config.json) - lb-project-init - make CMAKEFLAGS=-DLOKI_BUILD_FUNCTOR_CACHE=OFF - ln -s ./build.$BINARY_TAG/run run diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5768c465f9f40523487b6193c453e81d097462cd..97afb629a0b69836429e46b831079586451845f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,3 +50,12 @@ repos: - id: check-ast - id: check-docstring-first - id: check-merge-conflict + - repo: local + hooks: + - id: test-inputs-use-testfiledb + name: test inputs use TestFileDB + description: make sure all inputs to test options files are going through FileTestDB + language: pygrep + types_or: [python, yaml] + exclude: "(.pre-commit-config.yaml|HltEfficiencyChecker/options/hlt2_eff_example.yaml)" + entry: '^(?!(?:options\.)?input_manifest_file(?:| =)).*root://eoslhcb.cern.ch//eos/lhcb/' diff --git a/CMakeLists.txt b/CMakeLists.txt index 35cb107d1f141e55f7bd869bacab70bf3702608a..d2d5d98256113dcd321905ae71de63f1395278da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(DaVinci VERSION 64.13 +project(DaVinci VERSION 65.0 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/DaVinciExamples/example_data/2024_sprucing24c2_charm_turbo_data.yaml b/DaVinciExamples/example_data/2024_sprucing24c2_charm_turbo_data.yaml index e2607d49e337b0ef603cda688cf6c52b3be6742e..7f29fffab10eb9067084238ae8fa66e394204dd4 100644 --- a/DaVinciExamples/example_data/2024_sprucing24c2_charm_turbo_data.yaml +++ b/DaVinciExamples/example_data/2024_sprucing24c2_charm_turbo_data.yaml @@ -1,12 +1,7 @@ -input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst -input_type: 'ROOT' -simulation: False +testfiledb_key: 2024_Sprucing24c2 input_raw_format: 0.5 input_process: TurboPass input_stream: charm -conditions_version: master -geometry_version: run3/2024.Q1.2-v00.00 python_logging_level: 3 persistreco_version: 1.0 lumi: False diff --git a/DaVinciExamples/example_data/FEST_November_2021_dst_newPacking.yaml b/DaVinciExamples/example_data/FEST_November_2021_dst_newPacking.yaml index 39be6ca6b52a9ed72a38f134a29802947086db19..fe60046107562ce64951fea103480e869a804ad9 100644 --- a/DaVinciExamples/example_data/FEST_November_2021_dst_newPacking.yaml +++ b/DaVinciExamples/example_data/FEST_November_2021_dst_newPacking.yaml @@ -1,12 +1,5 @@ -input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst +testfiledb_key: FEST_November_2021 input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.tck.json -input_type: ROOT -simulation: true -conddb_tag: sim-20201218-vc-md100 -dddb_tag: dddb-20201211 -conditions_version: master -geometry_version: run3/trunk histo_file: v2_example_histos.root ntuple_file: v2_example_ntuples.root input_process: Hlt2 diff --git a/DaVinciExamples/example_data/Gauss_12143001_xgen.yaml b/DaVinciExamples/example_data/Gauss_12143001_xgen.yaml index 487b402be1f3e750ff24b8b9109dfdfce2804a67..74558df409fb609c1bf89ab3753809681830b8d9 100644 --- a/DaVinciExamples/example_data/Gauss_12143001_xgen.yaml +++ b/DaVinciExamples/example_data/Gauss_12143001_xgen.yaml @@ -1,11 +1,4 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Gauss-12143001-100ev-20211117.xgen -input_type: ROOT -simulation: true -conddb_tag: sim-20171127-vc-md100 -dddb_tag: dddb-20171126 -conditions_version: master -geometry_version: run3/trunk +testfiledb_key: Gauss_12143001_xgen histo_file: DV_histo_xgen.root ntuple_file: DV_tuple_xgen.root input_raw_format: 0.5 diff --git a/DaVinciExamples/example_data/Run255620.yaml b/DaVinciExamples/example_data/Run255620.yaml index 876ef85ded63c9b961e4f739e4fb84d8a16b8d32..1608030e66ff01c829aa527c462cb06cd5b345ed 100644 --- a/DaVinciExamples/example_data/Run255620.yaml +++ b/DaVinciExamples/example_data/Run255620.yaml @@ -1,15 +1,6 @@ -input_files: - - mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/Commissioning2022/Run255620/255620_00150000_0000.raw - - mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/Commissioning2022/Run255620/255620_00150000_0001.raw - - mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/Commissioning2022/Run255620/255620_00150000_0002.raw - - mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/Commissioning2022/Run255620/255620_00150000_0003.raw - - mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/Commissioning2022/Run255620/255620_00150011_0001.raw -input_type: 'RAW' -simulation: False +testfiledb_key: DaVinci_spruce_2022 input_raw_format: 0.5 input_process: Hlt2 -conditions_version: AlignmentV14_2024_04_05 -geometry_version: run3/trunk python_logging_level: 3 persistreco_version: 0.0 lumi: False diff --git a/DaVinciExamples/example_data/Spruce_all_lines_dst.yaml b/DaVinciExamples/example_data/Spruce_all_lines_dst.yaml index 5c9089af30b31cd453b0cac73cfe3f839d96d5b9..5e3de3dd5ced16ab51e5da5d0c6f4530576bf9d6 100644 --- a/DaVinciExamples/example_data/Spruce_all_lines_dst.yaml +++ b/DaVinciExamples/example_data/Spruce_all_lines_dst.yaml @@ -1,12 +1,5 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +testfiledb_key: Spruce_all_lines_dst input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtime_newPacking_newDst.tck.json -input_type: ROOT -simulation: true -conddb_tag: sim-20171127-vc-md100 -dddb_tag: dddb-20171126 -conditions_version: master -geometry_version: run3/trunk lumi: False write_fsr: False histo_file: sprucing_histos.root diff --git a/DaVinciExamples/example_data/Spruce_all_lines_olddst.yaml b/DaVinciExamples/example_data/Spruce_all_lines_olddst.yaml deleted file mode 100644 index 4e7417242fb9178f1aecc35cd632a4502b4f29ff..0000000000000000000000000000000000000000 --- a/DaVinciExamples/example_data/Spruce_all_lines_olddst.yaml +++ /dev/null @@ -1,12 +0,0 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking.dst -input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtime_newPacking.tck.json -input_type: ROOT -simulation: true -conddb_tag: sim-20171127-vc-md100 -dddb_tag: dddb-20171126 -histo_file: sprucing_histos_olddst.root -ntuple_file: sprucing_tuple_olddst.root -input_raw_format: 0.3 -input_process: Spruce -persistreco_version: 0.0 diff --git a/DaVinciExamples/example_data/Upgrade_LbToLcmunu.yaml b/DaVinciExamples/example_data/Upgrade_LbToLcmunu.yaml index 22beda6a5e2ea48909f9bcb190662c5aa2b9391a..8678b5d65b6ea21ce236355dd2aa6884582e284c 100644 --- a/DaVinciExamples/example_data/Upgrade_LbToLcmunu.yaml +++ b/DaVinciExamples/example_data/Upgrade_LbToLcmunu.yaml @@ -1,18 +1,11 @@ -input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +testfiledb_key: upgrade_LbToLcmunu input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.tck.json -input_type: ROOT -simulation: True -conddb_tag: sim-20210617-vc-mu100 -dddb_tag: dddb-20210617 -conditions_version: master -geometry_version: run3/trunk input_raw_format: 0.5 ntuple_file: 'mytuple.root' print_freq: 1 input_process: Hlt2 input_stream: default -evt_max: -1 +evt_max: 7 persistreco_version: 0.0 lumi: False write_fsr: False diff --git a/DaVinciExamples/example_data/Upgrade_genFSR_ldst.yaml b/DaVinciExamples/example_data/Upgrade_genFSR_ldst.yaml index 09118f989e52c580c5039d536b12ca4ebfb41d68..e76f13917f547c9a2e9ce1ee6d536a8128669473 100644 --- a/DaVinciExamples/example_data/Upgrade_genFSR_ldst.yaml +++ b/DaVinciExamples/example_data/Upgrade_genFSR_ldst.yaml @@ -1,9 +1,8 @@ -input_files: root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/swtest/genFSR/genfsr_upgrade{0..3}.ldst -input_type: ROOT -simulation: True -conddb_tag: sim-20171127-vc-md100 -dddb_tag: dddb-20171126 +testfiledb_key: genFSR_upgrade_ldst input_process: Brunel +root_ioalg_name: RootIOAlgExt +root_ioalg_opts: + StoreOldFSRs: true persistreco_version: 0.0 lumi: False write_fsr: False diff --git a/DaVinciExamples/example_data/hlt2_b2ksttaumu_opt.yaml b/DaVinciExamples/example_data/hlt2_b2ksttaumu_opt.yaml index cdcf370789df256a56282ffb8a6b13d9f506a6eb..78c970cb90d558c7d0bf1f4b1d619d2d98555f45 100644 --- a/DaVinciExamples/example_data/hlt2_b2ksttaumu_opt.yaml +++ b/DaVinciExamples/example_data/hlt2_b2ksttaumu_opt.yaml @@ -1,13 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/b_to_ksttaumu_test_isolation.dst +testfiledb_key: hlt2_b2ksttaumu_opt input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/b_to_ksttaumu_test_isolation.tck.json -input_type: ROOT evt_max: -1 ntuple_file: b_to_ksttaumu_test_isolation.root print_freq: 20 -simulation: true -conddb_tag: sim-20180530-vc-mu100 -dddb_tag: dddb-20190223 -conditions_version: master -geometry_version: run3/trunk input_process: Hlt2 diff --git a/DaVinciExamples/example_data/test_hlt1_trigger_decisions.yaml b/DaVinciExamples/example_data/test_hlt1_trigger_decisions.yaml index 0c2d76549b1f49885c031875065e4930cbcf8575..f9a5ab494fdf4e23b29363e35a624411993a01df 100644 --- a/DaVinciExamples/example_data/test_hlt1_trigger_decisions.yaml +++ b/DaVinciExamples/example_data/test_hlt1_trigger_decisions.yaml @@ -1,13 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_integration_B0_100.dst -input_type: ROOT -simulation: true -conddb_tag: sim-20201218-vc-md100 -dddb_tag: dddb-20201211 -conditions_version: master -geometry_version: run3/trunk +testfiledb_key: hlt1_trigger_decisions input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_integration_B0_100.tck.json -evt_max: -1 +evt_max: 44 histo_file: hlt2_B0_test_histo.root ntuple_file: hlt2_B0_test_ntuple.root input_process: Hlt2 diff --git a/DaVinciExamples/example_data/test_passthrough_thor_lines.yaml b/DaVinciExamples/example_data/test_passthrough_thor_lines.yaml index fc70ab30c7d9dc8ab0430fba26f57e29e5896214..80fc5639c31065dd1896bdc23771bda8ce106cd1 100644 --- a/DaVinciExamples/example_data/test_passthrough_thor_lines.yaml +++ b/DaVinciExamples/example_data/test_passthrough_thor_lines.yaml @@ -1,12 +1,5 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/logs/spruce_bsjpsiphi_passthrough_with_pv_pointer..dst +testfiledb_key: passthrough_thor_lines input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/logs/spruce_bsjpsiphi_passthrough_with_pv_pointer.tck.json -input_type: ROOT -simulation: true -conddb_tag: sim-20180530-vc-md100 -dddb_tag: dddb-20180815 -conditions_version: master -geometry_version: run3/trunk histo_file: passthrough_histos.root ntuple_file: passthrough_tuple.root input_process: TurboPass diff --git a/DaVinciExamples/example_data/test_read_xgen.yaml b/DaVinciExamples/example_data/test_read_xgen.yaml index 9b8ad5e1325e603b44c42928704e5ea1a384c794..04d99f35daba60566ace2dd6de90353863247574 100644 --- a/DaVinciExamples/example_data/test_read_xgen.yaml +++ b/DaVinciExamples/example_data/test_read_xgen.yaml @@ -1,9 +1,4 @@ -input_files: -- 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Gauss-12143001-100ev-20211117.xgen' -input_type: ROOT -simulation: true -conddb_tag: sim-20171127-vc-md100 -dddb_tag: dddb-20171126 +testfiledb_key: Gauss_12143001_xgen input_process: Gen lumi: False write_fsr: False diff --git a/DaVinciExamples/example_data/test_spruce_MCtools.yaml b/DaVinciExamples/example_data/test_spruce_MCtools.yaml index 9377de851e51de71bb612454941d7d9b16a76ae5..98961214853b6e330e69d989135bbf9d5582688d 100644 --- a/DaVinciExamples/example_data/test_spruce_MCtools.yaml +++ b/DaVinciExamples/example_data/test_spruce_MCtools.yaml @@ -1,12 +1,5 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_realtimereco_dstinput.dst +testfiledb_key: spruce_MCTools input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_example_realtime_dstinput.tck.json -input_type: ROOT -simulation: true -conddb_tag: sim-20171127-vc-md100 -dddb_tag: dddb-20171126 -conditions_version: master -geometry_version: run3/trunk histo_file: sprucing_mc_histos.root ntuple_file: sprucing_mc_tuple.root input_raw_format: 0.5 diff --git a/DaVinciExamples/example_data/test_spruced_data.yaml b/DaVinciExamples/example_data/test_spruced_data.yaml index 4eb999b7b4180c3ed62eb1da6ff1f11a525b8058..2a7267f41475785a78ba7383f1adc719515d4879 100644 --- a/DaVinciExamples/example_data/test_spruced_data.yaml +++ b/DaVinciExamples/example_data/test_spruced_data.yaml @@ -1,13 +1,7 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +testfiledb_key: Spruce_with_lumi_all_lines_moreDst input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production.tck.json -input_type: ROOT -simulation: False -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk output_level: 3 input_raw_format: 0.5 input_process: Spruce input_stream: b2oc +evt_max: 3 diff --git a/DaVinciExamples/example_data/test_spruced_turbo.yaml b/DaVinciExamples/example_data/test_spruced_turbo.yaml index b76b2593145951f5b6357ad3099373f5b61ca866..f3e9bc3af452093b190a97cfe7ab9be447e0b509 100644 --- a/DaVinciExamples/example_data/test_spruced_turbo.yaml +++ b/DaVinciExamples/example_data/test_spruced_turbo.yaml @@ -1,12 +1,7 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +testfiledb_key: spruced_turbo input_process: TurboPass -simulation: False input_stream: qee persistreco_version: 0.0 -input_type: ROOT -geometry_version: run3/trunk -conditions_version: master evt_max: 1000 lumi: False write_fsr: False diff --git a/DaVinciExamples/example_data/test_tistos.yaml b/DaVinciExamples/example_data/test_tistos.yaml index 642598120ee6840c0c69e1403a86eb0fdc2e46c3..a897d3264329ab5f0c99622131162aae0478d2a6 100644 --- a/DaVinciExamples/example_data/test_tistos.yaml +++ b/DaVinciExamples/example_data/test_tistos.yaml @@ -1,15 +1,10 @@ -input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +testfiledb_key: HltTisTos_test input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.tck.json -input_type: 'ROOT' -simulation: False evt_max : 500 ntuple_file: "tistos_ntuple.root" input_raw_format: 0.5 input_process: Spruce input_stream: bandq -conditions_version: master -geometry_version: run3/trunk python_logging_level: 3 output_level: 3 print_freq: 50 diff --git a/DaVinciExamples/example_data/test_tistos_advanced.yaml b/DaVinciExamples/example_data/test_tistos_advanced.yaml index b889d24d0ffe76633758bbc03b248a55cfd66a11..7599a61ce16f67e59051546129adc8e3af0143d1 100644 --- a/DaVinciExamples/example_data/test_tistos_advanced.yaml +++ b/DaVinciExamples/example_data/test_tistos_advanced.yaml @@ -1,11 +1,4 @@ -input_files: -- "root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/moore_bs2phiphi_Hlt2filter.dst" -simulation: True -input_type: ROOT -dddb_tag: 'dddb-20210617' -conddb_tag: 'sim-20210617-vc-mu100' -conditions_version: AlignmentV14_2024_04_05 -geometry_version: run3/trunk +testfiledb_key: tistos_advanced input_manifest_file: 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2overhlt1_tck-phiphi.json' ntuple_file: tuple_tistos_advanced.root evt_max: -1 diff --git a/DaVinciExamples/example_options/example_tupling_allfunctors.yaml b/DaVinciExamples/example_options/example_tupling_allfunctors.yaml index cd502f4d7d0142b8967cf67b154a141179bbc898..3d1e287ec5898e29237e0a1e083f8fdfbf33437a 100644 --- a/DaVinciExamples/example_options/example_tupling_allfunctors.yaml +++ b/DaVinciExamples/example_options/example_tupling_allfunctors.yaml @@ -1,15 +1,8 @@ - input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst' - input_manifest_file: 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtime_newPacking_newDst.tck.json' - input_type: ROOT - simulation: true - conddb_tag: sim-20171127-vc-md100 - dddb_tag: dddb-20171126 - conditions_version: master - geometry_version: run3/trunk - input_raw_format: 0.3 - lumi: false - ntuple_file: 'DV_example_allFunctors_ntp.root' - print_freq: 1 - input_process: Spruce - input_stream: default +testfiledb_key: Spruce_all_lines_dst +input_manifest_file: 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtime_newPacking_newDst.tck.json' +input_raw_format: 0.3 +lumi: false +ntuple_file: 'DV_example_allFunctors_ntp.root' +print_freq: 1 +input_process: Spruce +input_stream: default diff --git a/DaVinciExamples/python/DaVinciExamples/debugging.py b/DaVinciExamples/python/DaVinciExamples/debugging.py index 96c338198e1067ea807726753c0ef1fdefb795f1..0d25e6316a7625abe3a06b0c8fb19aa1bfd14bf2 100644 --- a/DaVinciExamples/python/DaVinciExamples/debugging.py +++ b/DaVinciExamples/python/DaVinciExamples/debugging.py @@ -26,6 +26,7 @@ from DaVinci.common_particles import make_std_loose_jpsi2mumu def print_decay_tree(options: Options): + config = configure_input(options) jpsis = make_std_loose_jpsi2mumu() pdt = PrintDecayTree(name="PrintJpsis", Input=jpsis) @@ -34,16 +35,15 @@ def print_decay_tree(options: Options): "PrintJpsiNode", children=[jpsis, pdt], combine_logic=NodeLogic.NONLAZY_AND ) - config = configure_input(options) config.update(configure(options, node)) return config def print_header(options: Options): + config = configure_input(options) ph = PrintHeader(name="PrintHeader", ODINLocation=make_odin()) node = CompositeNode("PHNode", children=[ph]) - config = configure_input(options) config.update(configure(options, node)) return config diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/DTF_run_mc.py b/DaVinciExamples/python/DaVinciExamples/tupling/DTF_run_mc.py index 753af5406c677806105988559a82d5e83e438899..1a5d3b0ce99d3cea2f9164518ccc5cb434f26fcc 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/DTF_run_mc.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/DTF_run_mc.py @@ -22,7 +22,7 @@ rst_running: lbexec DaVinciExamples.tupling.DTF_run_mc:main $DAVINCIEXAMPLESROOT rst_yaml: ../DaVinciExamples/example_data/Spruce_all_lines_dst.yaml+../DaVinciExamples/example_options/example_tupling_DTF_run_mc.yaml """ import Functors as F -from Hlt2Conf.standard_particles import make_detached_mumu +from RecoConf.standard_particles import make_detached_mumu from RecoConf.reconstruction_objects import make_pvs from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/advanced_run_mc.py b/DaVinciExamples/python/DaVinciExamples/tupling/advanced_run_mc.py index 87ef128252edcccfb31fdccd58d2d7f2a2b41509..b71e3f2916ab8f178ef352cae8b88f77c9aacf0c 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/advanced_run_mc.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/advanced_run_mc.py @@ -23,7 +23,7 @@ rst_running: lbexec DaVinciExamples.tupling.advanced_run_mc:main $DAVINCIEXAMPLE rst_yaml: ../DaVinciExamples/example_data/Upgrade_Bd2KstarMuMu_ldst.yaml+../DaVinciExamples/example_options/example_tupling_advanced_run_mc.yaml """ import Functors as F -from Hlt2Conf.standard_particles import make_detached_mumu, make_KsDD +from RecoConf.standard_particles import make_detached_mumu, make_KsDD from PyConf.control_flow import CompositeNode, NodeLogic from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/basic.py b/DaVinciExamples/python/DaVinciExamples/tupling/basic.py index f001719611c9a61aebe79fa63b65b05beae247dd..7e819a0e173d3a002a200541cd1a7f6f12e34b1e 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/basic.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/basic.py @@ -23,7 +23,7 @@ rst_yaml: ../DaVinciExamples/example_data/Upgrade_Bd2KstarMuMu_ldst.yaml+../DaVi """ import Functors as F -from Hlt2Conf.standard_particles import make_detached_mumu, make_KsDD +from RecoConf.standard_particles import make_detached_mumu, make_KsDD from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/basic_run_mc.py b/DaVinciExamples/python/DaVinciExamples/tupling/basic_run_mc.py index 657e2dc0f97a60e9f9f05b88d747f46aa993a9ab..ef649d1ada3b36c76b5862973ddec4682bbe3a68 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/basic_run_mc.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/basic_run_mc.py @@ -21,7 +21,7 @@ rst_running: lbexec DaVinciExamples.tupling.basic_run_mc:main $DAVINCIEXAMPLESRO rst_yaml: ../DaVinciExamples/example_data/Upgrade_Bd2KstarMuMu_ldst.yaml+../DaVinciExamples/example_options/example_tupling_basic_run_mc.yaml """ import Functors as F -from Hlt2Conf.standard_particles import make_detached_mumu +from RecoConf.standard_particles import make_detached_mumu from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple from DaVinci import Options, make_config diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_FunTupleEvent_dfei.py b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_FunTupleEvent_dfei.py index d196e523dcc4ef9a44eba25326750800bd3b53ca..6b68381bc20eb2c8300fd73d5aa39b87b270bb2e 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_FunTupleEvent_dfei.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_FunTupleEvent_dfei.py @@ -40,160 +40,75 @@ from DaVinci import Options, make_config def main(options: Options): - # get the header and the event variables - mc_header = get_mc_header() - evt_variables = FunctorCollection() - - # functors to filter on prompt B and C hadrons - PRODUCTS_WITH_BOTTOM = ( - F.FILTER(F.HAS_BOTTOM & F.IS_HADRON @ F.PARTICLE_ID_OBJ) @ F.MC_VTX_PRODUCTS - ) - PRODUCTS_WITH_CHARM = ( - F.FILTER(F.HAS_CHARM & F.IS_HADRON @ F.PARTICLE_ID_OBJ) @ F.MC_VTX_PRODUCTS - ) # filters functors to get the number of decay prongs - filter_charged_inacc = F.FILTER((F.CHARGE != 0) & (F.ETA > 2) & (F.ETA < 5)) - filter_notcharged = F.FILTER(F.CHARGE == 0) - filter_charged = F.FILTER(F.CHARGE != 0) - filter_inacc = F.FILTER((F.ETA > 2) & (F.ETA < 5)) + inacc = F.math.in_range(2, F.ETA, 5) - # number of charged descentants in acceptance - # cast the integer to float because SUM_RANGE requires float - num_charged_descentants_inacc = F.SUM_RANGE @ F.MAP( - F.CAST_TO_FLOAT @ F.SIZE_OF @ filter_charged_inacc @ F.GET_ALL_DESCENDANTS + # number of charged descendants in acceptance + num_charged_descendants_inacc = F.SUM_RANGE @ F.MAP( + F.COUNT_IF((F.CHARGE != 0) & inacc) @ F.GET_ALL_DESCENDANTS ) # number of decay prongs to reconstruct the vertex num_decay_prongs = ( - F.VALUE_OR(0) - @ ( - (num_charged_descentants_inacc @ filter_notcharged) - + (F.SIZE_OF @ filter_charged) - ) - @ filter_inacc - @ F.GET_CHILDREN - ) + (num_charged_descendants_inacc @ F.FILTER((F.CHARGE == 0) & inacc)) + + F.COUNT_IF((F.CHARGE != 0) & inacc) + ) @ F.GET_CHILDREN # distance between the origin vertex and the end vertex - orig_vtx_pos = F.VALUE @ F.TOLINALG @ F.POSITION @ F.MC_ORIGINVERTEX - end_vtx_pos = F.VALUE @ F.TOLINALG @ F.POSITION @ F.ENDVERTEX - decaylength = F.VALUE_OR(0.0) @ F.MAGNITUDE @ (orig_vtx_pos - end_vtx_pos) - - # functors for ancestors - f_pid = F.VALUE_OR([0]) @ F.MAP(F.PARTICLE_ID) - f_key = F.VALUE_OR([0]) @ F.MAP(F.OBJECT_KEY) - f_charge = F.VALUE_OR([0]) @ F.MAP(F.CHARGE) - f_nprongs = F.VALUE @ F.MAP(num_decay_prongs) - f_decaylength = F.VALUE @ F.MAP(decaylength) - f_Ndescendants = F.VALUE_OR([0]) @ F.MAP(F.SIZE_OF @ F.GET_ALL_DESCENDANTS) + orig_vtx_pos = F.TOLINALG @ F.POSITION @ F.MC_ORIGINVERTEX + end_vtx_pos = F.TOLINALG @ F.POSITION @ F.ENDVERTEX + decaylength = F.MAGNITUDE @ (orig_vtx_pos - end_vtx_pos) - # functors for descendants - flat_products_key = ( - F.VALUE_OR([0]) @ F.FLATTEN @ F.MAP(F.MAP(F.OBJECT_KEY) @ F.GET_ALL_DESCENDANTS) + # common functors + common_vars = ( + ("PID", F.PARTICLE_ID), + ("KEY", F.OBJECT_KEY), + ("NPRONGS", num_decay_prongs), + ("DL", decaylength), ) - flat_products_pid = ( - F.VALUE_OR([0]) - @ F.FLATTEN - @ F.MAP(F.MAP(F.PARTICLE_ID) @ F.GET_ALL_DESCENDANTS) + # functors for ancestors + ancestor_vars = ( + (("Ndescendants", F.SIZE_OF @ F.GET_ALL_DESCENDANTS),) + + common_vars + + (("Q", F.CHARGE),) ) - flat_products_nprongs = ( - F.VALUE @ F.FLATTEN @ F.MAP(F.MAP(num_decay_prongs) @ F.GET_ALL_DESCENDANTS) + # functors for descendants + children_vars = common_vars + ( + ( + "VTX_type", + F.VALUE @ F.MC_VTX_TYPE @ F.MC_ORIGINVERTEX, + ), + ( + "Mother_KEY", + F.MAP(F.VALUE @ F.MC_MOTHER(1, F.OBJECT_KEY)), + ), ) - flat_products_decaylength = ( - F.VALUE @ F.FLATTEN @ F.MAP(F.MAP(decaylength) @ F.GET_ALL_DESCENDANTS) + + vars_ = lambda prefix, index, source, named_vars: { + f"{prefix}_{label}[{index}]": F.FLATTEN + @ F.MAP(F.VALUE @ F.MAP(f) @ source) + @ F.MC_ALLPVS(mc_header=get_mc_header()) + for label, f in named_vars + } + + # functors to filter on prompt B and C hadrons + ancestors_if = ( + lambda pred: F.FILTER(pred & F.IS_HADRON @ F.PARTICLE_ID_OBJ) + @ F.MC_VTX_PRODUCTS ) - flat_products_vtx = ( - F.VALUE_OR([-1]) - @ F.FLATTEN - @ F.MAP( - F.MAP(F.VALUE_OR(-42) @ F.MC_VTX_TYPE @ F.MC_ORIGINVERTEX) - @ F.GET_ALL_DESCENDANTS + # turn list of MC Particle into a single list of all of their descendants + desc = F.FLATTEN @ F.MAP(F.GET_ALL_DESCENDANTS) + + evt_variables = FunctorCollection( + vars_("B_Ancestor", "ba_indx", ancestors_if(F.HAS_BOTTOM), ancestor_vars) + | vars_( + "B_Children", "bc_indx", desc @ ancestors_if(F.HAS_BOTTOM), children_vars ) - ) - flat_products_mother_key = ( - F.VALUE_OR([0]) - @ F.FLATTEN - @ F.MAP( - F.MAP(F.VALUE_OR(-42) @ F.MC_MOTHER(1, F.OBJECT_KEY)) - @ F.GET_ALL_DESCENDANTS + | vars_("C_Ancestor", "ca_indx", ancestors_if(F.HAS_CHARM), ancestor_vars) + | vars_( + "C_Children", "cc_indx", desc @ ancestors_if(F.HAS_CHARM), children_vars ) ) - # event variables - evt_up = { - "B_Ancestor_Ndescendants[ba_indx]": F.FLATTEN - @ F.MAP(f_Ndescendants @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Ancestor_PID[ba_indx]": F.FLATTEN - @ F.MAP(f_pid @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Ancestor_KEY[ba_indx]": F.FLATTEN - @ F.MAP(f_key @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Ancestor_NPRONGS[ba_indx]": F.FLATTEN - @ F.MAP(f_nprongs @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Ancestor_DL[ba_indx]": F.FLATTEN - @ F.MAP(f_decaylength @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Ancestor_Q[ba_indx]": F.FLATTEN - @ F.MAP(f_charge @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Children_PID[bc_indx]": F.FLATTEN - @ F.MAP(flat_products_pid @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Children_KEY[bc_indx]": F.FLATTEN - @ F.MAP(flat_products_key @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Children_NPRONGS[bc_indx]": F.FLATTEN - @ F.MAP(flat_products_nprongs @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Children_DL[bc_indx]": F.FLATTEN - @ F.MAP(flat_products_decaylength @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Children_VTX_type[bc_indx]": F.FLATTEN - @ F.MAP(flat_products_vtx @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "B_Children_Mother_KEY[bc_indx]": F.FLATTEN - @ F.MAP(flat_products_mother_key @ PRODUCTS_WITH_BOTTOM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Ancestor_Ndescendants[ca_indx]": F.FLATTEN - @ F.MAP(f_Ndescendants @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Ancestor_PID[ca_indx]": F.FLATTEN - @ F.MAP(f_pid @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Ancestor_KEY[ca_indx]": F.FLATTEN - @ F.MAP(f_key @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Ancestor_NPRONGS[ca_indx]": F.FLATTEN - @ F.MAP(f_nprongs @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Ancestor_DL[ca_indx]": F.FLATTEN - @ F.MAP(f_decaylength @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Ancestor_Q[ca_indx]": F.FLATTEN - @ F.MAP(f_charge @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Children_PID[cc_indx]": F.FLATTEN - @ F.MAP(flat_products_pid @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Children_KEY[cc_indx]": F.FLATTEN - @ F.MAP(flat_products_key @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Children_NPRONGS[cc_indx]": F.FLATTEN - @ F.MAP(flat_products_nprongs @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Children_DL[cc_indx]": F.FLATTEN - @ F.MAP(flat_products_decaylength @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Children_VTX_type[cc_indx]": F.FLATTEN - @ F.MAP(flat_products_vtx @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - "C_Children_Mother_KEY[cc_indx]": F.FLATTEN - @ F.MAP(flat_products_mother_key @ PRODUCTS_WITH_CHARM) - @ F.MC_ALLPVS(mc_header=mc_header), - } - evt_variables.update(evt_up) # create the tuple my_tuple = FunTuple_Event( diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_array_taggers.py b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_array_taggers.py index a7856020baffaf1fdf8e03ca40612a1b5640c5aa..670a0bb3e8ef3a29f901ef2dba425f71baabadbb 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_array_taggers.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_array_taggers.py @@ -45,7 +45,7 @@ from FunTuple import FunTuple_Particles as Funtuple from DaVinci import Options, make_config from DaVinci.algorithms import create_lines_filter -from Hlt2Conf.standard_particles import make_long_pions +from RecoConf.standard_particles import make_long_pions from DaVinciMCTools import MCTruthAndBkgCat diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_hlt2_with_matching.py b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_hlt2_with_matching.py index e191e2b22933ea61e047ff36e9427dd269409a56..1cbd9bd03357acb12bf415e18f8a358489ac92b1 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_hlt2_with_matching.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_hlt2_with_matching.py @@ -30,9 +30,9 @@ from DaVinci.algorithms import create_lines_filter from DaVinci import Options, make_config from PyConf.Algorithms import FlattenDecayTree, LHCbIDOverlapRelationTable -from Hlt2Conf.algorithms_thor import ParticleFilter +from RecoConf.algorithms_thor import ParticleFilter -from Hlt2Conf.standard_particles import make_long_electrons_with_brem +from RecoConf.standard_particles import make_long_electrons_with_brem from GaudiKernel.SystemOfUnits import MeV from PyConf.reading import get_pvs diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_spruced_turbo_with_refitting.py b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_spruced_turbo_with_refitting.py index ae73d4b757207024033d5d343b67dcc03a3d5c0e..a1eb7b9a28ef9e9b03f76211b93ae37e5a88a8fb 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_spruced_turbo_with_refitting.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_spruced_turbo_with_refitting.py @@ -39,10 +39,18 @@ def main(options: Options): original_particles = get_particles(f"/Event/HLT2/{line_name}/Particles") my_filter = create_lines_filter(name="HDRFilter_D0Kpi", lines=[f"{line_name}"]) + """ Next, the original PVs are read from the DST file. + Because an updated VELO alignment impacts the positions of these vertices, + these also need changing:""" pvs = get_pvs() + updated_pvs = track_refitting.update_vertex_positions(input_pvs=pvs).OutputVertices + """ Note: the refit_decay_tree needs PVs, as Particles in LHCb are + associated to Primary Vertices when they are created. By giving + the PVs, the association is performed with the updated particles, + and (possibly) updated PVs. """ refitted_data = track_refitting.refit_decay_tree( - input_particles=original_particles, input_pvs=pvs + input_particles=original_particles, input_pvs=updated_pvs ) refitted_particles = refitted_data.OutputParticles @@ -66,9 +74,9 @@ def main(options: Options): "ENERGY": F.ENERGY, "P": F.P, "FOURMOMENTUM": F.FOURMOMENTUM, - "BPVDIRA": F.BPVDIRA(pvs), - "BPVFDCHI2": F.BPVFDCHI2(pvs), - "BPVIPCHI2": F.BPVIPCHI2(pvs), + "BPVDIRA": F.BPVDIRA(updated_pvs), + "BPVFDCHI2": F.BPVFDCHI2(updated_pvs), + "BPVIPCHI2": F.BPVIPCHI2(updated_pvs), } ) @@ -97,6 +105,7 @@ def main(options: Options): "Refitting_OLD_M": PRE_REFIT_FUNCTOR(F.MASS), "Refitting_OLD_PT": PRE_REFIT_FUNCTOR(F.PT), "Refitting_OLD_P": PRE_REFIT_FUNCTOR(F.P), + "Refitting_OLD_BPVIPCHI2": PRE_REFIT_FUNCTOR(F.BPVIPCHI2(pvs)), } ) @@ -112,7 +121,7 @@ def main(options: Options): rec_summary = get_rec_summary() evt_variables = FC.RecSummary(rec_summary) + FC.AllPrimaryVertexInfo( - pvs, extra_info=True + updated_pvs, extra_info=True ) my_tuple = Funtuple( diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_xgen.py b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_xgen.py index 5257b3dd0ace8ea51688c3b4b3ccc54803da52e1..72040ce65258e00dd23530beb72205b9078b57be 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_xgen.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_xgen.py @@ -26,7 +26,7 @@ import Functors as F from Functors.math import in_range from DaVinci import Options, make_config from PyConf.reading import get_mc_particles, get_mc_header -from Hlt2Conf.algorithms_thor import MCParticleFilter +from RecoConf.algorithms_thor import MCParticleFilter def main(options: Options): @@ -67,7 +67,7 @@ def main(options: Options): all_mc_particles = get_mc_particles("/Event/MC/Particles") # FunTuple: define event-level variables using functor collections - mc_header = get_mc_header(extra_inputs=[all_mc_particles]) + mc_header = get_mc_header() evt_vars = FC.MCPrimaries(mc_header=mc_header) printMC = PrintMCTree( diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_relation_isovariables.py b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_relation_isovariables.py index 2104c7967b0eb276c48a1b47778f0ee225fe2975..428b822cecb831a20b178128af3f6cf8990e86e5 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_relation_isovariables.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_relation_isovariables.py @@ -30,7 +30,7 @@ from PyConf.Algorithms import ThOrParticleSelection from PyConf.reading import get_particles, get_pvs import Functors as F from IsolationTools import VertexAndConeIsolation -from Hlt2Conf.algorithms_thor import ParticleCombiner +from RecoConf.algorithms_thor import ParticleCombiner from FunTuple import FunctorCollection, FunTuple_Particles as Funtuple import FunTuple.functorcollections as FC from DaVinci.algorithms import create_lines_filter diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_configFuntuple.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_configFuntuple.qmt index 1128f3c2a2021b5c582cb9b28427678f27cbfb11..08e313b3039d9bdd8deff461e0a83aa738466f96 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_configFuntuple.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_configFuntuple.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_configFuntuple:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Spruce_all_lines_dst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_trigger_decisions.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_trigger_decisions.qmt index 7e3736d165e19ec070a2d9e979e90c3e8a5135f1..28248cbca41041a02cb4c1d809ee6a2f6c26775e 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_trigger_decisions.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_trigger_decisions.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_trigger_decisions:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_hlt1_trigger_decisions.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt index ba5f8c073530391dda85270d7c86f627e14b0d42..2c1cec815fabacff708984c8488fb87966be5fbf 100755 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt @@ -88,7 +88,7 @@ f.Close() # Check there are no NaN values in the ntuple except where expected. from DaVinciTests.QMTest.check_helpers import list_fields_with_nan -l_branches_with_nans = ['B0_TRUEP', 'B0_TRUEPT', 'B0_TRUEPX', 'B0_TRUEPY', 'B0_TRUEPZ', 'B0_TRUEENERGY', 'B0_TRUEORIGINVERTEX_X', 'B0_TRUEORIGINVERTEX_Y', 'B0_TRUEORIGINVERTEX_Z', 'B0_TRUEENDVERTEX_X', 'B0_TRUEENDVERTEX_Y', 'B0_TRUEENDVERTEX_Z', 'B0_MASSWITHHYPOTHESES', 'Kaon_PROBNN_D', 'Kaon_PROBNN_MU', 'Kaon_TRUEP', 'Kaon_TRUEPT', 'Kaon_TRUEPX', 'Kaon_TRUEPY', 'Kaon_TRUEPZ', 'Kaon_TRUEENERGY', 'Kaon_BREMENERGY', 'Kaon_BREMBENDCORR', 'Kaon_BREMPIDE', 'Kaon_ECALPIDE', 'Kaon_ECALPIDMU', 'Kaon_HCALPIDE', 'Kaon_HCALPIDMU', 'Kaon_ELECTRONSHOWEREOP', 'Kaon_ELECTRONSHOWERDLL', 'Kaon_ELECTRONMATCH_CHI2', 'Kaon_BREMHYPOMATCH_CHI2', 'Kaon_ELECTRONENERGY', 'Kaon_BREMHYPOENERGY', 'Kaon_BREMHYPODELTAX', 'Kaon_BREMTRACKBASEDENERGY', 'Kaon_HCALEOP', 'Ds_TRUEP', 'Ds_TRUEPT', 'Ds_TRUEPX', 'Ds_TRUEPY', 'Ds_TRUEPZ', 'Ds_TRUEENERGY', 'Ds_TRUEORIGINVERTEX_X', 'Ds_TRUEORIGINVERTEX_Y', 'Ds_TRUEORIGINVERTEX_Z', 'Ds_TRUEENDVERTEX_X', 'Ds_TRUEENDVERTEX_Y', 'Ds_TRUEENDVERTEX_Z', 'Ds_BPVCORRMERR', 'Ds_BPVLTIME', 'Ds_MASSWITHHYPOTHESES', 'pip_PROBNN_D', 'pip_PROBNN_MU', 'pip_TRUEP', 'pip_TRUEPT', 'pip_TRUEPX', 'pip_TRUEPY', 'pip_TRUEPZ', 'pip_TRUEENERGY', 'pip_BREMENERGY', 'pip_BREMBENDCORR', 'pip_BREMPIDE', 'pip_ECALPIDE', 'pip_ECALPIDMU', 'pip_HCALPIDE', 'pip_HCALPIDMU', 'pip_ELECTRONSHOWEREOP', 'pip_ELECTRONSHOWERDLL', 'pip_ELECTRONMATCH_CHI2', 'pip_BREMHYPOMATCH_CHI2', 'pip_ELECTRONENERGY', 'pip_BREMHYPOENERGY', 'pip_BREMHYPODELTAX', 'pip_BREMTRACKBASEDENERGY', 'pip_HCALEOP'] +l_branches_with_nans = ['B0_TRUEP', 'B0_TRUEPT', 'B0_TRUEPX', 'B0_TRUEPY', 'B0_TRUEPZ', 'B0_TRUEENERGY', 'B0_TRUEORIGINVERTEX_X', 'B0_TRUEORIGINVERTEX_Y', 'B0_TRUEORIGINVERTEX_Z', 'B0_TRUEENDVERTEX_X', 'B0_TRUEENDVERTEX_Y', 'B0_TRUEENDVERTEX_Z', 'Kaon_PROBNN_D', 'Kaon_PROBNN_MU', 'Kaon_TRUEP', 'Kaon_TRUEPT', 'Kaon_TRUEPX', 'Kaon_TRUEPY', 'Kaon_TRUEPZ', 'Kaon_TRUEENERGY', 'Kaon_BREMENERGY', 'Kaon_BREMBENDCORR', 'Kaon_BREMPIDE', 'Kaon_ECALPIDE', 'Kaon_ECALPIDMU', 'Kaon_HCALPIDE', 'Kaon_HCALPIDMU', 'Kaon_ELECTRONSHOWEREOP', 'Kaon_ELECTRONSHOWERDLL', 'Kaon_ELECTRONMATCH_CHI2', 'Kaon_BREMHYPOMATCH_CHI2', 'Kaon_ELECTRONENERGY', 'Kaon_BREMHYPOENERGY', 'Kaon_BREMHYPODELTAX', 'Kaon_BREMTRACKBASEDENERGY', 'Kaon_HCALEOP', 'Ds_TRUEP', 'Ds_TRUEPT', 'Ds_TRUEPX', 'Ds_TRUEPY', 'Ds_TRUEPZ', 'Ds_TRUEENERGY', 'Ds_TRUEORIGINVERTEX_X', 'Ds_TRUEORIGINVERTEX_Y', 'Ds_TRUEORIGINVERTEX_Z', 'Ds_TRUEENDVERTEX_X', 'Ds_TRUEENDVERTEX_Y', 'Ds_TRUEENDVERTEX_Z', 'Ds_BPVCORRMERR', 'Ds_BPVLTIME', 'pip_PROBNN_D', 'pip_PROBNN_MU', 'pip_TRUEP', 'pip_TRUEPT', 'pip_TRUEPX', 'pip_TRUEPY', 'pip_TRUEPZ', 'pip_TRUEENERGY', 'pip_BREMENERGY', 'pip_BREMBENDCORR', 'pip_BREMPIDE', 'pip_ECALPIDE', 'pip_ECALPIDMU', 'pip_HCALPIDE', 'pip_HCALPIDMU', 'pip_ELECTRONSHOWEREOP', 'pip_ELECTRONSHOWERDLL', 'pip_ELECTRONMATCH_CHI2', 'pip_BREMHYPOMATCH_CHI2', 'pip_ELECTRONENERGY', 'pip_BREMHYPOENERGY', 'pip_BREMHYPODELTAX', 'pip_BREMTRACKBASEDENERGY', 'pip_HCALEOP'] l_branches_with_nans += ["B0_TRUEPRIMARYVERTEX_X", "B0_TRUEPRIMARYVERTEX_Y", "B0_TRUEPRIMARYVERTEX_Z", "Kaon_TRUEPRIMARYVERTEX_X", "Kaon_TRUEPRIMARYVERTEX_Y", "Kaon_TRUEPRIMARYVERTEX_Z"] l_branches_with_nans += ["Ds_TRUEPRIMARYVERTEX_X", "Ds_TRUEPRIMARYVERTEX_Y", "Ds_TRUEPRIMARYVERTEX_Z", "pip_TRUEPRIMARYVERTEX_X", "pip_TRUEPRIMARYVERTEX_Y", "pip_TRUEPRIMARYVERTEX_Z"] l_branches_with_nans += ["Kaon_IS_NOT_H","Kaon_IS_PHOTON","Kaon_SHOWER_SHAPE","pip_IS_NOT_H","pip_IS_PHOTON","pip_SHOWER_SHAPE"] diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_SubsPID.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_SubsPID.qmt index 0dc0f4a03fb23504d1851f87344afb8f657b82d8..e365dcaaf5facfc909c491ccb94a0b466d6b9327 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_SubsPID.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_SubsPID.qmt @@ -16,9 +16,11 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_DTF_substitutePID:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_passthrough_thor_lines.yaml</text></argument> <argument name="extra_options_yaml"><text> + root_ioalg_name: RootIOAlgExt print_freq: 100 </text></argument> <argument name="validator"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_filtered.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_filtered.qmt index 66740932b70f91f79539f309a08f16dff06f5f33..af4067eae11a24dfb9f35b544899da5e879ae276 100755 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_filtered.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_filtered.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.DTF_filtered:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Spruce_all_lines_dst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt index 70c83a332ab27d458e3b6c5f4b5b73b06d9e77dd..ad11d99a765a3227ba2985097810106cf8b87faf 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_DTF_pvs.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_DTF_pvs:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_passthrough_thor_lines.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent.qmt index 437e528d39d4f583f569e253f7852a04174e7131..38b60ca1f577b2874722e7f77cae124d4d7e3b44 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_FunTupleEvent:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Upgrade_LbToLcmunu.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent_dfei.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent_dfei.qmt index 68df8c4d13b02eb7b08583b177d42b50ae20e134..a6b5afbca3f643eaf255635c51aab0030744492f 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent_dfei.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_FunTupleEvent_dfei.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_FunTupleEvent_dfei:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_hlt1_trigger_decisions.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_SubsPID.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_SubsPID.qmt index 0cbb4b896593688468b54668edbdbe4cd2a7a6ee..f4e9abb19088d7be77589796ce0ddbac34a7804c 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_SubsPID.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_SubsPID.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_substitutePID:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Spruce_all_lines_dst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_array_taggers.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_array_taggers.qmt index 9d4afa92e8579d33dd546552e60642c281c5426b..ed6664c4a07e34c73190b2da63c684d04a6d6570 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_array_taggers.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_array_taggers.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_array_taggers:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_spruce_MCtools.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_eventinfo.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_eventinfo.qmt index 113cfe0423e68931b71193dec6006b2d9ae15975..d30ea313a894f89e3f9e24621d8a2fbfb364c496 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_eventinfo.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_eventinfo.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_eventinfo:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Upgrade_LbToLcmunu.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_collections.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_collections.qmt index beb7e2b6067d9d499cf5e3610bfbca00b84d7c85..306efbca4127efbf1177e4751da46afa7123409a 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_collections.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_collections.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_collections:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/FEST_November_2021_dst_newPacking.yaml</text></argument> <argument name="reference"><text>../refs/test_davinci_tupling_from_collections.ref</text></argument> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2.qmt index 93d9f5fc1c6d29d6ab2c15009e3fead695eed23b..2cfb4b9f7e29dce2d8d463536847eacafa031b81 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_hlt2:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/FEST_November_2021_dst_newPacking.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2_with_matching.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2_with_matching.qmt index 77256b92517b364fabe9ab4978631559de0de872..488b85a57c94b0744d1cd16c95c81c9aa3232a49 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2_with_matching.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_hlt2_with_matching.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_hlt2_with_matching:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set> </argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Run255620.yaml</text></argument> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_passthrough.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_passthrough.qmt index b1060b236a264d00581d4d1853d3eab89ab10ec3..6bcf6f5da5c557d1a6254dd0f2d6ac9f405c6cd7 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_passthrough.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_passthrough.qmt @@ -17,6 +17,7 @@ <argument name="timeout"><integer>1000</integer></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_passthrough:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_passthrough_thor_lines.yaml</text></argument> <argument name="reference"><text>../refs/test_davinci_tupling_from_passthrough.ref</text></argument> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_raw_data.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_raw_data.qmt index a8c62f1cdfb08142075b2898954201a358c35d18..2c251f3a34599bc6f575defc7c1026625815d871 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_raw_data.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_raw_data.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_raw_data:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Run255620.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce.qmt index f577530a7018a2564c88eb310c3c78e9c09f1a08..f7d0f39fc975dec9f2891ec2eeca2feda75c5861 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Spruce_all_lines_dst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_data.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_data.qmt index af5f3a066805b32a4e5cc73175351fb69eda830a..139d1afe0d29d912d190cfdda95db0cd12c27a92 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_data.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_data.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_spruce_data:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_spruced_data.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_mc.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_mc.qmt index 13cd7c9f237626e9f94081ce1d942b44cbe83c15..e02393e24f85aa7a0bfe1e08dbfc876cacd57b97 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_mc.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruce_mc.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_spruce_mc:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_spruce_MCtools.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo.qmt index c51c3ce2d799a23142ae342f53067cf6dcb83dcc..aad051b4c1bfa2be7f7a49a2d186246dc4325e65 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_spruced_turbo:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_spruced_turbo.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo_with_refitting.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo_with_refitting.qmt index c500ef0e8594047cc9f353837ab719521607c073..de7b9b6cf89ae0c8d75cf39569d02c98a100c1b5 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo_with_refitting.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_spruced_turbo_with_refitting.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_spruced_turbo_with_refitting:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/2024_sprucing24c2_charm_turbo_data.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_xgen.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_xgen.qmt index ab9e0a1010da04230e773117c853f844b0b8087c..880d576c91430a31f7c90712b53e0079a05c30fe 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_xgen.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_from_xgen.qmt @@ -17,6 +17,7 @@ <argument name="timeout"><integer>600</integer></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_from_xgen:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Gauss_12143001_xgen.yaml</text></argument> <argument name="reference"><text>../refs/test_davinci_tupling_from_xgen.ref</text></argument> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt index 1c15be1276fb237803997644b331920f0e097331..b9a3f4ffbe82388b3a971cc0bc42a7e580a994fd 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_mc_recinfo.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.example-tupling-mc-reconstructible-reconstructed:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_hlt1_trigger_decisions.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_relation_isovariables.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_relation_isovariables.qmt index 0792b11da75bbc946d11d3da99f393cf004318d1..16a4416f0f7e9224f8bd8c3ec986f740954c5924 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_relation_isovariables.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_relation_isovariables.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_relation_isovariables:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/hlt2_b2ksttaumu_opt.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos.qmt index 297352a7d43e0399be9c95010e7af43cce8aa8b1..1d7df0194f9829ca34898dffaef0a6c897833117 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_tistos:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_tistos.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos_advanced.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos_advanced.qmt index df35d09b7485823ceaa5f50fe3ff73396cda1f07..6c455950fc3465b877b24a2a4daf8c0831830b2f 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos_advanced.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_tistos_advanced.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_tistos_advanced:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_tistos_advanced.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_unreconstructed_info.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_unreconstructed_info.qmt index 9da33f2235d8d96386fe6de78a57577d1283dcc9..ba46a677e62c020f293b3e8961c0fb7f4e0cacd6 100644 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_unreconstructed_info.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_unreconstructed_info.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.tupling.option_davinci_tupling_unreconstructed_info:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Upgrade_LbToLcmunu.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_v2_composites.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_v2_composites.qmt index 5360215c592c2059d320ba661a71831864183b44..16d5ede0158c642d5f3ffdb0cba35e767fe912a5 100755 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_v2_composites.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_v2_composites.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciExamples.option_davinci_v2_composites:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>../../example_data/FEST_November_2021_dst_newPacking.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciExamples/tests/refs/test_davinci_configFuntuple.ref b/DaVinciExamples/tests/refs/test_davinci_configFuntuple.ref index 92c97e30cffe193fbf9195f61660c7d7bde3fca9..5a1fcaaeb4ac093c60b17b72423a9662917ec69d 100644 --- a/DaVinciExamples/tests/refs/test_davinci_configFuntuple.ref +++ b/DaVinciExamples/tests/refs/test_davinci_configFuntuple.ref @@ -3,128 +3,128 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_configFuntuple_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst' Tuple_B0Dspi INFO User specified descriptor: [B0 -> D_s- pi+]CC Tuple_B0Dspi INFO Number of decay possibilities with specified descriptor: 2 Tuple_B0Dspi INFO Possibility #0: B0 -> D_s- pi+ Tuple_B0Dspi INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_configFuntuple_ntp.root:/Tuple_B0Dspi -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst ApplicationMgr INFO Application Manager Stopped successfully Tuple_B0Dspi SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections Tuple_B0Dspi SUCCESS List of booked N-Tuples in directory "FILE1/Tuple_B0Dspi" diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling-basic-run-mc.ref b/DaVinciExamples/tests/refs/test_davinci_tupling-basic-run-mc.ref index c81032ba2a4a1ea18d43233245b1004726fcf34b..95d7dc97bec047cfad80d2c7c1b98d335e8fda7b 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling-basic-run-mc.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling-basic-run-mc.ref @@ -3,14 +3,14 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV-example-tupling-basic-ntp-run-mc.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb//lhcb/MC/2024/DST/00252443/0000/00252443_00000003_1.dst' DimuonsTuple INFO User specified descriptor: J/psi(1S) -> mu+ mu- DimuonsTuple INFO Number of decay possibilities with specified descriptor: 1 DimuonsTuple INFO Possibility #0: J/psi(1S) -> mu+ mu- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb//lhcb/MC/2024/DST/00252443/0000/00252443_00000003_1.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV-example-tupling-basic-ntp-run-mc.root:/DimuonsTuple ApplicationMgr INFO Application Manager Stopped successfully DimuonsTuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections @@ -76,4 +76,4 @@ std_make_detached_mumu_rs_2b664062 INFO Number of counters : 7 |*"# passed vertex fit" | 10 | 10 |( 100.0000 +- 0.000000)% | | "Input1 size" | 10 | 19 | 1.9000 | | "Input2 size" | 10 | 19 | 1.9000 | - | "candidate multiplicity" | 10 | 6 | 0.60000 | 0.91652 | 0.0000 | 3.0000 | + | "candidate multiplicity" | 4 | 6 | 1.5000 | 0.86603 | 1.0000 | 3.0000 | diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent.ref index 78f9e9d99f6716b3bb0c9c39591618aa8ce9dc8e..6472e64ce33cf5ff70046170161a6a85bdfb2c6c 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent.ref @@ -3,18 +3,18 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tuple_FunTupleEvent.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst' ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst RCWNTupleCnv INFO Booked TTree with ID: EventInfo "EventInfo" in directory tuple_FunTupleEvent.root:/Tuple -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 ApplicationMgr INFO Application Manager Stopped successfully Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections Tuple SUCCESS List of booked N-Tuples in directory "FILE1/Tuple" diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent_dfei.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent_dfei.ref index 6d659423f18d6a3c83b03d5d42989ae212f4dc96..2fabdd8a0b1cb139add0b8c827516e5759da31da 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent_dfei.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_FunTupleEvent_dfei.ref @@ -3,11 +3,11 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:dfei_tuple.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_integration_B0_100.dst' ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_integration_B0_100.dst RCWNTupleCnv INFO Booked TTree with ID: EventInfo "EventInfo" in directory dfei_tuple.root:/Tuple ApplicationMgr INFO Application Manager Stopped successfully Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_array_taggers.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_array_taggers.ref index abeaee9998f52ada4340079dfee62e54596686d3..55232b03bf7baa3052946e78f47c14788f01b77e 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_array_taggers.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_array_taggers.ref @@ -3,15 +3,15 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV-example-tagger-ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_realtimereco_dstinput.dst' B0DsK_Tuple INFO User specified descriptor: [B0 -> D_s- K+]CC B0DsK_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0DsK_Tuple INFO Possibility #0: B0 -> D_s- K+ B0DsK_Tuple INFO Possibility #1: B~0 -> D_s+ K- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_realtimereco_dstinput.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV-example-tagger-ntp.root:/B0DsK_Tuple ApplicationMgr INFO Application Manager Stopped successfully B0DsK_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_eventinfo.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_eventinfo.ref index f499878c0e354328f60517fa506c9919a904c2ec..d162fff4fc90e8a1d7634410dbacabb095078a3e 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_eventinfo.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_eventinfo.ref @@ -3,22 +3,22 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tuple_LbToLcmunu.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst' Tuple INFO User specified descriptor: [Lambda_b0 -> (Lambda_c+ -> p+ K- pi+) mu-]CC Tuple INFO Number of decay possibilities with specified descriptor: 2 Tuple INFO Possibility #0: Lambda_b0 -> (Lambda_c+ -> p+ K- pi+) mu- Tuple INFO Possibility #1: Lambda_b~0 -> (Lambda_c~- -> p~- K+ pi-) mu+ ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Upgrade_LbToLcmunu.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory tuple_LbToLcmunu.root:/Tuple -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 ApplicationMgr INFO Application Manager Stopped successfully Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections Tuple SUCCESS List of booked N-Tuples in directory "FILE1/Tuple" diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_from_hlt2.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_from_hlt2.ref index 4e00c03357ed19934409264bb50c7b30d2b6ef17..fe424e83558d14dda022538928994c1e47197643 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_from_hlt2.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_from_hlt2.ref @@ -3,22 +3,22 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tuple_D0_Kpi_10evts_fromHlt2_ntuples.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst' Tuple INFO User specified descriptor: [D0 -> K- pi+]CC Tuple INFO Number of decay possibilities with specified descriptor: 2 Tuple INFO Possibility #0: D0 -> K- pi+ Tuple INFO Possibility #1: D~0 -> K+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_D0_Kpi_100evts_newPacking_newDst.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory tuple_D0_Kpi_10evts_fromHlt2_ntuples.root:/Tuple -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 ApplicationMgr INFO Application Manager Stopped successfully Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections Tuple SUCCESS List of booked N-Tuples in directory "FILE1/Tuple" diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_from_passthrough.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_from_passthrough.ref index ea702eb3a693900c04d7bd1a8cc351ea2a7f86cf..8346f048591c649271c459338f18732416522485 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_from_passthrough.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_from_passthrough.ref @@ -3,15 +3,15 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:passthrough_tuple.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/logs/spruce_bsjpsiphi_passthrough_with_pv_pointer..dst' Bs2JpsiPhi_Tuple INFO User specified descriptor: [B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-)]CC Bs2JpsiPhi_Tuple INFO Number of decay possibilities with specified descriptor: 2 Bs2JpsiPhi_Tuple INFO Possibility #0: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-) Bs2JpsiPhi_Tuple INFO Possibility #1: B_s~0 -> (J/psi(1S) -> mu- mu+) (phi(1020) -> K- K+) ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/logs/spruce_bsjpsiphi_passthrough_with_pv_pointer..dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory passthrough_tuple.root:/Bs2JpsiPhi_Tuple ApplicationMgr INFO Application Manager Stopped successfully Bs2JpsiPhi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce.ref index 682fb1c62dbf18d3595265352afce1ee1345e368..08950c45e44be1bf9be22dbb74fe37f82f937871 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce.ref @@ -3,7 +3,8 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_sprucing_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst' B0DsK_Tuple INFO User specified descriptor: [B0 -> D_s- K+]CC B0DsK_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0DsK_Tuple INFO Possibility #0: B0 -> D_s- K+ @@ -14,122 +15,121 @@ B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_sprucing_ntp.root:/B0DsK_Tuple -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_sprucing_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst ApplicationMgr INFO Application Manager Stopped successfully B0DsK_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0DsK_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0DsK_Tuple" diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce_data.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce_data.ref index 4919c60aba707bba141a30459615a0beb072d157..ef6a97cbc8971aaeab0705190fb77482fb4dd6c3 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce_data.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruce_data.ref @@ -3,18 +3,18 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_sprucing_data_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_sprucing_data_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 ApplicationMgr INFO Application Manager Stopped successfully B0Dspi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0Dspi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0Dspi_Tuple" diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo.ref index d97983c30b9c8ac157f56cd487879260fb5eb633..09bfd591b2ff6080a074001d1d89fce2829783f3 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo.ref @@ -3,24 +3,25 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_turbo_sprucing_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst' Hlt2QEE_JpsiToMuMu_Detached INFO User specified descriptor: J/psi(1S) -> mu- mu+ Hlt2QEE_JpsiToMuMu_Detached INFO Number of decay possibilities with specified descriptor: 1 Hlt2QEE_JpsiToMuMu_Detached INFO Possibility #0: J/psi(1S) -> mu- mu+ ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_turbo_sprucing_ntp.root:/Hlt2QEE_JpsiToMuMu_Detached -EventSelector SUCCESS Reading Event record 201. Record number within stream 1: 201 -EventSelector SUCCESS Reading Event record 301. Record number within stream 1: 301 -EventSelector SUCCESS Reading Event record 401. Record number within stream 1: 401 -EventSelector SUCCESS Reading Event record 501. Record number within stream 1: 501 -EventSelector SUCCESS Reading Event record 601. Record number within stream 1: 601 -EventSelector SUCCESS Reading Event record 701. Record number within stream 1: 701 -EventSelector SUCCESS Reading Event record 801. Record number within stream 1: 801 -EventSelector SUCCESS Reading Event record 901. Record number within stream 1: 901 +RootIOAlg SUCCESS Reading Event record 201 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 301 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 401 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 501 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 601 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 701 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 801 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 901 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst +RootIOAlg SUCCESS Reading Event record 1001 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/00195021_00002541_1.qee.dst ApplicationMgr INFO Application Manager Stopped successfully Hlt2QEE_JpsiToMuMu_Detached SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections Hlt2QEE_JpsiToMuMu_Detached SUCCESS List of booked N-Tuples in directory "FILE1/Hlt2QEE_JpsiToMuMu_Detached" diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo_with_refitting.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo_with_refitting.ref index ffa276e31037d12d333047139248dee007df80ab..112f03b0bd0b2f1b85f0095cf4506b91a96797b7 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo_with_refitting.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_from_spruced_turbo_with_refitting.ref @@ -3,320 +3,340 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tuple_D0_Kpi_500evts_with_refitting_ntuples.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst' DecayTreeTuple INFO User specified descriptor: [D*(2010)+ -> (D0 -> K- pi+) pi+]CC DecayTreeTuple INFO Number of decay possibilities with specified descriptor: 2 DecayTreeTuple INFO Possibility #0: D*(2010)+ -> (D0 -> K- pi+) pi+ DecayTreeTuple INFO Possibility #1: D*(2010)- -> (D~0 -> K+ pi-) pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst PrStoreSciFiHits_e5aeeb37 WARNING Applying mat-end calibration would break x-ordering in 225 mats. In order to prevent this, the mat-end calibration is now turned off in these mats. RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory tuple_D0_Kpi_500evts_with_refitting_ntuples.root:/DecayTreeTuple -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 -EventSelector SUCCESS Reading Event record 114. Record number within stream 1: 114 -EventSelector SUCCESS Reading Event record 115. Record number within stream 1: 115 -EventSelector SUCCESS Reading Event record 116. Record number within stream 1: 116 -EventSelector SUCCESS Reading Event record 117. Record number within stream 1: 117 -EventSelector SUCCESS Reading Event record 118. Record number within stream 1: 118 -EventSelector SUCCESS Reading Event record 119. Record number within stream 1: 119 -EventSelector SUCCESS Reading Event record 120. Record number within stream 1: 120 -EventSelector SUCCESS Reading Event record 121. Record number within stream 1: 121 -EventSelector SUCCESS Reading Event record 122. Record number within stream 1: 122 -EventSelector SUCCESS Reading Event record 123. Record number within stream 1: 123 -EventSelector SUCCESS Reading Event record 124. Record number within stream 1: 124 -EventSelector SUCCESS Reading Event record 125. Record number within stream 1: 125 -EventSelector SUCCESS Reading Event record 126. Record number within stream 1: 126 -EventSelector SUCCESS Reading Event record 127. Record number within stream 1: 127 -EventSelector SUCCESS Reading Event record 128. Record number within stream 1: 128 -EventSelector SUCCESS Reading Event record 129. Record number within stream 1: 129 -EventSelector SUCCESS Reading Event record 130. Record number within stream 1: 130 -EventSelector SUCCESS Reading Event record 131. Record number within stream 1: 131 -EventSelector SUCCESS Reading Event record 132. Record number within stream 1: 132 -EventSelector SUCCESS Reading Event record 133. Record number within stream 1: 133 -EventSelector SUCCESS Reading Event record 134. Record number within stream 1: 134 -EventSelector SUCCESS Reading Event record 135. Record number within stream 1: 135 -EventSelector SUCCESS Reading Event record 136. Record number within stream 1: 136 -EventSelector SUCCESS Reading Event record 137. Record number within stream 1: 137 -EventSelector SUCCESS Reading Event record 138. Record number within stream 1: 138 -EventSelector SUCCESS Reading Event record 139. Record number within stream 1: 139 -EventSelector SUCCESS Reading Event record 140. Record number within stream 1: 140 -EventSelector SUCCESS Reading Event record 141. Record number within stream 1: 141 -EventSelector SUCCESS Reading Event record 142. Record number within stream 1: 142 -EventSelector SUCCESS Reading Event record 143. Record number within stream 1: 143 -EventSelector SUCCESS Reading Event record 144. Record number within stream 1: 144 -EventSelector SUCCESS Reading Event record 145. Record number within stream 1: 145 -EventSelector SUCCESS Reading Event record 146. Record number within stream 1: 146 -EventSelector SUCCESS Reading Event record 147. Record number within stream 1: 147 -EventSelector SUCCESS Reading Event record 148. Record number within stream 1: 148 -EventSelector SUCCESS Reading Event record 149. Record number within stream 1: 149 -EventSelector SUCCESS Reading Event record 150. Record number within stream 1: 150 -EventSelector SUCCESS Reading Event record 151. Record number within stream 1: 151 -EventSelector SUCCESS Reading Event record 152. Record number within stream 1: 152 -EventSelector SUCCESS Reading Event record 153. Record number within stream 1: 153 -EventSelector SUCCESS Reading Event record 154. Record number within stream 1: 154 -EventSelector SUCCESS Reading Event record 155. Record number within stream 1: 155 -EventSelector SUCCESS Reading Event record 156. Record number within stream 1: 156 -EventSelector SUCCESS Reading Event record 157. Record number within stream 1: 157 -EventSelector SUCCESS Reading Event record 158. Record number within stream 1: 158 -EventSelector SUCCESS Reading Event record 159. Record number within stream 1: 159 -EventSelector SUCCESS Reading Event record 160. Record number within stream 1: 160 -EventSelector SUCCESS Reading Event record 161. Record number within stream 1: 161 -EventSelector SUCCESS Reading Event record 162. Record number within stream 1: 162 -EventSelector SUCCESS Reading Event record 163. Record number within stream 1: 163 -EventSelector SUCCESS Reading Event record 164. Record number within stream 1: 164 -EventSelector SUCCESS Reading Event record 165. Record number within stream 1: 165 -EventSelector SUCCESS Reading Event record 166. Record number within stream 1: 166 -EventSelector SUCCESS Reading Event record 167. Record number within stream 1: 167 -EventSelector SUCCESS Reading Event record 168. Record number within stream 1: 168 -EventSelector SUCCESS Reading Event record 169. Record number within stream 1: 169 -EventSelector SUCCESS Reading Event record 170. Record number within stream 1: 170 -EventSelector SUCCESS Reading Event record 171. Record number within stream 1: 171 -EventSelector SUCCESS Reading Event record 172. Record number within stream 1: 172 -EventSelector SUCCESS Reading Event record 173. Record number within stream 1: 173 -EventSelector SUCCESS Reading Event record 174. Record number within stream 1: 174 -EventSelector SUCCESS Reading Event record 175. Record number within stream 1: 175 -EventSelector SUCCESS Reading Event record 176. Record number within stream 1: 176 -EventSelector SUCCESS Reading Event record 177. Record number within stream 1: 177 -EventSelector SUCCESS Reading Event record 178. Record number within stream 1: 178 -EventSelector SUCCESS Reading Event record 179. Record number within stream 1: 179 -EventSelector SUCCESS Reading Event record 180. Record number within stream 1: 180 -EventSelector SUCCESS Reading Event record 181. Record number within stream 1: 181 -EventSelector SUCCESS Reading Event record 182. Record number within stream 1: 182 -EventSelector SUCCESS Reading Event record 183. Record number within stream 1: 183 -EventSelector SUCCESS Reading Event record 184. Record number within stream 1: 184 -EventSelector SUCCESS Reading Event record 185. Record number within stream 1: 185 -EventSelector SUCCESS Reading Event record 186. Record number within stream 1: 186 -EventSelector SUCCESS Reading Event record 187. Record number within stream 1: 187 -EventSelector SUCCESS Reading Event record 188. Record number within stream 1: 188 -EventSelector SUCCESS Reading Event record 189. Record number within stream 1: 189 -EventSelector SUCCESS Reading Event record 190. Record number within stream 1: 190 -EventSelector SUCCESS Reading Event record 191. Record number within stream 1: 191 -EventSelector SUCCESS Reading Event record 192. Record number within stream 1: 192 -EventSelector SUCCESS Reading Event record 193. Record number within stream 1: 193 -EventSelector SUCCESS Reading Event record 194. Record number within stream 1: 194 -EventSelector SUCCESS Reading Event record 195. Record number within stream 1: 195 -EventSelector SUCCESS Reading Event record 196. Record number within stream 1: 196 -EventSelector SUCCESS Reading Event record 197. Record number within stream 1: 197 -EventSelector SUCCESS Reading Event record 198. Record number within stream 1: 198 -EventSelector SUCCESS Reading Event record 199. Record number within stream 1: 199 -EventSelector SUCCESS Reading Event record 200. Record number within stream 1: 200 -EventSelector SUCCESS Reading Event record 201. Record number within stream 1: 201 -EventSelector SUCCESS Reading Event record 202. Record number within stream 1: 202 -EventSelector SUCCESS Reading Event record 203. Record number within stream 1: 203 -EventSelector SUCCESS Reading Event record 204. Record number within stream 1: 204 -EventSelector SUCCESS Reading Event record 205. Record number within stream 1: 205 -EventSelector SUCCESS Reading Event record 206. Record number within stream 1: 206 -EventSelector SUCCESS Reading Event record 207. Record number within stream 1: 207 -EventSelector SUCCESS Reading Event record 208. Record number within stream 1: 208 -EventSelector SUCCESS Reading Event record 209. Record number within stream 1: 209 -EventSelector SUCCESS Reading Event record 210. Record number within stream 1: 210 -EventSelector SUCCESS Reading Event record 211. Record number within stream 1: 211 -EventSelector SUCCESS Reading Event record 212. Record number within stream 1: 212 -EventSelector SUCCESS Reading Event record 213. Record number within stream 1: 213 -EventSelector SUCCESS Reading Event record 214. Record number within stream 1: 214 -EventSelector SUCCESS Reading Event record 215. Record number within stream 1: 215 -EventSelector SUCCESS Reading Event record 216. Record number within stream 1: 216 -EventSelector SUCCESS Reading Event record 217. Record number within stream 1: 217 -EventSelector SUCCESS Reading Event record 218. Record number within stream 1: 218 -EventSelector SUCCESS Reading Event record 219. Record number within stream 1: 219 -EventSelector SUCCESS Reading Event record 220. Record number within stream 1: 220 -EventSelector SUCCESS Reading Event record 221. Record number within stream 1: 221 -EventSelector SUCCESS Reading Event record 222. Record number within stream 1: 222 -EventSelector SUCCESS Reading Event record 223. Record number within stream 1: 223 -EventSelector SUCCESS Reading Event record 224. Record number within stream 1: 224 -EventSelector SUCCESS Reading Event record 225. Record number within stream 1: 225 -EventSelector SUCCESS Reading Event record 226. Record number within stream 1: 226 -EventSelector SUCCESS Reading Event record 227. Record number within stream 1: 227 -EventSelector SUCCESS Reading Event record 228. Record number within stream 1: 228 -EventSelector SUCCESS Reading Event record 229. Record number within stream 1: 229 -EventSelector SUCCESS Reading Event record 230. Record number within stream 1: 230 -EventSelector SUCCESS Reading Event record 231. Record number within stream 1: 231 -EventSelector SUCCESS Reading Event record 232. Record number within stream 1: 232 -EventSelector SUCCESS Reading Event record 233. Record number within stream 1: 233 -EventSelector SUCCESS Reading Event record 234. Record number within stream 1: 234 -EventSelector SUCCESS Reading Event record 235. Record number within stream 1: 235 -EventSelector SUCCESS Reading Event record 236. Record number within stream 1: 236 -EventSelector SUCCESS Reading Event record 237. Record number within stream 1: 237 -EventSelector SUCCESS Reading Event record 238. Record number within stream 1: 238 -EventSelector SUCCESS Reading Event record 239. Record number within stream 1: 239 -EventSelector SUCCESS Reading Event record 240. Record number within stream 1: 240 -EventSelector SUCCESS Reading Event record 241. Record number within stream 1: 241 -EventSelector SUCCESS Reading Event record 242. Record number within stream 1: 242 -EventSelector SUCCESS Reading Event record 243. Record number within stream 1: 243 -EventSelector SUCCESS Reading Event record 244. Record number within stream 1: 244 -EventSelector SUCCESS Reading Event record 245. Record number within stream 1: 245 -EventSelector SUCCESS Reading Event record 246. Record number within stream 1: 246 -EventSelector SUCCESS Reading Event record 247. Record number within stream 1: 247 -EventSelector SUCCESS Reading Event record 248. Record number within stream 1: 248 -EventSelector SUCCESS Reading Event record 249. Record number within stream 1: 249 -EventSelector SUCCESS Reading Event record 250. Record number within stream 1: 250 -EventSelector SUCCESS Reading Event record 251. Record number within stream 1: 251 -EventSelector SUCCESS Reading Event record 252. Record number within stream 1: 252 -EventSelector SUCCESS Reading Event record 253. Record number within stream 1: 253 -EventSelector SUCCESS Reading Event record 254. Record number within stream 1: 254 -EventSelector SUCCESS Reading Event record 255. Record number within stream 1: 255 -EventSelector SUCCESS Reading Event record 256. Record number within stream 1: 256 -EventSelector SUCCESS Reading Event record 257. Record number within stream 1: 257 -EventSelector SUCCESS Reading Event record 258. Record number within stream 1: 258 -EventSelector SUCCESS Reading Event record 259. Record number within stream 1: 259 -EventSelector SUCCESS Reading Event record 260. Record number within stream 1: 260 -EventSelector SUCCESS Reading Event record 261. Record number within stream 1: 261 -EventSelector SUCCESS Reading Event record 262. Record number within stream 1: 262 -EventSelector SUCCESS Reading Event record 263. Record number within stream 1: 263 -EventSelector SUCCESS Reading Event record 264. Record number within stream 1: 264 -EventSelector SUCCESS Reading Event record 265. Record number within stream 1: 265 -EventSelector SUCCESS Reading Event record 266. Record number within stream 1: 266 -EventSelector SUCCESS Reading Event record 267. Record number within stream 1: 267 -EventSelector SUCCESS Reading Event record 268. Record number within stream 1: 268 -EventSelector SUCCESS Reading Event record 269. Record number within stream 1: 269 -EventSelector SUCCESS Reading Event record 270. Record number within stream 1: 270 -EventSelector SUCCESS Reading Event record 271. Record number within stream 1: 271 -EventSelector SUCCESS Reading Event record 272. Record number within stream 1: 272 -EventSelector SUCCESS Reading Event record 273. Record number within stream 1: 273 -EventSelector SUCCESS Reading Event record 274. Record number within stream 1: 274 -EventSelector SUCCESS Reading Event record 275. Record number within stream 1: 275 -EventSelector SUCCESS Reading Event record 276. Record number within stream 1: 276 -EventSelector SUCCESS Reading Event record 277. Record number within stream 1: 277 -EventSelector SUCCESS Reading Event record 278. Record number within stream 1: 278 -EventSelector SUCCESS Reading Event record 279. Record number within stream 1: 279 -EventSelector SUCCESS Reading Event record 280. Record number within stream 1: 280 -EventSelector SUCCESS Reading Event record 281. Record number within stream 1: 281 -EventSelector SUCCESS Reading Event record 282. Record number within stream 1: 282 -EventSelector SUCCESS Reading Event record 283. Record number within stream 1: 283 -EventSelector SUCCESS Reading Event record 284. Record number within stream 1: 284 -EventSelector SUCCESS Reading Event record 285. Record number within stream 1: 285 -EventSelector SUCCESS Reading Event record 286. Record number within stream 1: 286 -EventSelector SUCCESS Reading Event record 287. Record number within stream 1: 287 -EventSelector SUCCESS Reading Event record 288. Record number within stream 1: 288 -EventSelector SUCCESS Reading Event record 289. Record number within stream 1: 289 -EventSelector SUCCESS Reading Event record 290. Record number within stream 1: 290 -EventSelector SUCCESS Reading Event record 291. Record number within stream 1: 291 -EventSelector SUCCESS Reading Event record 292. Record number within stream 1: 292 -EventSelector SUCCESS Reading Event record 293. Record number within stream 1: 293 -EventSelector SUCCESS Reading Event record 294. Record number within stream 1: 294 -EventSelector SUCCESS Reading Event record 295. Record number within stream 1: 295 -EventSelector SUCCESS Reading Event record 296. Record number within stream 1: 296 -EventSelector SUCCESS Reading Event record 297. Record number within stream 1: 297 -EventSelector SUCCESS Reading Event record 298. Record number within stream 1: 298 -EventSelector SUCCESS Reading Event record 299. Record number within stream 1: 299 -EventSelector SUCCESS Reading Event record 300. Record number within stream 1: 300 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 121 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 122 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 123 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 124 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 125 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 126 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 127 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 128 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 129 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 130 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 131 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 132 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 133 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 134 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 135 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 136 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 137 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 138 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 139 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 140 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 141 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 142 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 143 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 144 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 145 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 146 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 147 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 148 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 149 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 150 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 151 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 152 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 153 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 154 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 155 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 156 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 157 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 158 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 159 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 160 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 161 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 162 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 163 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 164 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 165 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 166 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 167 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 168 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 169 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 170 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 171 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 172 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 173 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 174 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 175 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 176 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 177 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 178 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 179 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 180 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 181 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 182 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 183 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 184 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 185 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 186 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 187 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 188 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 189 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 190 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 191 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 192 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 193 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 194 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 195 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 196 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 197 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 198 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 199 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 200 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 201 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 202 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 203 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 204 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 205 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 206 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 207 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 208 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 209 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 210 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 211 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 212 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 213 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 214 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 215 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 216 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 217 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 218 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 219 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 220 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 221 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 222 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 223 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 224 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 225 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 226 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 227 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 228 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 229 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 230 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 231 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 232 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 233 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 234 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 235 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 236 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 237 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 238 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 239 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 240 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 241 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 242 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 243 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 244 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 245 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 246 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 247 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 248 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 249 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 250 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 251 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 252 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 253 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 254 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 255 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 256 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 257 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 258 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 259 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 260 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 261 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 262 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 263 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 264 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 265 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 266 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 267 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 268 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 269 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 270 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 271 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 272 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 273 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 274 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 275 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 276 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 277 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 278 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 279 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 280 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 281 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 282 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 283 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 284 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 285 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 286 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 287 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 288 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 289 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 290 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 291 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 292 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 293 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 294 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 295 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 296 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 297 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 298 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 299 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 300 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 301 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 302 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 303 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 304 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 305 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 306 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 307 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 308 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 309 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 310 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 311 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 312 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 313 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 314 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 315 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 316 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 317 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 318 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 319 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst +RootIOAlg SUCCESS Reading Event record 320 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Sprucing24c2_Run297156_TruboStreamOnline_charmDST_example.dst ApplicationMgr INFO Application Manager Stopped successfully DecayTreeTuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections DecayTreeTuple SUCCESS List of booked N-Tuples in directory "FILE1/DecayTreeTuple" -DecayTreeTuple SUCCESS ID=DecayTree Title="DecayTree" #items=96 {indx,ALLPV_X[1]/V,ALLPV_XERR[1]/V,ALLPV_Y[1]/V,ALLPV_YERR[1]/V,ALLPV_Z[1]/V,ALLPV} +DecayTreeTuple SUCCESS ID=DecayTree Title="DecayTree" #items=98 {indx,ALLPV_X[1]/V,ALLPV_XERR[1]/V,ALLPV_Y[1]/V,ALLPV_YERR[1]/V,ALLPV_Z[1]/V,ALLPV} LAZY_AND: DaVinci #=300 Sum=12 Eff=|( 4.000000 +- 1.13137 )%| NONLAZY_OR: UserAnalysis #=300 Sum=12 Eff=|( 4.000000 +- 1.13137 )%| LAZY_AND: default #=300 Sum=12 Eff=|( 4.000000 +- 1.13137 )%| @@ -385,9 +405,9 @@ PrStoreSciFiHits_e5aeeb37 INFO Number of counters : 25 | "Hits in T3X1" | 48 | 34 | 0.70833 | 1.0198 | 0.0000 | 3.0000 | | "Hits in T3X2" | 48 | 37 | 0.77083 | 1.1038 | 0.0000 | 4.0000 | | "Total number of hits" | 12 | 412 | 34.333 | 1.0274 | 33.000 | 37.000 | -RecombineDecayTrees_214b4a93 INFO Number of counters : 1 +RecombineDecayTrees_e9480bb0 INFO Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - |*"# passed vertex fit" | 26 | 26 |( 100.0000 +- 0.000000)% | + | "# passed vertex fit" | 26 | 26 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | SelectBasicParticlesForRefit_9c8... INFO Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | |*"#passed" | 12 | 12 |( 100.0000 +- 0.000000)% | @@ -422,6 +442,9 @@ Unpack_Hlt2__Event_HLT2_Rec_Vert... INFO Number of counters : 3 | "# UnpackedData" | 12 | 61 | 5.0833 | | "Buffer size" | 12 | 3946 | 328.83 | |*"Target data already present" | 12 | 0 |( 0.000000 +- 0.000000)% | +UpdateVertexCoordinatesOffline_3... INFO Number of counters : 1 + | Counter | # | sum | mean/eff^* | rms/err^* | min | max | + | "Unaltered Vertices" | 61 | V1V1PrKalmanFilter_a6d90f32.Kalm... INFO Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "nIterations" | 37 | 74 | 2.0000 | diff --git a/DaVinciExamples/tests/refs/test_davinci_tupling_from_xgen.ref b/DaVinciExamples/tests/refs/test_davinci_tupling_from_xgen.ref index 469e3ca70fa1bd9417293809e1c3ebb745aa3755..10d7fa3cb35b0839ceeec96701ff83bee0051546 100644 --- a/DaVinciExamples/tests/refs/test_davinci_tupling_from_xgen.ref +++ b/DaVinciExamples/tests/refs/test_davinci_tupling_from_xgen.ref @@ -3,12 +3,12 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_tuple_xgen.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Gauss-12143001-100ev-20211117.xgen' BuJpsiK_MCTuple INFO User specified descriptor: [B+ -> (J/psi(1S) -> mu+ mu-) K+]CC ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/Gauss-12143001-100ev-20211117.xgen RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_tuple_xgen.root:/BuJpsiK_MCTuple ApplicationMgr INFO Application Manager Stopped successfully BuJpsiK_MCTuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections diff --git a/DaVinciTests/python/DaVinciTests/DTF_test.py b/DaVinciTests/python/DaVinciTests/DTF_test.py index e2257eafc0c485fcf2327d8250e4092d549e19df..3b3e1bed3e29eaad9290936e7afccf1f2af36449 100644 --- a/DaVinciTests/python/DaVinciTests/DTF_test.py +++ b/DaVinciTests/python/DaVinciTests/DTF_test.py @@ -21,7 +21,7 @@ The latter constraint raises an expected warning to ensure that the DTF does not silently ignore such spurious constraints, see https://gitlab.cern.ch/lhcb/Rec/-/issues/408. """ import Functors as F -from Hlt2Conf.standard_particles import make_detached_mumu +from RecoConf.standard_particles import make_detached_mumu from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple from DecayTreeFitter import DecayTreeFitter diff --git a/DaVinciTests/python/DaVinciTests/functors.py b/DaVinciTests/python/DaVinciTests/functors.py index f069433d93114f3c043e5e48c1ee9737575684a1..e58181ad248609295542c547cdb1fe6664ea4cd2 100644 --- a/DaVinciTests/python/DaVinciTests/functors.py +++ b/DaVinciTests/python/DaVinciTests/functors.py @@ -21,7 +21,7 @@ from PyConf.Algorithms import PrintDecayTree from Functors.math import in_range from RecoConf.reconstruction_objects import make_pvs -from Hlt2Conf.standard_particles import make_long_kaons +from RecoConf.standard_particles import make_long_kaons from DaVinci import Options from DaVinci.common_particles import make_std_loose_d2kk @@ -58,6 +58,7 @@ def make_tight_d2kk(): def main(options: Options): + config = configure_input(options) vd0s = make_std_loose_d2kk() td0s = make_tight_d2kk() @@ -72,6 +73,5 @@ def main(options: Options): "PrintD0Node", children=algs, combine_logic=NodeLogic.NONLAZY_OR ) - config = configure_input(options) config.update(configure(options, node)) return config diff --git a/DaVinciTests/python/DaVinciTests/funtuple_array.py b/DaVinciTests/python/DaVinciTests/funtuple_array.py index 0f256293fd44b2473e8df4334c6b52ae1e32c3dc..1a13186280eca576581c8e66ad6ff3acb7c11496 100644 --- a/DaVinciTests/python/DaVinciTests/funtuple_array.py +++ b/DaVinciTests/python/DaVinciTests/funtuple_array.py @@ -16,7 +16,7 @@ import Functors as F from PyConf.Algorithms import ParticleTaggerAlg, ParticleContainerMerger from FunTuple import FunctorCollection, FunTuple_Particles as Funtuple from DaVinci.algorithms import create_lines_filter -from Hlt2Conf.standard_particles import make_long_pions +from RecoConf.standard_particles import make_long_pions from PyConf.reading import get_particles from DaVinci import Options, make_config diff --git a/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.yaml b/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.yaml index 51719036d27fe5f8e6076f33a4d334d98ea808d0..d315bacef94cf805f20597d258c0cf344611e11c 100644 --- a/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.yaml +++ b/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.yaml @@ -1,14 +1,7 @@ -input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci-issue-100_multiple_bkgcat_mc-truth.dst +testfiledb_key: DaVinci-issue-100 input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci-issue-100_multiple_bkgcat_mc-truth.tck.json - -input_type: ROOT -simulation: True input_process: Hlt2 -conddb_tag: sim-20210617-vc-md100 -dddb_tag: dddb-20210617 - evt_max: -1 input_raw_format: 0.3 lumi: false diff --git a/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-97_bkgcat_mc-truth.yaml b/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-97_bkgcat_mc-truth.yaml index e40e29835bb3c9f2644a6e361839f018439fcd35..634dedf1a434658d0bffc672d26adfdff252500f 100644 --- a/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-97_bkgcat_mc-truth.yaml +++ b/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-97_bkgcat_mc-truth.yaml @@ -1,15 +1,9 @@ -input_files: -- 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci-issue-97_bkgcat_mc-truth.dst' +testfiledb_key: DaVinci-issue-97 input_manifest_file: 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci-issue-97_bkgcat_mc-truth.tck.json' -input_type: ROOT -simulation: true input_process: Hlt2 input_stream: default -conddb_tag: sim-20210617-vc-mu100 -dddb_tag: dddb-20210617 - evt_max: -1 input_raw_format: 0.3 lumi: false diff --git a/DaVinciTests/python/DaVinciTests/multiplecand_branches.py b/DaVinciTests/python/DaVinciTests/multiplecand_branches.py index 947d755e4a0ac7eae4a6bb44f4c3174a6c19ef07..bf0ccb0450f87b4622274c2a08ca15ad580d2d01 100644 --- a/DaVinciTests/python/DaVinciTests/multiplecand_branches.py +++ b/DaVinciTests/python/DaVinciTests/multiplecand_branches.py @@ -13,7 +13,7 @@ Test for branches related to multiple candidates in an event. - test that the branches related to totCandidates and nCandidates are filled correctly """ import Functors as F -from Hlt2Conf.standard_particles import make_detached_mumu +from RecoConf.standard_particles import make_detached_mumu from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple from DaVinci import Options, make_config diff --git a/DaVinciTests/python/DaVinciTests/option_analysis-issue-47_decay_descriptors.py b/DaVinciTests/python/DaVinciTests/option_analysis-issue-47_decay_descriptors.py index 6d884f29f03f4aa71a6779f2068dbe5d69f0928d..87324d215fd061fe319db2f901c72eb126b634ee 100644 --- a/DaVinciTests/python/DaVinciTests/option_analysis-issue-47_decay_descriptors.py +++ b/DaVinciTests/python/DaVinciTests/option_analysis-issue-47_decay_descriptors.py @@ -16,7 +16,7 @@ rst_running: lbexec DaVinciTests.option_analysis-issue-47_decay_descriptors:main rst_yaml: ../../../DaVinciExamples/example_data/Upgrade_Bd2KstarMuMu_ldst.yaml """ import Functors as F -from Hlt2Conf.standard_particles import make_detached_mumu +from RecoConf.standard_particles import make_detached_mumu from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple from DaVinci import Options, make_config diff --git a/DaVinciTests/python/DaVinciTests/options_lhcbintegration_mc_ft_bd2dpi.py b/DaVinciTests/python/DaVinciTests/options_lhcbintegration_mc_ft_bd2dpi.py index 2d35872c417265b4b6dfaa8dc87b4a3e2b4af9bc..ebb7f7c41453d967cf66774fdd9fd2fbfb4c300a 100644 --- a/DaVinciTests/python/DaVinciTests/options_lhcbintegration_mc_ft_bd2dpi.py +++ b/DaVinciTests/python/DaVinciTests/options_lhcbintegration_mc_ft_bd2dpi.py @@ -29,7 +29,7 @@ from PyConf.reading import get_particles from DaVinci.algorithms import create_lines_filter from DaVinci import Options, make_config from DaVinciMCTools import MCTruthAndBkgCat -from Hlt2Conf.standard_particles import make_has_rich_long_pions +from RecoConf.standard_particles import make_has_rich_long_pions from Hlt2Conf.flavourTagging import run2_all_taggers diff --git a/DaVinciTests/python/DaVinciTests/options_lhcbintegration_track_refitting.py b/DaVinciTests/python/DaVinciTests/options_lhcbintegration_track_refitting.py index 19c15d6a10afcc447d1e9924825951ff0dc70b51..d3d88f0e41c81dbb119ff8f7f130f78e99ce4666 100644 --- a/DaVinciTests/python/DaVinciTests/options_lhcbintegration_track_refitting.py +++ b/DaVinciTests/python/DaVinciTests/options_lhcbintegration_track_refitting.py @@ -23,7 +23,7 @@ please see the LHCb Integration Test. """ from DaVinci import Options, make_config from DaVinci.algorithms import create_lines_filter -from Hlt2Conf.standard_particles import make_long_pions +from RecoConf.standard_particles import make_long_pions from PyConf.reading import get_pvs @@ -87,10 +87,14 @@ def main(options: Options): with default_VeloCluster_source.bind(bank_type="VPRetinaCluster"): tracks_from_dst = track_refitting.refit_tracks( - tracks_from_particles, True, use_PrKF=True + tracks_from_particles, + True, + track_fitter=track_refitting.TRACK_FIT_TYPE_PRKALMAN, ) tracks_from_raw = track_refitting.refit_tracks( - tracks_from_particles, False, use_PrKF=True + tracks_from_particles, + False, + track_fitter=track_refitting.TRACK_FIT_TYPE_PRKALMAN, ) muons = make_muons(partial(make_protos, tracks_from_raw)) # original @@ -106,6 +110,9 @@ def main(options: Options): TracksInContainer=tracks_from_particles, name="TrackMonitor" ) + pvs = get_pvs() + refitted_pvs = track_refitting.refit_pvs(input_pvs=pvs).OutputVertices + relation_table_match_by_lhcbid = LHCbIDOverlapRelationTable( MatchFrom=muons, MatchTo=new_muons, @@ -140,6 +147,15 @@ def main(options: Options): @ F.MAP_INPUT_ARRAY( Functor=F.PT, Relations=relation_table_match_by_lhcbid ), + "Refitted_IPCHI2_OLDPV[nMatchTracks]": F.REVERSE_RANGE + @ F.MAP_INPUT_ARRAY( + Functor=F.BPVIPCHI2(pvs), Relations=relation_table_match_by_lhcbid + ), + "Refitted_IPCHI2_NEWPV[nMatchTracks]": F.REVERSE_RANGE + @ F.MAP_INPUT_ARRAY( + Functor=F.BPVIPCHI2(refitted_pvs), + Relations=relation_table_match_by_lhcbid, + ), "Refitted_WEIGHT[nMatchTracks]": F.REVERSE_RANGE @ F.MAP_WEIGHT(Relations=relation_table_match_by_lhcbid), "Refitted_ETA[nMatchTracks]": F.REVERSE_RANGE diff --git a/DaVinciTests/python/DaVinciTests/tupling_from_turbo_reco_location.py b/DaVinciTests/python/DaVinciTests/tupling_from_turbo_reco_location.py index e554b2966775a504076eb004fc71e0540946ce14..83d3f9fd1345e88532b2c456714860f4db220ac2 100644 --- a/DaVinciTests/python/DaVinciTests/tupling_from_turbo_reco_location.py +++ b/DaVinciTests/python/DaVinciTests/tupling_from_turbo_reco_location.py @@ -19,7 +19,7 @@ from DaVinci import make_config, Options from DaVinci.algorithms import create_lines_filter from FunTuple import FunctorCollection from FunTuple import FunTuple_Particles as Funtuple -from Hlt2Conf.standard_particles import make_long_kaons, make_long_pions +from RecoConf.standard_particles import make_long_kaons, make_long_pions from RecoConf.reconstruction_objects import make_pvs diff --git a/DaVinciTests/tests/options/HltTisTos_test.yaml b/DaVinciTests/tests/options/HltTisTos_test.yaml index bca77ec89b4908b4b7aec3acc76328975f854274..70a81628d9e6c6f3ad235003119daecf2792498b 100644 --- a/DaVinciTests/tests/options/HltTisTos_test.yaml +++ b/DaVinciTests/tests/options/HltTisTos_test.yaml @@ -1,15 +1,10 @@ -input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +testfiledb_key: HltTisTos_test input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.tck.json -input_type: 'ROOT' -simulation: False evt_max : 500 ntuple_file: "HltTisTos_ntuple.root" input_raw_format: 0.5 input_process: Spruce input_stream: bandq -conditions_version: master -geometry_version: run3/trunk python_logging_level: 3 output_level: 3 print_freq: 50 diff --git a/DaVinciTests/tests/options/Spruce_passthrough_B2Dpi_line.yaml b/DaVinciTests/tests/options/Spruce_passthrough_B2Dpi_line.yaml index 23caaedfb55dc5b8bcdc9776a7b8d796ed9b0eb1..f4b7ad4f68ae9fab653c1ffb609d63750709a07b 100644 --- a/DaVinciTests/tests/options/Spruce_passthrough_B2Dpi_line.yaml +++ b/DaVinciTests/tests/options/Spruce_passthrough_B2Dpi_line.yaml @@ -1,14 +1,7 @@ -input_files: - - root://eoslhcb.cern.ch//eos/lhcb/wg/FlavourTagging/DST/spruce_passthrough_bd2dpi.dst +testfiledb_key: Spruce_passthrough_B2Dpi_line input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/FlavourTagging/DST/spruce_passthrough_bd2dpi.tck.json -conddb_tag: sim-20231017-vc-md100 -dddb_tag: dddb-20231017 histo_file: daVinci_Bd2DPi_histos.root ntuple_file: daVinci_Bd2DPi_ntuple.root input_process: TurboPass input_stream: default -input_type: ROOT -simulation: true -conditions_version: jonrob/all-pmts-active -geometry_version: run3/trunk output_type: ROOT diff --git a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_dst.yaml b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_dst.yaml index 01d6cc056bb3cfa2e9ef17326c47587b7c91fdf8..c52f6cafcc9c8660492b09481e091d7253e29ee0 100644 --- a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_dst.yaml +++ b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_dst.yaml @@ -1,13 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +testfiledb_key: Spruce_with_lumi_all_lines_moreDst input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production.tck.json -input_type: ROOT -simulation: False lumi: True -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk ntuple_file: "DV_example_lumi_sprucing_ntp.root" output_file: "DV_example_lumi_sprucing_ntp.root" histo_file: "DV_example_lumi_sprucing_his.root" @@ -16,3 +9,4 @@ output_level: 3 input_raw_format: 0.5 input_process: Spruce input_stream: b2oc +evt_max: 3 diff --git a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_mergedDst.yaml b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_mergedDst.yaml index 1d4e8e4cd9ee4c03b8838439f1056ba5064420f6..40e630dee69de68f1b0c89d103762f0d5cca277f 100644 --- a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_mergedDst.yaml +++ b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_mergedDst.yaml @@ -1,13 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +testfiledb_key: Spruce_with_lumi_all_lines_mergeDst input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production.tck.json -input_type: ROOT -simulation: False lumi: True -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk ntuple_file: "DV_example_lumi_sprucing_mergedDst_ntp.root" output_file: "DV_example_lumi_sprucing_mergedDst_ntp.root" histo_file: "DV_example_lumi_sprucing_mergedDst_his.root" @@ -16,3 +9,4 @@ output_level: 3 input_raw_format: 0.5 input_process: Spruce input_stream: b2oc +evt_max: 8 diff --git a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDst.yaml b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDst.yaml index 606d3bafe07956824a1ea97458e7ec6a526542dd..1437c94448f86b116e9a67924c90a254bee369a2 100644 --- a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDst.yaml +++ b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDst.yaml @@ -1,14 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_2.b2oc.dst +testfiledb_key: Spruce_with_lumi_all_lines_evenmoreDst input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production.tck.json -input_type: ROOT -simulation: False lumi: True -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk ntuple_file: "DV_example_lumi_sprucing_moreDst_ntp.root" output_file: "DV_example_lumi_sprucing_moreDst_ntp.root" histo_file: "DV_example_lumi_sprucing_moreDst_his.root" @@ -17,3 +9,4 @@ output_level: 3 input_raw_format: 0.5 input_process: Spruce input_stream: b2oc +evt_max: 8 diff --git a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstMerged.yaml b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstMerged.yaml index 0b6bf548658c2faed68aebb84ac72c2a5aba7eb3..e00c7fd5681944ccca9ddd857367f030a8036d32 100644 --- a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstMerged.yaml +++ b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstMerged.yaml @@ -1,15 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_2.b2oc.dst -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +testfiledb_key: Spruce_with_lumi_all_lines_moreDstMerged input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production.tck.json -input_type: ROOT -simulation: False lumi: True -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk ntuple_file: "DV_example_lumi_sprucing_moreDstMerged_ntp.root" output_file: "DV_example_lumi_sprucing_moreDstMerged_ntp.root" histo_file: "DV_example_lumi_sprucing_moreDstMerged_his.root" @@ -18,3 +9,4 @@ output_level: 3 input_raw_format: 0.5 input_process: Spruce input_stream: b2oc +evt_max: 16 diff --git a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstRuns.yaml b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstRuns.yaml index 7736f6689cbf3ad6777c5bc418d7c030ef3a68b8..06a59cc4d378287f5f60e11917b635b3066c6515 100644 --- a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstRuns.yaml +++ b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreDstRuns.yaml @@ -1,14 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_2.b2oc.dst +testfiledb_key: Spruce_with_lumi_all_lines_moreDstRuns input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production.b2oc.tck.json -input_type: ROOT -simulation: False lumi: True -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk ntuple_file: "DV_example_lumi_sprucing_moreDstRuns_ntp.root" output_file: "DV_example_lumi_sprucing_moreDstRuns_ntp.root" histo_file: "DV_example_lumi_sprucing_moreDstRuns_his.root" @@ -18,3 +10,4 @@ input_raw_format: 0.5 input_process: Spruce input_stream: b2oc write_fsr: False +evt_max: 136 diff --git a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreRunsdst.yaml b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreRunsdst.yaml index da5f351af4fce2b624f91119c687e40db6b062c8..8b00e8d2fa88775a34aee82d6e57913d4542bbda 100644 --- a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreRunsdst.yaml +++ b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_moreRunsdst.yaml @@ -1,13 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +testfiledb_key: Spruce_with_lumi_all_lines_moreRunsdst input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production.tck.json -input_type: ROOT -simulation: False lumi: True -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk ntuple_file: "DV_example_lumi_sprucing_moreRuns_ntp.root" output_file: "DV_example_lumi_sprucing_moreRuns_ntp.root" histo_file: "DV_example_lumi_sprucing_moreRuns_his.root" @@ -16,3 +9,4 @@ output_level: 3 input_raw_format: 0.5 input_process: Spruce input_stream: b2oc +evt_max: 136 diff --git a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_noEventsInSelection.yaml b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_noEventsInSelection.yaml index ccc66bd770156a4f4448970dfeea555bbddb97c0..010aedde6aa7bd868f12c2525c3fc4bc7ebf082e 100644 --- a/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_noEventsInSelection.yaml +++ b/DaVinciTests/tests/options/Spruce_with_lumi_all_lines_noEventsInSelection.yaml @@ -1,13 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.rd.dst +testfiledb_key: Spruce_with_lumi_all_lines_noEventsInSelection input_manifest_file: root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production.rd.tck.json -input_type: ROOT -simulation: False lumi: True -conddb_tag: md_VP_SciFi_macromicrosurvey_from20220923 -dddb_tag: upgrade/dddb-20221004 -conditions_version: master -geometry_version: run3/trunk ntuple_file: "DV_example_lumi_sprucing_noEventsInSelection_ntp.root" output_file: "DV_example_lumi_sprucing_noEventsInSelection_ntp.root" histo_file: "DV_example_lumi_sprucing_noEventsInSelection_his.root" @@ -16,3 +9,4 @@ output_level: 3 input_raw_format: 0.5 input_process: Spruce input_stream: rd +evt_max: 4 diff --git a/DaVinciTests/tests/options/Turbo_bandq_data_bad_sel_reports.yaml b/DaVinciTests/tests/options/Turbo_bandq_data_bad_sel_reports.yaml index a62175bdb4d14824889ed8dafcff613add563e6d..a58d07fbc38bdf53ab0eea5383cb2089f32bcbbb 100644 --- a/DaVinciTests/tests/options/Turbo_bandq_data_bad_sel_reports.yaml +++ b/DaVinciTests/tests/options/Turbo_bandq_data_bad_sel_reports.yaml @@ -1,11 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci_turbo_hlt_sel_reports.dst +testfiledb_key: Turbo_bandq_data_bad_sel_report input_raw_format: 0.5 -input_type: ROOT -simulation: False evt_max: 1000 first_evt: 173001 -dddb_tag: run3/trunk -conddb_tag: master input_process: "TurboPass" input_stream: "bandq" diff --git a/DaVinciTests/tests/options/Turbo_rd_data_with_lumi.yaml b/DaVinciTests/tests/options/Turbo_rd_data_with_lumi.yaml index 1ff7f2f0d18fdc7fdaa23c6e4be92f2fde672751..6c9a036e9732122b216bd9193fc5b135511179b2 100644 --- a/DaVinciTests/tests/options/Turbo_rd_data_with_lumi.yaml +++ b/DaVinciTests/tests/options/Turbo_rd_data_with_lumi.yaml @@ -1,11 +1,6 @@ -input_files: -- root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +testfiledb_key: Turbo_rd_data_with_lumi input_raw_format: 0.5 -input_type: ROOT -simulation: False evt_max: 15000 -dddb_tag: run3/trunk -conddb_tag: master input_process: "TurboPass" input_stream: "rd" persistreco_version: 0.0 diff --git a/DaVinciTests/tests/options/option_davinci_funtuple_array.py b/DaVinciTests/tests/options/option_davinci_funtuple_array.py index 5754d21d67768f78de9e0c7f5c06ebfacb4413ad..4f42e23ca77fa209e40f35060e60f5b2e8625a9d 100644 --- a/DaVinciTests/tests/options/option_davinci_funtuple_array.py +++ b/DaVinciTests/tests/options/option_davinci_funtuple_array.py @@ -19,7 +19,7 @@ import Functors as F from PyConf.Algorithms import ParticleTaggerAlg, ParticleContainerMerger from FunTuple import FunctorCollection, FunTuple_Particles as Funtuple from DaVinci.algorithms import create_lines_filter -from Hlt2Conf.standard_particles import make_long_pions +from RecoConf.standard_particles import make_long_pions from PyConf.reading import get_particles from DaVinci import options diff --git a/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_py-opts.qmt b/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_py-opts.qmt index c85337260e841532a051ce4bfcbf91049e9741c0..54b92ff070dbe951a1074305d8dfc854585e81a9 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_py-opts.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_py-opts.qmt @@ -14,8 +14,8 @@ <argument name="program"><text>lbexec</text></argument> <argument name="timeout"><integer>600</integer></argument> <argument name="args"><set> - <text>DaVinciTests:minimal</text> - <text>--override-option-class=DaVinci.LbExec:TestOptions</text> + <text>DaVinciTests:minimal</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="extra_options_yaml"><text> testfiledb_key: mc_2024_sim10d_HLT2-2024.W31.34_Bd2KstMuMu_MagUp diff --git a/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_yaml-opts.qmt b/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_yaml-opts.qmt index 1f0b98111b9bd4ec28d6635a58b03dfc36b476d2..576b5e97de22c4a70765104a531fc486f1f1cbd3 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_yaml-opts.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/configure_dst_yaml-opts.qmt @@ -14,8 +14,8 @@ <argument name="program"><text>lbexec</text></argument> <argument name="timeout"><integer>600</integer></argument> <argument name="args"><set> - <text>DaVinciTests:minimal</text> - <text>--override-option-class=DaVinci.LbExec:TestOptions</text> + <text>DaVinciTests:minimal</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="extra_options_yaml"><text> testfiledb_key: mc_2024_sim10d_HLT2-2024.W31.34_Bd2KstMuMu_MagUp diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci-issue-198_duplicate_trigger_lines.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci-issue-198_duplicate_trigger_lines.qmt index 332aff1177a4b1af96869d20417f0123463d67f1..ecbae0ce53822fe4432de64bffef153bce45ec66 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci-issue-198_duplicate_trigger_lines.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci-issue-198_duplicate_trigger_lines.qmt @@ -17,7 +17,8 @@ <argument name="timeout"><integer>1000</integer></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci-issue-198_duplicate_trigger_lines:main</text> - </set></argument> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> + </set></argument> <argument name="options_yaml_fn"><text>$DAVINCITESTSROOT/tests/options/HltTisTos_test.yaml</text></argument> <argument name="extra_options_yaml"><text> histo_file: HltTisTos_histo.root diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_filters.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_filters.qmt index 8428c83161940e1481a529422914b7decadb3d1e..179fd00a8c1e1d8df13972209e6f27565da7fb03 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_filters.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_filters.qmt @@ -17,6 +17,7 @@ <argument name="timeout"><integer>1000</integer></argument> <argument name="args"><set> <text>DaVinciTests.filters:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Spruce_all_lines_dst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_funtuple_array.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_funtuple_array.qmt index b8283b1a9bd2d20fa7df42385776df42a331a6c4..11775fae85bfaddc504042f149f31451e41da393 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_funtuple_array.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_funtuple_array.qmt @@ -17,6 +17,7 @@ <argument name="timeout"><integer>1000</integer></argument> <argument name="args"><set> <text>DaVinciTests.funtuple_array:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Spruce_all_lines_dst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_recVertices.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_recVertices.qmt index b9497eb9357c7a0bf490e93c60576a4df9b2d5c7..2027475a971ad0d530b9a6f22cfd8500465d165b 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_recVertices.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_recVertices.qmt @@ -17,6 +17,7 @@ <argument name="timeout"><integer>1000</integer></argument> <argument name="args"><set> <text>DaVinciTests.recVertices:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Spruce_all_lines_dst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_flavour_tagging.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_flavour_tagging.qmt index 9b8b3a9f274f37f23dc00e25b6119d41f35a7ec5..67321205901f7c06b2e921e448119d67eb4859ec 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_flavour_tagging.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_flavour_tagging.qmt @@ -17,6 +17,7 @@ <argument name="timeout"><integer>1000</integer></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_flavour_tagging:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_passthrough_B2Dpi_line.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce.qmt index a1d8cfb6fda806ac187fcf49c698861b70c7839d..cf4f0e7acc31d4d6ac021acf8f65086a5d1605b5 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce.qmt @@ -17,6 +17,7 @@ <argument name="unsupported_platforms"><set><text>detdesc</text></set></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_lumi_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_with_lumi_all_lines_dst.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_mergedDst.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_mergedDst.qmt index 4ca2724712cf30bffedb7489ddaef7d45b430d11..115223f373d5b23a7cbb45e169a4a0e83987ea46 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_mergedDst.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_mergedDst.qmt @@ -17,6 +17,7 @@ <argument name="unsupported_platforms"><set><text>detdesc</text></set></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_lumi_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_with_lumi_all_lines_mergedDst.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDst.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDst.qmt index 808fab8993fd58fb378c030b7295d5c1cf729a2f..4e246b8f0a4a34ce5634c5c5da33ef279ac76580 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDst.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDst.qmt @@ -17,6 +17,7 @@ <argument name="unsupported_platforms"><set><text>detdesc</text></set></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_lumi_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_with_lumi_all_lines_moreDst.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.qmt index 75c3ddc87dde8ea23e710b237562161262257698..48f2ee5bc2dac4dd435a7b8f39fb85ad6c2802b5 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.qmt @@ -17,6 +17,7 @@ <argument name="unsupported_platforms"><set><text>detdesc</text></set></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_lumi_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_with_lumi_all_lines_moreDstMerged.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.qmt index 96b82685f064bdbade20f6c771769fb25e53ea60..e03997c3fcdc1d0ff508fd1746b3683110ea9025 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.qmt @@ -17,6 +17,7 @@ <argument name="unsupported_platforms"><set><text>detdesc</text></set></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_lumi_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_with_lumi_all_lines_moreDstRuns.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreRuns.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreRuns.qmt index ace476873e88d779448cbb229af7490cedea3483..b0df8e0bdaa8f7a037f214ab42cc939f0ff390f2 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreRuns.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_moreRuns.qmt @@ -17,6 +17,7 @@ <argument name="unsupported_platforms"><set><text>detdesc</text></set></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_lumi_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_with_lumi_all_lines_moreRunsdst.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.qmt index 9144fbefc62cd03a17cbc086d4290779d8991cf1..a604b2c05386e21fc35e934c58a12283742ba941 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.qmt @@ -17,6 +17,7 @@ <argument name="unsupported_platforms"><set><text>detdesc</text></set></argument> <argument name="args"><set> <text>DaVinciTests.option_davinci_tupling_with_lumi_from_spruce:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Spruce_with_lumi_all_lines_noEventsInSelection.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_hlt_sel_reports.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_hlt_sel_reports.qmt index 2c08075a557760d30cd957e0adc9ca3685fb536c..41405a813b5570db560178ec12cfd1417e054767 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_hlt_sel_reports.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_hlt_sel_reports.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciTests.tupling_from_turbo_hlt_sel_reports:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Turbo_bandq_data_bad_sel_reports.yaml</text> diff --git a/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_reco_location.qmt b/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_reco_location.qmt index 38be948f7fe05a516202d24a795d43d723601e95..59bd001ab13718df8db261d1bb5a0f312c8233f0 100644 --- a/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_reco_location.qmt +++ b/DaVinciTests/tests/qmtest/davinci.qms/test_tupling_from_turbo_reco_location.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciTests.tupling_from_turbo_reco_location:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"> <text>$DAVINCITESTSROOT/tests/options/Turbo_rd_data_with_lumi.yaml</text> diff --git a/DaVinciTests/tests/qmtest/fsrs.qms/test-genfsr.qmt b/DaVinciTests/tests/qmtest/fsrs.qms/test-genfsr.qmt index 3425401c797bc5f626863870ef10f9ebf804ac3e..db87b473dd0e7c99ae1b789d894ec930078d4afc 100644 --- a/DaVinciTests/tests/qmtest/fsrs.qms/test-genfsr.qmt +++ b/DaVinciTests/tests/qmtest/fsrs.qms/test-genfsr.qmt @@ -13,6 +13,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciTests.genfsr:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Upgrade_genFSR_ldst.yaml</text></argument> <argument name="extra_options_yaml"><text> diff --git a/DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt b/DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt index 706ff3c5d7d7991986250d801650a38ee45daa55..b9480ed0edc3f77bc0952064ef52bcddcd786bd4 100755 --- a/DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt +++ b/DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt @@ -39,7 +39,7 @@ findReferenceBlock("""TightD02KK |*"# passed vertex fit" | 39 | 39 |( 100.0000 +- 0.000000)% | | "Input1 size" | 21 | 258 | 12.286 | | "Input2 size" | 21 | 258 | 12.286 | - | "candidate multiplicity" | 21 | 39 | 1.8571 | 1.1249 | 0.0000 | 4.0000 | + | "candidate multiplicity" | 19 | 39 | 2.0526 | 0.99861 | 1.0000 | 4.0000 | """, stdout, result, causes, signature_offset = 0, id = "Stream3") countErrorLines({"FATAL":0, "ERROR":0}) </text></argument> diff --git a/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xdigi.qmt b/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xdigi.qmt index 13f1fbfcb122367ae9f67bee121c8af0a499a1c1..fc0ee0687aff9ff32f729cd2c492fdb6abb63357 100644 --- a/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xdigi.qmt +++ b/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xdigi.qmt @@ -15,9 +15,10 @@ <argument name="timeout"><integer>600</integer></argument> <argument name="args"><set> <text>DaVinciTests:minimal</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> - <argument name="test_file_db_options_yaml"><text>upgrade_alignment_Bs2JpsiPhi</text></argument> <argument name="extra_options_yaml"><text> + testfiledb_key: upgrade_alignment_Bs2JpsiPhi evt_max: 200 input_process: Boole write_decoding_keys_to_git: false diff --git a/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xgen.qmt b/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xgen.qmt index 17e0e8673ac146cb9d1d33d9ba92e47027137346..ae9e6dad15b2560a2273c241b3e0d535c3e25a17 100644 --- a/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xgen.qmt +++ b/DaVinciTests/tests/qmtest/io.qms/test_read_mc_xgen.qmt @@ -17,10 +17,11 @@ <argument name="timeout"><integer>600</integer></argument> <argument name="args"><set> <text>DaVinciTests:minimal</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/test_read_xgen.yaml</text></argument> <argument name="extra_options_yaml"><text> - evt_max: -1 + evt_max: 100 write_decoding_keys_to_git: false </text></argument> <argument name="reference"><text>../refs/test_davinci_read_mc_xgen.ref</text></argument> diff --git a/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-100_multiple_bkgcat_mc-truth.qmt b/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-100_multiple_bkgcat_mc-truth.qmt index bcad11e233d80ab4d12dd9192d60d5123160892b..2d776df1030b111b91e9b2425c9756630a29fc4e 100644 --- a/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-100_multiple_bkgcat_mc-truth.qmt +++ b/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-100_multiple_bkgcat_mc-truth.qmt @@ -16,6 +16,7 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciTests.mc.option_davinci-issue-100_multiple_bkgcat_mc-truth:alg_config</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCITESTSROOT/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.yaml</text></argument> diff --git a/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-97_bkgcat_mc-truth.qmt b/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-97_bkgcat_mc-truth.qmt index 63ac403d827f259b4625f84fff5ceaa21cbbd8b4..f0e22c5d7841179c4d98765f88783abe77696172 100644 --- a/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-97_bkgcat_mc-truth.qmt +++ b/DaVinciTests/tests/qmtest/mc.qms/test_davinci-issue-97_bkgcat_mc-truth.qmt @@ -16,12 +16,13 @@ <argument name="program"><text>lbexec</text></argument> <argument name="args"><set> <text>DaVinciTests.mc.option_davinci-issue-97_bkgcat_mc-truth:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="options_yaml_fn"><text>$DAVINCITESTSROOT/python/DaVinciTests/mc/option_davinci-issue-97_bkgcat_mc-truth.yaml</text></argument> <argument name="extra_options_yaml"><text> ntuple_file: davinci-issue-97_bkgcat_mc-truth_ntuple.root histo_file: davinci-issue-97_bkgcat_mc-truth_histos.root - evt_max: 10 + evt_max: 4 </text></argument> <argument name="reference"><text>../refs/test_davinci-issue-97_bkgcat_mc-truth.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTests/tests/refs/test_davinci-issue-198_duplicate_trigger_lines.ref b/DaVinciTests/tests/refs/test_davinci-issue-198_duplicate_trigger_lines.ref index af64220691d2884c4eb2531a4276f792508e1246..0f289b6f264016a4fc0223699d2d0b605c4c9f8e 100644 --- a/DaVinciTests/tests/refs/test_davinci-issue-198_duplicate_trigger_lines.ref +++ b/DaVinciTests/tests/refs/test_davinci-issue-198_duplicate_trigger_lines.ref @@ -3,514 +3,534 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:HltTisTos_ntuple.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst' Tuple INFO User specified descriptor: J/psi(1S) -> mu+ mu- Tuple INFO Number of decay possibilities with specified descriptor: 1 Tuple INFO Possibility #0: J/psi(1S) -> mu+ mu- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory HltTisTos_ntuple.root:/Tuple -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 -EventSelector SUCCESS Reading Event record 114. Record number within stream 1: 114 -EventSelector SUCCESS Reading Event record 115. Record number within stream 1: 115 -EventSelector SUCCESS Reading Event record 116. Record number within stream 1: 116 -EventSelector SUCCESS Reading Event record 117. Record number within stream 1: 117 -EventSelector SUCCESS Reading Event record 118. Record number within stream 1: 118 -EventSelector SUCCESS Reading Event record 119. Record number within stream 1: 119 -EventSelector SUCCESS Reading Event record 120. Record number within stream 1: 120 -EventSelector SUCCESS Reading Event record 121. Record number within stream 1: 121 -EventSelector SUCCESS Reading Event record 122. Record number within stream 1: 122 -EventSelector SUCCESS Reading Event record 123. Record number within stream 1: 123 -EventSelector SUCCESS Reading Event record 124. Record number within stream 1: 124 -EventSelector SUCCESS Reading Event record 125. Record number within stream 1: 125 -EventSelector SUCCESS Reading Event record 126. Record number within stream 1: 126 -EventSelector SUCCESS Reading Event record 127. Record number within stream 1: 127 -EventSelector SUCCESS Reading Event record 128. Record number within stream 1: 128 -EventSelector SUCCESS Reading Event record 129. Record number within stream 1: 129 -EventSelector SUCCESS Reading Event record 130. Record number within stream 1: 130 -EventSelector SUCCESS Reading Event record 131. Record number within stream 1: 131 -EventSelector SUCCESS Reading Event record 132. Record number within stream 1: 132 -EventSelector SUCCESS Reading Event record 133. Record number within stream 1: 133 -EventSelector SUCCESS Reading Event record 134. Record number within stream 1: 134 -EventSelector SUCCESS Reading Event record 135. Record number within stream 1: 135 -EventSelector SUCCESS Reading Event record 136. Record number within stream 1: 136 -EventSelector SUCCESS Reading Event record 137. Record number within stream 1: 137 -EventSelector SUCCESS Reading Event record 138. Record number within stream 1: 138 -EventSelector SUCCESS Reading Event record 139. Record number within stream 1: 139 -EventSelector SUCCESS Reading Event record 140. Record number within stream 1: 140 -EventSelector SUCCESS Reading Event record 141. Record number within stream 1: 141 -EventSelector SUCCESS Reading Event record 142. Record number within stream 1: 142 -EventSelector SUCCESS Reading Event record 143. Record number within stream 1: 143 -EventSelector SUCCESS Reading Event record 144. Record number within stream 1: 144 -EventSelector SUCCESS Reading Event record 145. Record number within stream 1: 145 -EventSelector SUCCESS Reading Event record 146. Record number within stream 1: 146 -EventSelector SUCCESS Reading Event record 147. Record number within stream 1: 147 -EventSelector SUCCESS Reading Event record 148. Record number within stream 1: 148 -EventSelector SUCCESS Reading Event record 149. Record number within stream 1: 149 -EventSelector SUCCESS Reading Event record 150. Record number within stream 1: 150 -EventSelector SUCCESS Reading Event record 151. Record number within stream 1: 151 -EventSelector SUCCESS Reading Event record 152. Record number within stream 1: 152 -EventSelector SUCCESS Reading Event record 153. Record number within stream 1: 153 -EventSelector SUCCESS Reading Event record 154. Record number within stream 1: 154 -EventSelector SUCCESS Reading Event record 155. Record number within stream 1: 155 -EventSelector SUCCESS Reading Event record 156. Record number within stream 1: 156 -EventSelector SUCCESS Reading Event record 157. Record number within stream 1: 157 -EventSelector SUCCESS Reading Event record 158. Record number within stream 1: 158 -EventSelector SUCCESS Reading Event record 159. Record number within stream 1: 159 -EventSelector SUCCESS Reading Event record 160. Record number within stream 1: 160 -EventSelector SUCCESS Reading Event record 161. Record number within stream 1: 161 -EventSelector SUCCESS Reading Event record 162. Record number within stream 1: 162 -EventSelector SUCCESS Reading Event record 163. Record number within stream 1: 163 -EventSelector SUCCESS Reading Event record 164. Record number within stream 1: 164 -EventSelector SUCCESS Reading Event record 165. Record number within stream 1: 165 -EventSelector SUCCESS Reading Event record 166. Record number within stream 1: 166 -EventSelector SUCCESS Reading Event record 167. Record number within stream 1: 167 -EventSelector SUCCESS Reading Event record 168. Record number within stream 1: 168 -EventSelector SUCCESS Reading Event record 169. Record number within stream 1: 169 -EventSelector SUCCESS Reading Event record 170. Record number within stream 1: 170 -EventSelector SUCCESS Reading Event record 171. Record number within stream 1: 171 -EventSelector SUCCESS Reading Event record 172. Record number within stream 1: 172 -EventSelector SUCCESS Reading Event record 173. Record number within stream 1: 173 -EventSelector SUCCESS Reading Event record 174. Record number within stream 1: 174 -EventSelector SUCCESS Reading Event record 175. Record number within stream 1: 175 -EventSelector SUCCESS Reading Event record 176. Record number within stream 1: 176 -EventSelector SUCCESS Reading Event record 177. Record number within stream 1: 177 -EventSelector SUCCESS Reading Event record 178. Record number within stream 1: 178 -EventSelector SUCCESS Reading Event record 179. Record number within stream 1: 179 -EventSelector SUCCESS Reading Event record 180. Record number within stream 1: 180 -EventSelector SUCCESS Reading Event record 181. Record number within stream 1: 181 -EventSelector SUCCESS Reading Event record 182. Record number within stream 1: 182 -EventSelector SUCCESS Reading Event record 183. Record number within stream 1: 183 -EventSelector SUCCESS Reading Event record 184. Record number within stream 1: 184 -EventSelector SUCCESS Reading Event record 185. Record number within stream 1: 185 -EventSelector SUCCESS Reading Event record 186. Record number within stream 1: 186 -EventSelector SUCCESS Reading Event record 187. Record number within stream 1: 187 -EventSelector SUCCESS Reading Event record 188. Record number within stream 1: 188 -EventSelector SUCCESS Reading Event record 189. Record number within stream 1: 189 -EventSelector SUCCESS Reading Event record 190. Record number within stream 1: 190 -EventSelector SUCCESS Reading Event record 191. Record number within stream 1: 191 -EventSelector SUCCESS Reading Event record 192. Record number within stream 1: 192 -EventSelector SUCCESS Reading Event record 193. Record number within stream 1: 193 -EventSelector SUCCESS Reading Event record 194. Record number within stream 1: 194 -EventSelector SUCCESS Reading Event record 195. Record number within stream 1: 195 -EventSelector SUCCESS Reading Event record 196. Record number within stream 1: 196 -EventSelector SUCCESS Reading Event record 197. Record number within stream 1: 197 -EventSelector SUCCESS Reading Event record 198. Record number within stream 1: 198 -EventSelector SUCCESS Reading Event record 199. Record number within stream 1: 199 -EventSelector SUCCESS Reading Event record 200. Record number within stream 1: 200 -EventSelector SUCCESS Reading Event record 201. Record number within stream 1: 201 -EventSelector SUCCESS Reading Event record 202. Record number within stream 1: 202 -EventSelector SUCCESS Reading Event record 203. Record number within stream 1: 203 -EventSelector SUCCESS Reading Event record 204. Record number within stream 1: 204 -EventSelector SUCCESS Reading Event record 205. Record number within stream 1: 205 -EventSelector SUCCESS Reading Event record 206. Record number within stream 1: 206 -EventSelector SUCCESS Reading Event record 207. Record number within stream 1: 207 -EventSelector SUCCESS Reading Event record 208. Record number within stream 1: 208 -EventSelector SUCCESS Reading Event record 209. Record number within stream 1: 209 -EventSelector SUCCESS Reading Event record 210. Record number within stream 1: 210 -EventSelector SUCCESS Reading Event record 211. Record number within stream 1: 211 -EventSelector SUCCESS Reading Event record 212. Record number within stream 1: 212 -EventSelector SUCCESS Reading Event record 213. Record number within stream 1: 213 -EventSelector SUCCESS Reading Event record 214. Record number within stream 1: 214 -EventSelector SUCCESS Reading Event record 215. Record number within stream 1: 215 -EventSelector SUCCESS Reading Event record 216. Record number within stream 1: 216 -EventSelector SUCCESS Reading Event record 217. Record number within stream 1: 217 -EventSelector SUCCESS Reading Event record 218. Record number within stream 1: 218 -EventSelector SUCCESS Reading Event record 219. Record number within stream 1: 219 -EventSelector SUCCESS Reading Event record 220. Record number within stream 1: 220 -EventSelector SUCCESS Reading Event record 221. Record number within stream 1: 221 -EventSelector SUCCESS Reading Event record 222. Record number within stream 1: 222 -EventSelector SUCCESS Reading Event record 223. Record number within stream 1: 223 -EventSelector SUCCESS Reading Event record 224. Record number within stream 1: 224 -EventSelector SUCCESS Reading Event record 225. Record number within stream 1: 225 -EventSelector SUCCESS Reading Event record 226. Record number within stream 1: 226 -EventSelector SUCCESS Reading Event record 227. Record number within stream 1: 227 -EventSelector SUCCESS Reading Event record 228. Record number within stream 1: 228 -EventSelector SUCCESS Reading Event record 229. Record number within stream 1: 229 -EventSelector SUCCESS Reading Event record 230. Record number within stream 1: 230 -EventSelector SUCCESS Reading Event record 231. Record number within stream 1: 231 -EventSelector SUCCESS Reading Event record 232. Record number within stream 1: 232 -EventSelector SUCCESS Reading Event record 233. Record number within stream 1: 233 -EventSelector SUCCESS Reading Event record 234. Record number within stream 1: 234 -EventSelector SUCCESS Reading Event record 235. Record number within stream 1: 235 -EventSelector SUCCESS Reading Event record 236. Record number within stream 1: 236 -EventSelector SUCCESS Reading Event record 237. Record number within stream 1: 237 -EventSelector SUCCESS Reading Event record 238. Record number within stream 1: 238 -EventSelector SUCCESS Reading Event record 239. Record number within stream 1: 239 -EventSelector SUCCESS Reading Event record 240. Record number within stream 1: 240 -EventSelector SUCCESS Reading Event record 241. Record number within stream 1: 241 -EventSelector SUCCESS Reading Event record 242. Record number within stream 1: 242 -EventSelector SUCCESS Reading Event record 243. Record number within stream 1: 243 -EventSelector SUCCESS Reading Event record 244. Record number within stream 1: 244 -EventSelector SUCCESS Reading Event record 245. Record number within stream 1: 245 -EventSelector SUCCESS Reading Event record 246. Record number within stream 1: 246 -EventSelector SUCCESS Reading Event record 247. Record number within stream 1: 247 -EventSelector SUCCESS Reading Event record 248. Record number within stream 1: 248 -EventSelector SUCCESS Reading Event record 249. Record number within stream 1: 249 -EventSelector SUCCESS Reading Event record 250. Record number within stream 1: 250 -EventSelector SUCCESS Reading Event record 251. Record number within stream 1: 251 -EventSelector SUCCESS Reading Event record 252. Record number within stream 1: 252 -EventSelector SUCCESS Reading Event record 253. Record number within stream 1: 253 -EventSelector SUCCESS Reading Event record 254. Record number within stream 1: 254 -EventSelector SUCCESS Reading Event record 255. Record number within stream 1: 255 -EventSelector SUCCESS Reading Event record 256. Record number within stream 1: 256 -EventSelector SUCCESS Reading Event record 257. Record number within stream 1: 257 -EventSelector SUCCESS Reading Event record 258. Record number within stream 1: 258 -EventSelector SUCCESS Reading Event record 259. Record number within stream 1: 259 -EventSelector SUCCESS Reading Event record 260. Record number within stream 1: 260 -EventSelector SUCCESS Reading Event record 261. Record number within stream 1: 261 -EventSelector SUCCESS Reading Event record 262. Record number within stream 1: 262 -EventSelector SUCCESS Reading Event record 263. Record number within stream 1: 263 -EventSelector SUCCESS Reading Event record 264. Record number within stream 1: 264 -EventSelector SUCCESS Reading Event record 265. Record number within stream 1: 265 -EventSelector SUCCESS Reading Event record 266. Record number within stream 1: 266 -EventSelector SUCCESS Reading Event record 267. Record number within stream 1: 267 -EventSelector SUCCESS Reading Event record 268. Record number within stream 1: 268 -EventSelector SUCCESS Reading Event record 269. Record number within stream 1: 269 -EventSelector SUCCESS Reading Event record 270. Record number within stream 1: 270 -EventSelector SUCCESS Reading Event record 271. Record number within stream 1: 271 -EventSelector SUCCESS Reading Event record 272. Record number within stream 1: 272 -EventSelector SUCCESS Reading Event record 273. Record number within stream 1: 273 -EventSelector SUCCESS Reading Event record 274. Record number within stream 1: 274 -EventSelector SUCCESS Reading Event record 275. Record number within stream 1: 275 -EventSelector SUCCESS Reading Event record 276. Record number within stream 1: 276 -EventSelector SUCCESS Reading Event record 277. Record number within stream 1: 277 -EventSelector SUCCESS Reading Event record 278. Record number within stream 1: 278 -EventSelector SUCCESS Reading Event record 279. Record number within stream 1: 279 -EventSelector SUCCESS Reading Event record 280. Record number within stream 1: 280 -EventSelector SUCCESS Reading Event record 281. Record number within stream 1: 281 -EventSelector SUCCESS Reading Event record 282. Record number within stream 1: 282 -EventSelector SUCCESS Reading Event record 283. Record number within stream 1: 283 -EventSelector SUCCESS Reading Event record 284. Record number within stream 1: 284 -EventSelector SUCCESS Reading Event record 285. Record number within stream 1: 285 -EventSelector SUCCESS Reading Event record 286. Record number within stream 1: 286 -EventSelector SUCCESS Reading Event record 287. Record number within stream 1: 287 -EventSelector SUCCESS Reading Event record 288. Record number within stream 1: 288 -EventSelector SUCCESS Reading Event record 289. Record number within stream 1: 289 -EventSelector SUCCESS Reading Event record 290. Record number within stream 1: 290 -EventSelector SUCCESS Reading Event record 291. Record number within stream 1: 291 -EventSelector SUCCESS Reading Event record 292. Record number within stream 1: 292 -EventSelector SUCCESS Reading Event record 293. Record number within stream 1: 293 -EventSelector SUCCESS Reading Event record 294. Record number within stream 1: 294 -EventSelector SUCCESS Reading Event record 295. Record number within stream 1: 295 -EventSelector SUCCESS Reading Event record 296. Record number within stream 1: 296 -EventSelector SUCCESS Reading Event record 297. Record number within stream 1: 297 -EventSelector SUCCESS Reading Event record 298. Record number within stream 1: 298 -EventSelector SUCCESS Reading Event record 299. Record number within stream 1: 299 -EventSelector SUCCESS Reading Event record 300. Record number within stream 1: 300 -EventSelector SUCCESS Reading Event record 301. Record number within stream 1: 301 -EventSelector SUCCESS Reading Event record 302. Record number within stream 1: 302 -EventSelector SUCCESS Reading Event record 303. Record number within stream 1: 303 -EventSelector SUCCESS Reading Event record 304. Record number within stream 1: 304 -EventSelector SUCCESS Reading Event record 305. Record number within stream 1: 305 -EventSelector SUCCESS Reading Event record 306. Record number within stream 1: 306 -EventSelector SUCCESS Reading Event record 307. Record number within stream 1: 307 -EventSelector SUCCESS Reading Event record 308. Record number within stream 1: 308 -EventSelector SUCCESS Reading Event record 309. Record number within stream 1: 309 -EventSelector SUCCESS Reading Event record 310. Record number within stream 1: 310 -EventSelector SUCCESS Reading Event record 311. Record number within stream 1: 311 -EventSelector SUCCESS Reading Event record 312. Record number within stream 1: 312 -EventSelector SUCCESS Reading Event record 313. Record number within stream 1: 313 -EventSelector SUCCESS Reading Event record 314. Record number within stream 1: 314 -EventSelector SUCCESS Reading Event record 315. Record number within stream 1: 315 -EventSelector SUCCESS Reading Event record 316. Record number within stream 1: 316 -EventSelector SUCCESS Reading Event record 317. Record number within stream 1: 317 -EventSelector SUCCESS Reading Event record 318. Record number within stream 1: 318 -EventSelector SUCCESS Reading Event record 319. Record number within stream 1: 319 -EventSelector SUCCESS Reading Event record 320. Record number within stream 1: 320 -EventSelector SUCCESS Reading Event record 321. Record number within stream 1: 321 -EventSelector SUCCESS Reading Event record 322. Record number within stream 1: 322 -EventSelector SUCCESS Reading Event record 323. Record number within stream 1: 323 -EventSelector SUCCESS Reading Event record 324. Record number within stream 1: 324 -EventSelector SUCCESS Reading Event record 325. Record number within stream 1: 325 -EventSelector SUCCESS Reading Event record 326. Record number within stream 1: 326 -EventSelector SUCCESS Reading Event record 327. Record number within stream 1: 327 -EventSelector SUCCESS Reading Event record 328. Record number within stream 1: 328 -EventSelector SUCCESS Reading Event record 329. Record number within stream 1: 329 -EventSelector SUCCESS Reading Event record 330. Record number within stream 1: 330 -EventSelector SUCCESS Reading Event record 331. Record number within stream 1: 331 -EventSelector SUCCESS Reading Event record 332. Record number within stream 1: 332 -EventSelector SUCCESS Reading Event record 333. Record number within stream 1: 333 -EventSelector SUCCESS Reading Event record 334. Record number within stream 1: 334 -EventSelector SUCCESS Reading Event record 335. Record number within stream 1: 335 -EventSelector SUCCESS Reading Event record 336. Record number within stream 1: 336 -EventSelector SUCCESS Reading Event record 337. Record number within stream 1: 337 -EventSelector SUCCESS Reading Event record 338. Record number within stream 1: 338 -EventSelector SUCCESS Reading Event record 339. Record number within stream 1: 339 -EventSelector SUCCESS Reading Event record 340. Record number within stream 1: 340 -EventSelector SUCCESS Reading Event record 341. Record number within stream 1: 341 -EventSelector SUCCESS Reading Event record 342. Record number within stream 1: 342 -EventSelector SUCCESS Reading Event record 343. Record number within stream 1: 343 -EventSelector SUCCESS Reading Event record 344. Record number within stream 1: 344 -EventSelector SUCCESS Reading Event record 345. Record number within stream 1: 345 -EventSelector SUCCESS Reading Event record 346. Record number within stream 1: 346 -EventSelector SUCCESS Reading Event record 347. Record number within stream 1: 347 -EventSelector SUCCESS Reading Event record 348. Record number within stream 1: 348 -EventSelector SUCCESS Reading Event record 349. Record number within stream 1: 349 -EventSelector SUCCESS Reading Event record 350. Record number within stream 1: 350 -EventSelector SUCCESS Reading Event record 351. Record number within stream 1: 351 -EventSelector SUCCESS Reading Event record 352. Record number within stream 1: 352 -EventSelector SUCCESS Reading Event record 353. Record number within stream 1: 353 -EventSelector SUCCESS Reading Event record 354. Record number within stream 1: 354 -EventSelector SUCCESS Reading Event record 355. Record number within stream 1: 355 -EventSelector SUCCESS Reading Event record 356. Record number within stream 1: 356 -EventSelector SUCCESS Reading Event record 357. Record number within stream 1: 357 -EventSelector SUCCESS Reading Event record 358. Record number within stream 1: 358 -EventSelector SUCCESS Reading Event record 359. Record number within stream 1: 359 -EventSelector SUCCESS Reading Event record 360. Record number within stream 1: 360 -EventSelector SUCCESS Reading Event record 361. Record number within stream 1: 361 -EventSelector SUCCESS Reading Event record 362. Record number within stream 1: 362 -EventSelector SUCCESS Reading Event record 363. Record number within stream 1: 363 -EventSelector SUCCESS Reading Event record 364. Record number within stream 1: 364 -EventSelector SUCCESS Reading Event record 365. Record number within stream 1: 365 -EventSelector SUCCESS Reading Event record 366. Record number within stream 1: 366 -EventSelector SUCCESS Reading Event record 367. Record number within stream 1: 367 -EventSelector SUCCESS Reading Event record 368. Record number within stream 1: 368 -EventSelector SUCCESS Reading Event record 369. Record number within stream 1: 369 -EventSelector SUCCESS Reading Event record 370. Record number within stream 1: 370 -EventSelector SUCCESS Reading Event record 371. Record number within stream 1: 371 -EventSelector SUCCESS Reading Event record 372. Record number within stream 1: 372 -EventSelector SUCCESS Reading Event record 373. Record number within stream 1: 373 -EventSelector SUCCESS Reading Event record 374. Record number within stream 1: 374 -EventSelector SUCCESS Reading Event record 375. Record number within stream 1: 375 -EventSelector SUCCESS Reading Event record 376. Record number within stream 1: 376 -EventSelector SUCCESS Reading Event record 377. Record number within stream 1: 377 -EventSelector SUCCESS Reading Event record 378. Record number within stream 1: 378 -EventSelector SUCCESS Reading Event record 379. Record number within stream 1: 379 -EventSelector SUCCESS Reading Event record 380. Record number within stream 1: 380 -EventSelector SUCCESS Reading Event record 381. Record number within stream 1: 381 -EventSelector SUCCESS Reading Event record 382. Record number within stream 1: 382 -EventSelector SUCCESS Reading Event record 383. Record number within stream 1: 383 -EventSelector SUCCESS Reading Event record 384. Record number within stream 1: 384 -EventSelector SUCCESS Reading Event record 385. Record number within stream 1: 385 -EventSelector SUCCESS Reading Event record 386. Record number within stream 1: 386 -EventSelector SUCCESS Reading Event record 387. Record number within stream 1: 387 -EventSelector SUCCESS Reading Event record 388. Record number within stream 1: 388 -EventSelector SUCCESS Reading Event record 389. Record number within stream 1: 389 -EventSelector SUCCESS Reading Event record 390. Record number within stream 1: 390 -EventSelector SUCCESS Reading Event record 391. Record number within stream 1: 391 -EventSelector SUCCESS Reading Event record 392. Record number within stream 1: 392 -EventSelector SUCCESS Reading Event record 393. Record number within stream 1: 393 -EventSelector SUCCESS Reading Event record 394. Record number within stream 1: 394 -EventSelector SUCCESS Reading Event record 395. Record number within stream 1: 395 -EventSelector SUCCESS Reading Event record 396. Record number within stream 1: 396 -EventSelector SUCCESS Reading Event record 397. Record number within stream 1: 397 -EventSelector SUCCESS Reading Event record 398. Record number within stream 1: 398 -EventSelector SUCCESS Reading Event record 399. Record number within stream 1: 399 -EventSelector SUCCESS Reading Event record 400. Record number within stream 1: 400 -EventSelector SUCCESS Reading Event record 401. Record number within stream 1: 401 -EventSelector SUCCESS Reading Event record 402. Record number within stream 1: 402 -EventSelector SUCCESS Reading Event record 403. Record number within stream 1: 403 -EventSelector SUCCESS Reading Event record 404. Record number within stream 1: 404 -EventSelector SUCCESS Reading Event record 405. Record number within stream 1: 405 -EventSelector SUCCESS Reading Event record 406. Record number within stream 1: 406 -EventSelector SUCCESS Reading Event record 407. Record number within stream 1: 407 -EventSelector SUCCESS Reading Event record 408. Record number within stream 1: 408 -EventSelector SUCCESS Reading Event record 409. Record number within stream 1: 409 -EventSelector SUCCESS Reading Event record 410. Record number within stream 1: 410 -EventSelector SUCCESS Reading Event record 411. Record number within stream 1: 411 -EventSelector SUCCESS Reading Event record 412. Record number within stream 1: 412 -EventSelector SUCCESS Reading Event record 413. Record number within stream 1: 413 -EventSelector SUCCESS Reading Event record 414. Record number within stream 1: 414 -EventSelector SUCCESS Reading Event record 415. Record number within stream 1: 415 -EventSelector SUCCESS Reading Event record 416. Record number within stream 1: 416 -EventSelector SUCCESS Reading Event record 417. Record number within stream 1: 417 -EventSelector SUCCESS Reading Event record 418. Record number within stream 1: 418 -EventSelector SUCCESS Reading Event record 419. Record number within stream 1: 419 -EventSelector SUCCESS Reading Event record 420. Record number within stream 1: 420 -EventSelector SUCCESS Reading Event record 421. Record number within stream 1: 421 -EventSelector SUCCESS Reading Event record 422. Record number within stream 1: 422 -EventSelector SUCCESS Reading Event record 423. Record number within stream 1: 423 -EventSelector SUCCESS Reading Event record 424. Record number within stream 1: 424 -EventSelector SUCCESS Reading Event record 425. Record number within stream 1: 425 -EventSelector SUCCESS Reading Event record 426. Record number within stream 1: 426 -EventSelector SUCCESS Reading Event record 427. Record number within stream 1: 427 -EventSelector SUCCESS Reading Event record 428. Record number within stream 1: 428 -EventSelector SUCCESS Reading Event record 429. Record number within stream 1: 429 -EventSelector SUCCESS Reading Event record 430. Record number within stream 1: 430 -EventSelector SUCCESS Reading Event record 431. Record number within stream 1: 431 -EventSelector SUCCESS Reading Event record 432. Record number within stream 1: 432 -EventSelector SUCCESS Reading Event record 433. Record number within stream 1: 433 -EventSelector SUCCESS Reading Event record 434. Record number within stream 1: 434 -EventSelector SUCCESS Reading Event record 435. Record number within stream 1: 435 -EventSelector SUCCESS Reading Event record 436. Record number within stream 1: 436 -EventSelector SUCCESS Reading Event record 437. Record number within stream 1: 437 -EventSelector SUCCESS Reading Event record 438. Record number within stream 1: 438 -EventSelector SUCCESS Reading Event record 439. Record number within stream 1: 439 -EventSelector SUCCESS Reading Event record 440. Record number within stream 1: 440 -EventSelector SUCCESS Reading Event record 441. Record number within stream 1: 441 -EventSelector SUCCESS Reading Event record 442. Record number within stream 1: 442 -EventSelector SUCCESS Reading Event record 443. Record number within stream 1: 443 -EventSelector SUCCESS Reading Event record 444. Record number within stream 1: 444 -EventSelector SUCCESS Reading Event record 445. Record number within stream 1: 445 -EventSelector SUCCESS Reading Event record 446. Record number within stream 1: 446 -EventSelector SUCCESS Reading Event record 447. Record number within stream 1: 447 -EventSelector SUCCESS Reading Event record 448. Record number within stream 1: 448 -EventSelector SUCCESS Reading Event record 449. Record number within stream 1: 449 -EventSelector SUCCESS Reading Event record 450. Record number within stream 1: 450 -EventSelector SUCCESS Reading Event record 451. Record number within stream 1: 451 -EventSelector SUCCESS Reading Event record 452. Record number within stream 1: 452 -EventSelector SUCCESS Reading Event record 453. Record number within stream 1: 453 -EventSelector SUCCESS Reading Event record 454. Record number within stream 1: 454 -EventSelector SUCCESS Reading Event record 455. Record number within stream 1: 455 -EventSelector SUCCESS Reading Event record 456. Record number within stream 1: 456 -EventSelector SUCCESS Reading Event record 457. Record number within stream 1: 457 -EventSelector SUCCESS Reading Event record 458. Record number within stream 1: 458 -EventSelector SUCCESS Reading Event record 459. Record number within stream 1: 459 -EventSelector SUCCESS Reading Event record 460. Record number within stream 1: 460 -EventSelector SUCCESS Reading Event record 461. Record number within stream 1: 461 -EventSelector SUCCESS Reading Event record 462. Record number within stream 1: 462 -EventSelector SUCCESS Reading Event record 463. Record number within stream 1: 463 -EventSelector SUCCESS Reading Event record 464. Record number within stream 1: 464 -EventSelector SUCCESS Reading Event record 465. Record number within stream 1: 465 -EventSelector SUCCESS Reading Event record 466. Record number within stream 1: 466 -EventSelector SUCCESS Reading Event record 467. Record number within stream 1: 467 -EventSelector SUCCESS Reading Event record 468. Record number within stream 1: 468 -EventSelector SUCCESS Reading Event record 469. Record number within stream 1: 469 -EventSelector SUCCESS Reading Event record 470. Record number within stream 1: 470 -EventSelector SUCCESS Reading Event record 471. Record number within stream 1: 471 -EventSelector SUCCESS Reading Event record 472. Record number within stream 1: 472 -EventSelector SUCCESS Reading Event record 473. Record number within stream 1: 473 -EventSelector SUCCESS Reading Event record 474. Record number within stream 1: 474 -EventSelector SUCCESS Reading Event record 475. Record number within stream 1: 475 -EventSelector SUCCESS Reading Event record 476. Record number within stream 1: 476 -EventSelector SUCCESS Reading Event record 477. Record number within stream 1: 477 -EventSelector SUCCESS Reading Event record 478. Record number within stream 1: 478 -EventSelector SUCCESS Reading Event record 479. Record number within stream 1: 479 -EventSelector SUCCESS Reading Event record 480. Record number within stream 1: 480 -EventSelector SUCCESS Reading Event record 481. Record number within stream 1: 481 -EventSelector SUCCESS Reading Event record 482. Record number within stream 1: 482 -EventSelector SUCCESS Reading Event record 483. Record number within stream 1: 483 -EventSelector SUCCESS Reading Event record 484. Record number within stream 1: 484 -EventSelector SUCCESS Reading Event record 485. Record number within stream 1: 485 -EventSelector SUCCESS Reading Event record 486. Record number within stream 1: 486 -EventSelector SUCCESS Reading Event record 487. Record number within stream 1: 487 -EventSelector SUCCESS Reading Event record 488. Record number within stream 1: 488 -EventSelector SUCCESS Reading Event record 489. Record number within stream 1: 489 -EventSelector SUCCESS Reading Event record 490. Record number within stream 1: 490 -EventSelector SUCCESS Reading Event record 491. Record number within stream 1: 491 -EventSelector SUCCESS Reading Event record 492. Record number within stream 1: 492 -EventSelector SUCCESS Reading Event record 493. Record number within stream 1: 493 -EventSelector SUCCESS Reading Event record 494. Record number within stream 1: 494 -EventSelector SUCCESS Reading Event record 495. Record number within stream 1: 495 -EventSelector SUCCESS Reading Event record 496. Record number within stream 1: 496 -EventSelector SUCCESS Reading Event record 497. Record number within stream 1: 497 -EventSelector SUCCESS Reading Event record 498. Record number within stream 1: 498 -EventSelector SUCCESS Reading Event record 499. Record number within stream 1: 499 -EventSelector SUCCESS Reading Event record 500. Record number within stream 1: 500 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 121 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 122 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 123 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 124 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 125 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 126 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 127 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 128 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 129 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 130 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 131 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 132 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 133 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 134 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 135 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 136 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 137 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 138 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 139 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 140 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 141 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 142 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 143 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 144 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 145 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 146 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 147 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 148 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 149 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 150 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 151 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 152 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 153 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 154 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 155 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 156 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 157 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 158 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 159 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 160 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 161 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 162 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 163 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 164 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 165 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 166 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 167 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 168 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 169 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 170 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 171 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 172 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 173 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 174 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 175 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 176 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 177 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 178 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 179 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 180 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 181 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 182 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 183 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 184 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 185 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 186 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 187 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 188 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 189 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 190 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 191 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 192 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 193 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 194 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 195 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 196 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 197 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 198 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 199 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 200 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 201 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 202 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 203 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 204 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 205 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 206 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 207 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 208 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 209 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 210 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 211 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 212 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 213 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 214 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 215 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 216 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 217 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 218 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 219 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 220 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 221 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 222 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 223 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 224 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 225 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 226 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 227 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 228 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 229 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 230 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 231 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 232 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 233 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 234 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 235 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 236 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 237 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 238 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 239 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 240 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 241 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 242 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 243 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 244 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 245 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 246 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 247 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 248 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 249 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 250 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 251 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 252 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 253 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 254 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 255 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 256 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 257 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 258 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 259 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 260 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 261 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 262 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 263 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 264 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 265 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 266 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 267 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 268 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 269 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 270 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 271 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 272 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 273 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 274 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 275 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 276 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 277 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 278 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 279 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 280 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 281 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 282 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 283 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 284 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 285 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 286 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 287 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 288 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 289 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 290 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 291 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 292 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 293 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 294 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 295 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 296 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 297 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 298 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 299 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 300 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 301 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 302 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 303 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 304 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 305 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 306 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 307 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 308 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 309 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 310 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 311 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 312 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 313 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 314 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 315 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 316 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 317 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 318 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 319 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 320 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 321 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 322 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 323 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 324 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 325 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 326 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 327 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 328 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 329 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 330 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 331 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 332 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 333 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 334 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 335 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 336 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 337 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 338 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 339 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 340 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 341 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 342 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 343 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 344 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 345 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 346 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 347 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 348 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 349 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 350 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 351 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 352 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 353 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 354 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 355 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 356 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 357 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 358 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 359 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 360 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 361 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 362 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 363 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 364 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 365 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 366 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 367 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 368 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 369 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 370 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 371 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 372 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 373 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 374 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 375 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 376 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 377 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 378 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 379 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 380 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 381 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 382 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 383 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 384 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 385 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 386 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 387 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 388 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 389 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 390 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 391 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 392 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 393 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 394 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 395 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 396 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 397 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 398 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 399 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 400 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 401 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 402 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 403 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 404 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 405 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 406 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 407 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 408 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 409 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 410 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 411 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 412 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 413 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 414 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 415 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 416 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 417 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 418 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 419 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 420 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 421 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 422 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 423 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 424 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 425 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 426 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 427 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 428 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 429 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 430 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 431 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 432 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 433 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 434 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 435 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 436 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 437 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 438 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 439 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 440 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 441 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 442 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 443 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 444 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 445 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 446 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 447 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 448 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 449 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 450 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 451 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 452 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 453 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 454 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 455 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 456 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 457 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 458 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 459 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 460 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 461 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 462 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 463 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 464 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 465 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 466 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 467 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 468 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 469 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 470 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 471 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 472 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 473 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 474 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 475 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 476 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 477 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 478 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 479 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 480 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 481 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 482 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 483 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 484 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 485 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 486 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 487 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 488 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 489 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 490 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 491 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 492 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 493 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 494 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 495 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 496 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 497 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 498 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 499 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 500 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 501 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 502 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 503 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 504 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 505 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 506 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 507 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 508 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 509 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 510 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 511 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 512 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 513 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 514 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 515 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 516 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 517 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 518 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 519 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst +RootIOAlg SUCCESS Reading Event record 520 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/excl_2023_TISTOSexample.bandq.dst ApplicationMgr INFO Application Manager Stopped successfully Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections Tuple SUCCESS List of booked N-Tuples in directory "FILE1/Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci-issue-97_bkgcat_mc-truth.ref b/DaVinciTests/tests/refs/test_davinci-issue-97_bkgcat_mc-truth.ref index bde5c01e1c3dd679886d8c46c17685348c297a76..fd5bded8079749681af354198e1178897146f1c5 100644 --- a/DaVinciTests/tests/refs/test_davinci-issue-97_bkgcat_mc-truth.ref +++ b/DaVinciTests/tests/refs/test_davinci-issue-97_bkgcat_mc-truth.ref @@ -3,18 +3,17 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:davinci-issue-97_bkgcat_mc-truth_ntuple.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci-issue-97_bkgcat_mc-truth.dst' Hlt2Lb2JpsiLambdaTuple INFO User specified descriptor: [Lambda_b0 -> ( J/psi(1S) -> mu+ mu- ) ( Lambda0 -> p+ pi- )]CC Hlt2Lb2JpsiLambdaTuple INFO Number of decay possibilities with specified descriptor: 2 Hlt2Lb2JpsiLambdaTuple INFO Possibility #0: Lambda_b0 -> (J/psi(1S) -> mu+ mu-) (Lambda0 -> p+ pi-) Hlt2Lb2JpsiLambdaTuple INFO Possibility #1: Lambda_b~0 -> (J/psi(1S) -> mu- mu+) (Lambda~0 -> p~- pi+) ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci-issue-97_bkgcat_mc-truth.dst Unpack_Hlt2__Event_HLT2_Relations_ChargedPP2MCP WARNING failed to fetch 121 keys from /Event/HLT2/Rec/ProtoP/Charged Unpack_Hlt2__Event_HLT2_Relations_ChargedPP2MCP WARNING failed to fetch 61 keys from /Event/HLT2/FunctionalChargedProtoParticleMaker#2/Output -RFileCnv INFO opening Root file "davinci-issue-97_bkgcat_mc-truth_ntuple.root" for writing RCWNTupleCnv INFO Booked TTree with ID: Tuple "Tuple" in directory davinci-issue-97_bkgcat_mc-truth_ntuple.root:/Hlt2Lb2JpsiLambdaTuple Unpack_Hlt2__Event_HLT2_Relations_ChargedPP2MCP WARNING failed to fetch 118 keys from /Event/HLT2/Rec/ProtoP/Charged Unpack_Hlt2__Event_HLT2_Relations_ChargedPP2MCP WARNING failed to fetch 65 keys from /Event/HLT2/FunctionalChargedProtoParticleMaker#2/Output @@ -32,8 +31,6 @@ LAZY_AND: DaVinci #=4 Sum=4 Eff= RawBankSizeFilter/FilterDstDataSize #=4 Sum=4 Eff=|( 100.0000 +- 0.00000 )%| VoidFilter/LoKi__HDRFilter #=4 Sum=4 Eff=|( 100.0000 +- 0.00000 )%| FunTupleBase_Particles/Hlt2Lb2JpsiLambdaTuple #=4 Sum=4 Eff=|( 100.0000 +- 0.00000 )%| -RFileCnv INFO dumping contents of /NTUPLES/FILE1 -TFile: name=davinci-issue-97_bkgcat_mc-truth_ntuple.root, title=Gaudi Trees, option=CREATE NTupleSvc INFO NTuples saved successfully ApplicationMgr INFO Application Manager Finalized successfully ApplicationMgr INFO Application Manager Terminated successfully @@ -73,7 +70,7 @@ Unpack_Hlt2__Event_HLT2_Hlt2Lb2JpsiLambda_Particles | "# UnpackedData" | 4 | 7 | 1.7500 | | "Buffer size" | 4 | 1514 | 378.50 | |*"Target data already present" | 4 | 0 |( 0.000000 +- 0.000000)% | -Unpack_Hlt2__Event_HLT2_Relations_ChargedPP2MCP INFO Number of counters : 4 +Unpack_Hlt2__Event_HLT2_Relations_ChargedPP2MCP INFO Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnpackedData" | 4 | 22 | 5.5000 | | "Buffer size" | 4 | 14364 | 3591.0 | diff --git a/DaVinciTests/tests/refs/test_davinci_filters.ref b/DaVinciTests/tests/refs/test_davinci_filters.ref index a1ecdcd70de48dab6a7e9911d5aa99ed1f11f43d..961742163768279b149def1867b4a0b76ad1508d 100644 --- a/DaVinciTests/tests/refs/test_davinci_filters.ref +++ b/DaVinciTests/tests/refs/test_davinci_filters.ref @@ -3,123 +3,123 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:davinci_filters_ntuple.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst' ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=113 Sum=48 Eff=|( 42.47788 +- 4.65007 )%| NONLAZY_OR: UserAnalysis #=113 Sum=48 Eff=|( 42.47788 +- 4.65007 )%| diff --git a/DaVinciTests/tests/refs/test_davinci_funtuple_array.ref b/DaVinciTests/tests/refs/test_davinci_funtuple_array.ref index 155b0a8e09c8fc9eeb832e7cb0b575d9e63d343a..7a29bdc2a422369cc294f674999351253947762d 100644 --- a/DaVinciTests/tests/refs/test_davinci_funtuple_array.ref +++ b/DaVinciTests/tests/refs/test_davinci_funtuple_array.ref @@ -3,15 +3,15 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV-test-array-ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst' B0DsK_Tuple INFO User specified descriptor: [B0 -> D_s- K+]CC B0DsK_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0DsK_Tuple INFO Possibility #0: B0 -> D_s- K+ B0DsK_Tuple INFO Possibility #1: B~0 -> D_s+ K- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV-test-array-ntp.root:/B0DsK_Tuple ApplicationMgr INFO Application Manager Stopped successfully B0DsK_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections diff --git a/DaVinciTests/tests/refs/test_davinci_read_mc_digi.ref b/DaVinciTests/tests/refs/test_davinci_read_mc_digi.ref index 5448993c8594a086b6f7d611730ae4194880e766..73ee3d580bf0bb67720070f11e029136753be086 100644 --- a/DaVinciTests/tests/refs/test_davinci_read_mc_digi.ref +++ b/DaVinciTests/tests/refs/test_davinci_read_mc_digi.ref @@ -4,8 +4,6 @@ ApplicationMgr SUCCESS ApplicationMgr INFO Application Manager Configured successfully ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| NONLAZY_OR: UserAnalysis #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| diff --git a/DaVinciTests/tests/refs/test_davinci_read_mc_ldst.ref b/DaVinciTests/tests/refs/test_davinci_read_mc_ldst.ref index 5448993c8594a086b6f7d611730ae4194880e766..73ee3d580bf0bb67720070f11e029136753be086 100644 --- a/DaVinciTests/tests/refs/test_davinci_read_mc_ldst.ref +++ b/DaVinciTests/tests/refs/test_davinci_read_mc_ldst.ref @@ -4,8 +4,6 @@ ApplicationMgr SUCCESS ApplicationMgr INFO Application Manager Configured successfully ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| NONLAZY_OR: UserAnalysis #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| diff --git a/DaVinciTests/tests/refs/test_davinci_read_mc_mdf.ref b/DaVinciTests/tests/refs/test_davinci_read_mc_mdf.ref index 82585ec15f113b4a3ad5cc8ba1b05494abcd2779..73ee3d580bf0bb67720070f11e029136753be086 100644 --- a/DaVinciTests/tests/refs/test_davinci_read_mc_mdf.ref +++ b/DaVinciTests/tests/refs/test_davinci_read_mc_mdf.ref @@ -4,8 +4,6 @@ ApplicationMgr SUCCESS ApplicationMgr INFO Application Manager Configured successfully ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventSelector.DataStreamTool_1 INFO Compression:0 Checksum:1 -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| NONLAZY_OR: UserAnalysis #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| diff --git a/DaVinciTests/tests/refs/test_davinci_read_mc_xdigi.ref b/DaVinciTests/tests/refs/test_davinci_read_mc_xdigi.ref index f58eedbea4a4e22324ea01bb9d2253347d9899be..6e9dcd7eaa47349fedd89bab1b39c20bd8960217 100644 --- a/DaVinciTests/tests/refs/test_davinci_read_mc_xdigi.ref +++ b/DaVinciTests/tests/refs/test_davinci_read_mc_xdigi.ref @@ -4,9 +4,6 @@ ApplicationMgr SUCCESS ApplicationMgr INFO Application Manager Configured successfully ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -FileRecordPersistencySvc INFO Added successfully Conversion service:FileRecordCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| NONLAZY_OR: FileSummaryRecords #=200 Sum=200 Eff=|( 100.0000 +- 0.00000 )%| diff --git a/DaVinciTests/tests/refs/test_davinci_read_mc_xgen.ref b/DaVinciTests/tests/refs/test_davinci_read_mc_xgen.ref index 26b8d60abd26ece9994fc3a0f610d0f0e21c2bbd..ac82dd4ec163f1362752349606b2fc55c24582ea 100644 --- a/DaVinciTests/tests/refs/test_davinci_read_mc_xgen.ref +++ b/DaVinciTests/tests/refs/test_davinci_read_mc_xgen.ref @@ -4,8 +4,6 @@ ApplicationMgr SUCCESS ApplicationMgr INFO Application Manager Configured successfully ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=100 Sum=100 Eff=|( 100.0000 +- 0.00000 )%| NONLAZY_OR: UserAnalysis #=100 Sum=100 Eff=|( 100.0000 +- 0.00000 )%| diff --git a/DaVinciTests/tests/refs/test_davinci_recVertices.ref b/DaVinciTests/tests/refs/test_davinci_recVertices.ref index 921c5d2b9de1323a0d22a9dc57c669c82561d47b..32795e2513c56132b7f758e8f4761e75b52ff672 100644 --- a/DaVinciTests/tests/refs/test_davinci_recVertices.ref +++ b/DaVinciTests/tests/refs/test_davinci_recVertices.ref @@ -3,128 +3,128 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:test_recVertices.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst' B0DsK_Tuple INFO User specified descriptor: [B0 -> D_s- K+]CC B0DsK_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0DsK_Tuple INFO Possibility #0: B0 -> D_s- K+ B0DsK_Tuple INFO Possibility #1: B~0 -> D_s+ K- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory test_recVertices.root:/B0DsK_Tuple -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/spruce_all_lines_realtimereco_newPacking_newDst.dst ApplicationMgr INFO Application Manager Stopped successfully B0DsK_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0DsK_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0DsK_Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_hlt_sel_reports.ref b/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_hlt_sel_reports.ref index e642a949a6d01f3c2a9411cbdc25dea85259f729..cb7e29923b62cbe23780984a7b6a17c9876f4839 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_hlt_sel_reports.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_hlt_sel_reports.ref @@ -3,199 +3,26 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tuple_turbo_hlt_sel_reports.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci_turbo_hlt_sel_reports.dst' Hlt2_JpsiToMuMu INFO User specified descriptor: J/psi(1S) -> mu+ mu- Hlt2_JpsiToMuMu INFO Number of decay possibilities with specified descriptor: 1 Hlt2_JpsiToMuMu INFO Possibility #0: J/psi(1S) -> mu+ mu- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 1001. Record number within stream 1: 1001 -EventSelector SUCCESS Reading Event record 2001. Record number within stream 1: 2001 -EventSelector SUCCESS Reading Event record 3001. Record number within stream 1: 3001 -EventSelector SUCCESS Reading Event record 4001. Record number within stream 1: 4001 -EventSelector SUCCESS Reading Event record 5001. Record number within stream 1: 5001 -EventSelector SUCCESS Reading Event record 6001. Record number within stream 1: 6001 -EventSelector SUCCESS Reading Event record 7001. Record number within stream 1: 7001 -EventSelector SUCCESS Reading Event record 8001. Record number within stream 1: 8001 -EventSelector SUCCESS Reading Event record 9001. Record number within stream 1: 9001 -EventSelector SUCCESS Reading Event record 10001. Record number within stream 1: 10001 -EventSelector SUCCESS Reading Event record 11001. Record number within stream 1: 11001 -EventSelector SUCCESS Reading Event record 12001. Record number within stream 1: 12001 -EventSelector SUCCESS Reading Event record 13001. Record number within stream 1: 13001 -EventSelector SUCCESS Reading Event record 14001. Record number within stream 1: 14001 -EventSelector SUCCESS Reading Event record 15001. Record number within stream 1: 15001 -EventSelector SUCCESS Reading Event record 16001. Record number within stream 1: 16001 -EventSelector SUCCESS Reading Event record 17001. Record number within stream 1: 17001 -EventSelector SUCCESS Reading Event record 18001. Record number within stream 1: 18001 -EventSelector SUCCESS Reading Event record 19001. Record number within stream 1: 19001 -EventSelector SUCCESS Reading Event record 20001. Record number within stream 1: 20001 -EventSelector SUCCESS Reading Event record 21001. Record number within stream 1: 21001 -EventSelector SUCCESS Reading Event record 22001. Record number within stream 1: 22001 -EventSelector SUCCESS Reading Event record 23001. Record number within stream 1: 23001 -EventSelector SUCCESS Reading Event record 24001. Record number within stream 1: 24001 -EventSelector SUCCESS Reading Event record 25001. Record number within stream 1: 25001 -EventSelector SUCCESS Reading Event record 26001. Record number within stream 1: 26001 -EventSelector SUCCESS Reading Event record 27001. Record number within stream 1: 27001 -EventSelector SUCCESS Reading Event record 28001. Record number within stream 1: 28001 -EventSelector SUCCESS Reading Event record 29001. Record number within stream 1: 29001 -EventSelector SUCCESS Reading Event record 30001. Record number within stream 1: 30001 -EventSelector SUCCESS Reading Event record 31001. Record number within stream 1: 31001 -EventSelector SUCCESS Reading Event record 32001. Record number within stream 1: 32001 -EventSelector SUCCESS Reading Event record 33001. Record number within stream 1: 33001 -EventSelector SUCCESS Reading Event record 34001. Record number within stream 1: 34001 -EventSelector SUCCESS Reading Event record 35001. Record number within stream 1: 35001 -EventSelector SUCCESS Reading Event record 36001. Record number within stream 1: 36001 -EventSelector SUCCESS Reading Event record 37001. Record number within stream 1: 37001 -EventSelector SUCCESS Reading Event record 38001. Record number within stream 1: 38001 -EventSelector SUCCESS Reading Event record 39001. Record number within stream 1: 39001 -EventSelector SUCCESS Reading Event record 40001. Record number within stream 1: 40001 -EventSelector SUCCESS Reading Event record 41001. Record number within stream 1: 41001 -EventSelector SUCCESS Reading Event record 42001. Record number within stream 1: 42001 -EventSelector SUCCESS Reading Event record 43001. Record number within stream 1: 43001 -EventSelector SUCCESS Reading Event record 44001. Record number within stream 1: 44001 -EventSelector SUCCESS Reading Event record 45001. Record number within stream 1: 45001 -EventSelector SUCCESS Reading Event record 46001. Record number within stream 1: 46001 -EventSelector SUCCESS Reading Event record 47001. Record number within stream 1: 47001 -EventSelector SUCCESS Reading Event record 48001. Record number within stream 1: 48001 -EventSelector SUCCESS Reading Event record 49001. Record number within stream 1: 49001 -EventSelector SUCCESS Reading Event record 50001. Record number within stream 1: 50001 -EventSelector SUCCESS Reading Event record 51001. Record number within stream 1: 51001 -EventSelector SUCCESS Reading Event record 52001. Record number within stream 1: 52001 -EventSelector SUCCESS Reading Event record 53001. Record number within stream 1: 53001 -EventSelector SUCCESS Reading Event record 54001. Record number within stream 1: 54001 -EventSelector SUCCESS Reading Event record 55001. Record number within stream 1: 55001 -EventSelector SUCCESS Reading Event record 56001. Record number within stream 1: 56001 -EventSelector SUCCESS Reading Event record 57001. Record number within stream 1: 57001 -EventSelector SUCCESS Reading Event record 58001. Record number within stream 1: 58001 -EventSelector SUCCESS Reading Event record 59001. Record number within stream 1: 59001 -EventSelector SUCCESS Reading Event record 60001. Record number within stream 1: 60001 -EventSelector SUCCESS Reading Event record 61001. Record number within stream 1: 61001 -EventSelector SUCCESS Reading Event record 62001. Record number within stream 1: 62001 -EventSelector SUCCESS Reading Event record 63001. Record number within stream 1: 63001 -EventSelector SUCCESS Reading Event record 64001. Record number within stream 1: 64001 -EventSelector SUCCESS Reading Event record 65001. Record number within stream 1: 65001 -EventSelector SUCCESS Reading Event record 66001. Record number within stream 1: 66001 -EventSelector SUCCESS Reading Event record 67001. Record number within stream 1: 67001 -EventSelector SUCCESS Reading Event record 68001. Record number within stream 1: 68001 -EventSelector SUCCESS Reading Event record 69001. Record number within stream 1: 69001 -EventSelector SUCCESS Reading Event record 70001. Record number within stream 1: 70001 -EventSelector SUCCESS Reading Event record 71001. Record number within stream 1: 71001 -EventSelector SUCCESS Reading Event record 72001. Record number within stream 1: 72001 -EventSelector SUCCESS Reading Event record 73001. Record number within stream 1: 73001 -EventSelector SUCCESS Reading Event record 74001. Record number within stream 1: 74001 -EventSelector SUCCESS Reading Event record 75001. Record number within stream 1: 75001 -EventSelector SUCCESS Reading Event record 76001. Record number within stream 1: 76001 -EventSelector SUCCESS Reading Event record 77001. Record number within stream 1: 77001 -EventSelector SUCCESS Reading Event record 78001. Record number within stream 1: 78001 -EventSelector SUCCESS Reading Event record 79001. Record number within stream 1: 79001 -EventSelector SUCCESS Reading Event record 80001. Record number within stream 1: 80001 -EventSelector SUCCESS Reading Event record 81001. Record number within stream 1: 81001 -EventSelector SUCCESS Reading Event record 82001. Record number within stream 1: 82001 -EventSelector SUCCESS Reading Event record 83001. Record number within stream 1: 83001 -EventSelector SUCCESS Reading Event record 84001. Record number within stream 1: 84001 -EventSelector SUCCESS Reading Event record 85001. Record number within stream 1: 85001 -EventSelector SUCCESS Reading Event record 86001. Record number within stream 1: 86001 -EventSelector SUCCESS Reading Event record 87001. Record number within stream 1: 87001 -EventSelector SUCCESS Reading Event record 88001. Record number within stream 1: 88001 -EventSelector SUCCESS Reading Event record 89001. Record number within stream 1: 89001 -EventSelector SUCCESS Reading Event record 90001. Record number within stream 1: 90001 -EventSelector SUCCESS Reading Event record 91001. Record number within stream 1: 91001 -EventSelector SUCCESS Reading Event record 92001. Record number within stream 1: 92001 -EventSelector SUCCESS Reading Event record 93001. Record number within stream 1: 93001 -EventSelector SUCCESS Reading Event record 94001. Record number within stream 1: 94001 -EventSelector SUCCESS Reading Event record 95001. Record number within stream 1: 95001 -EventSelector SUCCESS Reading Event record 96001. Record number within stream 1: 96001 -EventSelector SUCCESS Reading Event record 97001. Record number within stream 1: 97001 -EventSelector SUCCESS Reading Event record 98001. Record number within stream 1: 98001 -EventSelector SUCCESS Reading Event record 99001. Record number within stream 1: 99001 -EventSelector SUCCESS Reading Event record 100001. Record number within stream 1: 100001 -EventSelector SUCCESS Reading Event record 101001. Record number within stream 1: 101001 -EventSelector SUCCESS Reading Event record 102001. Record number within stream 1: 102001 -EventSelector SUCCESS Reading Event record 103001. Record number within stream 1: 103001 -EventSelector SUCCESS Reading Event record 104001. Record number within stream 1: 104001 -EventSelector SUCCESS Reading Event record 105001. Record number within stream 1: 105001 -EventSelector SUCCESS Reading Event record 106001. Record number within stream 1: 106001 -EventSelector SUCCESS Reading Event record 107001. Record number within stream 1: 107001 -EventSelector SUCCESS Reading Event record 108001. Record number within stream 1: 108001 -EventSelector SUCCESS Reading Event record 109001. Record number within stream 1: 109001 -EventSelector SUCCESS Reading Event record 110001. Record number within stream 1: 110001 -EventSelector SUCCESS Reading Event record 111001. Record number within stream 1: 111001 -EventSelector SUCCESS Reading Event record 112001. Record number within stream 1: 112001 -EventSelector SUCCESS Reading Event record 113001. Record number within stream 1: 113001 -EventSelector SUCCESS Reading Event record 114001. Record number within stream 1: 114001 -EventSelector SUCCESS Reading Event record 115001. Record number within stream 1: 115001 -EventSelector SUCCESS Reading Event record 116001. Record number within stream 1: 116001 -EventSelector SUCCESS Reading Event record 117001. Record number within stream 1: 117001 -EventSelector SUCCESS Reading Event record 118001. Record number within stream 1: 118001 -EventSelector SUCCESS Reading Event record 119001. Record number within stream 1: 119001 -EventSelector SUCCESS Reading Event record 120001. Record number within stream 1: 120001 -EventSelector SUCCESS Reading Event record 121001. Record number within stream 1: 121001 -EventSelector SUCCESS Reading Event record 122001. Record number within stream 1: 122001 -EventSelector SUCCESS Reading Event record 123001. Record number within stream 1: 123001 -EventSelector SUCCESS Reading Event record 124001. Record number within stream 1: 124001 -EventSelector SUCCESS Reading Event record 125001. Record number within stream 1: 125001 -EventSelector SUCCESS Reading Event record 126001. Record number within stream 1: 126001 -EventSelector SUCCESS Reading Event record 127001. Record number within stream 1: 127001 -EventSelector SUCCESS Reading Event record 128001. Record number within stream 1: 128001 -EventSelector SUCCESS Reading Event record 129001. Record number within stream 1: 129001 -EventSelector SUCCESS Reading Event record 130001. Record number within stream 1: 130001 -EventSelector SUCCESS Reading Event record 131001. Record number within stream 1: 131001 -EventSelector SUCCESS Reading Event record 132001. Record number within stream 1: 132001 -EventSelector SUCCESS Reading Event record 133001. Record number within stream 1: 133001 -EventSelector SUCCESS Reading Event record 134001. Record number within stream 1: 134001 -EventSelector SUCCESS Reading Event record 135001. Record number within stream 1: 135001 -EventSelector SUCCESS Reading Event record 136001. Record number within stream 1: 136001 -EventSelector SUCCESS Reading Event record 137001. Record number within stream 1: 137001 -EventSelector SUCCESS Reading Event record 138001. Record number within stream 1: 138001 -EventSelector SUCCESS Reading Event record 139001. Record number within stream 1: 139001 -EventSelector SUCCESS Reading Event record 140001. Record number within stream 1: 140001 -EventSelector SUCCESS Reading Event record 141001. Record number within stream 1: 141001 -EventSelector SUCCESS Reading Event record 142001. Record number within stream 1: 142001 -EventSelector SUCCESS Reading Event record 143001. Record number within stream 1: 143001 -EventSelector SUCCESS Reading Event record 144001. Record number within stream 1: 144001 -EventSelector SUCCESS Reading Event record 145001. Record number within stream 1: 145001 -EventSelector SUCCESS Reading Event record 146001. Record number within stream 1: 146001 -EventSelector SUCCESS Reading Event record 147001. Record number within stream 1: 147001 -EventSelector SUCCESS Reading Event record 148001. Record number within stream 1: 148001 -EventSelector SUCCESS Reading Event record 149001. Record number within stream 1: 149001 -EventSelector SUCCESS Reading Event record 150001. Record number within stream 1: 150001 -EventSelector SUCCESS Reading Event record 151001. Record number within stream 1: 151001 -EventSelector SUCCESS Reading Event record 152001. Record number within stream 1: 152001 -EventSelector SUCCESS Reading Event record 153001. Record number within stream 1: 153001 -EventSelector SUCCESS Reading Event record 154001. Record number within stream 1: 154001 -EventSelector SUCCESS Reading Event record 155001. Record number within stream 1: 155001 -EventSelector SUCCESS Reading Event record 156001. Record number within stream 1: 156001 -EventSelector SUCCESS Reading Event record 157001. Record number within stream 1: 157001 -EventSelector SUCCESS Reading Event record 158001. Record number within stream 1: 158001 -EventSelector SUCCESS Reading Event record 159001. Record number within stream 1: 159001 -EventSelector SUCCESS Reading Event record 160001. Record number within stream 1: 160001 -EventSelector SUCCESS Reading Event record 161001. Record number within stream 1: 161001 -EventSelector SUCCESS Reading Event record 162001. Record number within stream 1: 162001 -EventSelector SUCCESS Reading Event record 163001. Record number within stream 1: 163001 -EventSelector SUCCESS Reading Event record 164001. Record number within stream 1: 164001 -EventSelector SUCCESS Reading Event record 165001. Record number within stream 1: 165001 -EventSelector SUCCESS Reading Event record 166001. Record number within stream 1: 166001 -EventSelector SUCCESS Reading Event record 167001. Record number within stream 1: 167001 -EventSelector SUCCESS Reading Event record 168001. Record number within stream 1: 168001 -EventSelector SUCCESS Reading Event record 169001. Record number within stream 1: 169001 -EventSelector SUCCESS Reading Event record 170001. Record number within stream 1: 170001 -EventSelector SUCCESS Reading Event record 171001. Record number within stream 1: 171001 -EventSelector SUCCESS Reading Event record 172001. Record number within stream 1: 172001 -EventSelector SUCCESS Reading Event record 173001. Record number within stream 1: 173001 RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory tuple_turbo_hlt_sel_reports.root:/Hlt2_JpsiToMuMu HltSelReportsDecoder_307a4bc2 ERROR HltSelRepRBHits fails integrity check +RootIOAlg SUCCESS Reading Event record 174001 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/test_davinci_turbo_hlt_sel_reports.dst ApplicationMgr INFO Application Manager Stopped successfully Hlt2_JpsiToMuMu SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections Hlt2_JpsiToMuMu SUCCESS List of booked N-Tuples in directory "FILE1/Hlt2_JpsiToMuMu" Hlt2_JpsiToMuMu SUCCESS ID=DecayTree Title="DecayTree" #items=4 {EVENTNUMBER,RUNNUMBER,QQbar_Hlt1TrackMVADecision_TOS,QQbar_Hlt1TrackMVADecision_T} -LAZY_AND: DaVinci #=1000 Sum=260 Eff=|( 26.00000 +- 1.38708 )%| - NONLAZY_OR: UserAnalysis #=1000 Sum=260 Eff=|( 26.00000 +- 1.38708 )%| - LAZY_AND: default #=1000 Sum=260 Eff=|( 26.00000 +- 1.38708 )%| +LAZY_AND: DaVinci #=1000 Sum=259 Eff=|( 25.90000 +- 1.38535 )%| + NONLAZY_OR: UserAnalysis #=1000 Sum=259 Eff=|( 25.90000 +- 1.38535 )%| + LAZY_AND: default #=1000 Sum=259 Eff=|( 25.90000 +- 1.38535 )%| RawBankSizeFilter/FilterDstDataSize #=1000 Sum=1000 Eff=|( 100.0000 +- 0.00000 )%| - VoidFilter/HLT_PASSHlt2_JpsiToMuMu #=1000 Sum=260 Eff=|( 26.00000 +- 1.38708 )%| - FunTupleBase_Particles/Hlt2_JpsiToMuMu #=260 Sum=260 Eff=|( 100.0000 +- 0.00000 )%| + VoidFilter/HLT_PASSHlt2_JpsiToMuMu #=1000 Sum=259 Eff=|( 25.90000 +- 1.38535 )%| + FunTupleBase_Particles/Hlt2_JpsiToMuMu #=259 Sum=259 Eff=|( 100.0000 +- 0.00000 )%| NTupleSvc INFO NTuples saved successfully ApplicationMgr INFO Application Manager Finalized successfully ApplicationMgr INFO Application Manager Terminated successfully @@ -207,17 +34,17 @@ HLTControlFlowMgr INFO Number of counters : 1 | "Processed events" | 1000 | HLT_PASSHlt2_JpsiToMuMu INFO Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - |*"Cut selection efficiency" | 1000 | 260 |( 26.00000 +- 1.387083)% | + |*"Cut selection efficiency" | 1000 | 259 |( 25.90000 +- 1.385348)% | Hlt2_JpsiToMuMu INFO Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# events with multiple candidates for field QQbar"| 13 | - | "# non-empty events for field QQbar" | 260 | - | "# processed events" | 260 | + | "# non-empty events for field QQbar" | 259 | + | "# processed events" | 259 | HltSelReportsDecoder_307a4bc2 INFO Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "HltSelRepRBHits fails integrity check" | 1 | Unpack_Hlt2__Event_HLT2_Hlt2_Jps... INFO Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnpackedData" | 260 | 273 | 1.0500 | - | "Buffer size" | 260 | 9724 | 37.400 | - |*"Target data already present" | 260 | 0 |( 0.000000 +- 0.000000)% | + | "# UnpackedData" | 259 | 272 | 1.0502 | + | "Buffer size" | 259 | 9687 | 37.402 | + |*"Target data already present" | 259 | 0 |( 0.000000 +- 0.000000)% | diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_reco_location.ref b/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_reco_location.ref index d822eed18f23dd0ab44842b0e7472fa2ca8e958b..974f2b2dff3cf51eb2ff67a97db8c0700599f710 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_reco_location.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_from_turbo_reco_location.ref @@ -3,29 +3,30 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tuple_turbo_reco_location.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst' TupleKst INFO User specified descriptor: K*(892)0 -> K+ pi- TupleKst INFO Number of decay possibilities with specified descriptor: 1 TupleKst INFO Possibility #0: K*(892)0 -> K+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory tuple_turbo_reco_location.root:/TupleKst -EventSelector SUCCESS Reading Event record 1001. Record number within stream 1: 1001 -EventSelector SUCCESS Reading Event record 2001. Record number within stream 1: 2001 -EventSelector SUCCESS Reading Event record 3001. Record number within stream 1: 3001 -EventSelector SUCCESS Reading Event record 4001. Record number within stream 1: 4001 -EventSelector SUCCESS Reading Event record 5001. Record number within stream 1: 5001 -EventSelector SUCCESS Reading Event record 6001. Record number within stream 1: 6001 -EventSelector SUCCESS Reading Event record 7001. Record number within stream 1: 7001 -EventSelector SUCCESS Reading Event record 8001. Record number within stream 1: 8001 -EventSelector SUCCESS Reading Event record 9001. Record number within stream 1: 9001 -EventSelector SUCCESS Reading Event record 10001. Record number within stream 1: 10001 -EventSelector SUCCESS Reading Event record 11001. Record number within stream 1: 11001 -EventSelector SUCCESS Reading Event record 12001. Record number within stream 1: 12001 -EventSelector SUCCESS Reading Event record 13001. Record number within stream 1: 13001 -EventSelector SUCCESS Reading Event record 14001. Record number within stream 1: 14001 +RootIOAlg SUCCESS Reading Event record 1001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 2001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 3001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 4001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 5001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 6001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 7001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 8001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 9001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 10001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 11001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 12001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 13001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 14001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst +RootIOAlg SUCCESS Reading Event record 15001 within root://eoslhcb.cern.ch//eos/lhcb//LHCb/Commissioning23/RD.DST/00195021/0000/00195021_00001377_1.rd.dst ApplicationMgr INFO Application Manager Stopped successfully TupleKst SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections TupleKst SUCCESS List of booked N-Tuples in directory "FILE1/TupleKst" @@ -79,7 +80,7 @@ TightKst2Kpi INFO Number of counters : 7 |*"# passed vertex fit" | 72 | 72 |( 100.0000 +- 0.000000)% | | "Input1 size" | 88 | 373 | 4.2386 | | "Input2 size" | 88 | 1418 | 16.114 | - | "candidate multiplicity" | 88 | 57 | 0.64773 | 1.0557 | 0.0000 | 5.0000 | + | "candidate multiplicity" | 33 | 57 | 1.7273 | 1.0523 | 1.0000 | 5.0000 | TupleKst INFO Number of counters : 7 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# events with multiple candidates for field Kp"| 14 | diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_flavour_tagging.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_flavour_tagging.ref index 9ea7be23021d6baba39ff77e4ee1d7943cfcaab2..7b2cef6182e4e83ad5c0dae1843690770ee220be 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_flavour_tagging.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_flavour_tagging.ref @@ -3,7 +3,8 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:daVinci_Bd2DPi_ntuple.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/FlavourTagging/DST/spruce_passthrough_bd2dpi.dst' B02Dpi_Tuple INFO User specified descriptor: [[B0]CC -> (D- -> K+ pi- pi-) pi+]CC B02Dpi_Tuple INFO Number of decay possibilities with specified descriptor: 4 B02Dpi_Tuple INFO Possibility #0: B0 -> (D- -> K+ pi- pi-) pi+ @@ -12,8 +13,7 @@ B02Dpi_Tuple INFO Possibility #2: B~0 -> (D- -> K+ pi- B02Dpi_Tuple INFO Possibility #3: B0 -> (D+ -> K- pi+ pi+) pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/FlavourTagging/DST/spruce_passthrough_bd2dpi.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory daVinci_Bd2DPi_ntuple.root:/B02Dpi_Tuple Run2SSProtonTagger_fc363408.Tagg... WARNING No convergency has been reached ApplicationMgr INFO Application Manager Stopped successfully @@ -67,7 +67,7 @@ B02Dpi_Tuple INFO Number of counters : 3 | "# processed events" | 80 | EventAccount INFO Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Number of events seen" | 80 | + | "Number of events seen" | 82 | FilterDstDataSize INFO Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | |*"Number of too small raw banks size" | 80 | 0 |( 0.000000 +- 0.000000)% | diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce.ref index a7da1d632e0ba96163eb5c92fe6002459fe0c2a2..d273eb67b7112610150a740d66746b4e26227781 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce.ref @@ -3,18 +3,18 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_lumi_sprucing_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_lumi_sprucing_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 ApplicationMgr INFO Application Manager Stopped successfully B0Dspi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0Dspi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0Dspi_Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_mergedDst.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_mergedDst.ref index e59ce660805fcf8c98730bce53895d6b571c5adb..1d02c1703947fc3c54bf2dd114c233a60e8d90a0 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_mergedDst.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_mergedDst.ref @@ -3,23 +3,23 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_lumi_sprucing_mergedDst_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_lumi_sprucing_mergedDst_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 ApplicationMgr INFO Application Manager Stopped successfully B0Dspi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0Dspi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0Dspi_Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDst.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDst.ref index 5ff49f7d7d73710f48553a54795e33dcf7b68372..33a65ce7efa55223f6e432bdbf6eac6a78e102af 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDst.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDst.ref @@ -3,24 +3,24 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_lumi_sprucing_moreDst_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_2.b2oc.dst' +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_2.b2oc.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_lumi_sprucing_moreDst_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -RootCnvSvc INFO Removed disconnected IO stream:00000000-0000-0000-0000-000000000000 [root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test3/spruce_all_lines_production_1.b2oc.dst] -EventSelector SUCCESS Reading Event record 4. Record number within stream 2: 1 -EventSelector SUCCESS Reading Event record 5. Record number within stream 2: 2 -EventSelector SUCCESS Reading Event record 6. Record number within stream 2: 3 -EventSelector SUCCESS Reading Event record 7. Record number within stream 2: 4 -EventSelector SUCCESS Reading Event record 8. Record number within stream 2: 5 ApplicationMgr INFO Application Manager Stopped successfully B0Dspi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0Dspi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0Dspi_Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.ref index 75709992490931e18e8c2fd5e685950426456e64..9a94c8764312ee7f61f5edcd64c76708fc51557a 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstMerged.ref @@ -3,33 +3,33 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_lumi_sprucing_moreDstMerged_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -RootCnvSvc INFO Removed disconnected IO stream:00000000-0000-0000-0000-000000000000 [root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst] -EventSelector SUCCESS Reading Event record 6. Record number within stream 2: 1 -EventSelector SUCCESS Reading Event record 7. Record number within stream 2: 2 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_1.b2oc.dst +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_2.b2oc.dst' +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_2.b2oc.dst +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst' +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/b2oc_spruce_merged.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_lumi_sprucing_moreDstMerged_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 8. Record number within stream 2: 3 -RootCnvSvc INFO Removed disconnected IO stream:00000000-0000-0000-0000-000000000000 [root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test5/spruce_all_lines_production_2.b2oc.dst] -EventSelector SUCCESS Reading Event record 9. Record number within stream 3: 1 -EventSelector SUCCESS Reading Event record 10. Record number within stream 3: 2 -EventSelector SUCCESS Reading Event record 11. Record number within stream 3: 3 -EventSelector SUCCESS Reading Event record 12. Record number within stream 3: 4 -EventSelector SUCCESS Reading Event record 13. Record number within stream 3: 5 -EventSelector SUCCESS Reading Event record 14. Record number within stream 3: 6 -EventSelector SUCCESS Reading Event record 15. Record number within stream 3: 7 -EventSelector SUCCESS Reading Event record 16. Record number within stream 3: 8 ApplicationMgr INFO Application Manager Stopped successfully B0Dspi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0Dspi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0Dspi_Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.ref index 204a395bdfd590f03e0c818134b1098069a5408d..602ab17e2ec70379fa6ba17c8aa3fac08d9d12ff 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreDstRuns.ref @@ -3,152 +3,152 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_lumi_sprucing_moreDstRuns_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_lumi_sprucing_moreDstRuns_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 -EventSelector SUCCESS Reading Event record 114. Record number within stream 1: 114 -EventSelector SUCCESS Reading Event record 115. Record number within stream 1: 115 -EventSelector SUCCESS Reading Event record 116. Record number within stream 1: 116 -EventSelector SUCCESS Reading Event record 117. Record number within stream 1: 117 -EventSelector SUCCESS Reading Event record 118. Record number within stream 1: 118 -EventSelector SUCCESS Reading Event record 119. Record number within stream 1: 119 -EventSelector SUCCESS Reading Event record 120. Record number within stream 1: 120 -EventSelector SUCCESS Reading Event record 121. Record number within stream 1: 121 -EventSelector SUCCESS Reading Event record 122. Record number within stream 1: 122 -EventSelector SUCCESS Reading Event record 123. Record number within stream 1: 123 -EventSelector SUCCESS Reading Event record 124. Record number within stream 1: 124 -EventSelector SUCCESS Reading Event record 125. Record number within stream 1: 125 -EventSelector SUCCESS Reading Event record 126. Record number within stream 1: 126 -EventSelector SUCCESS Reading Event record 127. Record number within stream 1: 127 -EventSelector SUCCESS Reading Event record 128. Record number within stream 1: 128 -EventSelector SUCCESS Reading Event record 129. Record number within stream 1: 129 -EventSelector SUCCESS Reading Event record 130. Record number within stream 1: 130 -EventSelector SUCCESS Reading Event record 131. Record number within stream 1: 131 -RootCnvSvc INFO Removed disconnected IO stream:00000000-0000-0000-0000-000000000000 [root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst] -EventSelector SUCCESS Reading Event record 132. Record number within stream 2: 1 -EventSelector SUCCESS Reading Event record 133. Record number within stream 2: 2 -EventSelector SUCCESS Reading Event record 134. Record number within stream 2: 3 -EventSelector SUCCESS Reading Event record 135. Record number within stream 2: 4 -EventSelector SUCCESS Reading Event record 136. Record number within stream 2: 5 +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 121 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 122 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 123 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 124 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 125 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 126 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 127 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 128 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 129 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 130 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg SUCCESS Reading Event record 131 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.b2oc.dst +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_2.b2oc.dst' +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_2.b2oc.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_2.b2oc.dst ApplicationMgr INFO Application Manager Stopped successfully B0Dspi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0Dspi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0Dspi_Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreRuns.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreRuns.ref index 31aa3d69c1d6975ebe7a0a9009883f44208e52b1..c53209f2dd984f8e4b60c5008158cd16895be87c 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreRuns.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_moreRuns.ref @@ -3,151 +3,151 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_lumi_sprucing_moreRuns_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst RCWNTupleCnv INFO Booked TTree with ID: DecayTree "DecayTree" in directory DV_example_lumi_sprucing_moreRuns_ntp.root:/B0Dspi_Tuple -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 -EventSelector SUCCESS Reading Event record 101. Record number within stream 1: 101 -EventSelector SUCCESS Reading Event record 102. Record number within stream 1: 102 -EventSelector SUCCESS Reading Event record 103. Record number within stream 1: 103 -EventSelector SUCCESS Reading Event record 104. Record number within stream 1: 104 -EventSelector SUCCESS Reading Event record 105. Record number within stream 1: 105 -EventSelector SUCCESS Reading Event record 106. Record number within stream 1: 106 -EventSelector SUCCESS Reading Event record 107. Record number within stream 1: 107 -EventSelector SUCCESS Reading Event record 108. Record number within stream 1: 108 -EventSelector SUCCESS Reading Event record 109. Record number within stream 1: 109 -EventSelector SUCCESS Reading Event record 110. Record number within stream 1: 110 -EventSelector SUCCESS Reading Event record 111. Record number within stream 1: 111 -EventSelector SUCCESS Reading Event record 112. Record number within stream 1: 112 -EventSelector SUCCESS Reading Event record 113. Record number within stream 1: 113 -EventSelector SUCCESS Reading Event record 114. Record number within stream 1: 114 -EventSelector SUCCESS Reading Event record 115. Record number within stream 1: 115 -EventSelector SUCCESS Reading Event record 116. Record number within stream 1: 116 -EventSelector SUCCESS Reading Event record 117. Record number within stream 1: 117 -EventSelector SUCCESS Reading Event record 118. Record number within stream 1: 118 -EventSelector SUCCESS Reading Event record 119. Record number within stream 1: 119 -EventSelector SUCCESS Reading Event record 120. Record number within stream 1: 120 -EventSelector SUCCESS Reading Event record 121. Record number within stream 1: 121 -EventSelector SUCCESS Reading Event record 122. Record number within stream 1: 122 -EventSelector SUCCESS Reading Event record 123. Record number within stream 1: 123 -EventSelector SUCCESS Reading Event record 124. Record number within stream 1: 124 -EventSelector SUCCESS Reading Event record 125. Record number within stream 1: 125 -EventSelector SUCCESS Reading Event record 126. Record number within stream 1: 126 -EventSelector SUCCESS Reading Event record 127. Record number within stream 1: 127 -EventSelector SUCCESS Reading Event record 128. Record number within stream 1: 128 -EventSelector SUCCESS Reading Event record 129. Record number within stream 1: 129 -EventSelector SUCCESS Reading Event record 130. Record number within stream 1: 130 -EventSelector SUCCESS Reading Event record 131. Record number within stream 1: 131 -EventSelector SUCCESS Reading Event record 132. Record number within stream 1: 132 -EventSelector SUCCESS Reading Event record 133. Record number within stream 1: 133 -EventSelector SUCCESS Reading Event record 134. Record number within stream 1: 134 -EventSelector SUCCESS Reading Event record 135. Record number within stream 1: 135 -EventSelector SUCCESS Reading Event record 136. Record number within stream 1: 136 +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 121 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 122 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 123 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 124 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 125 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 126 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 127 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 128 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 129 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 130 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 131 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 132 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 133 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 134 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 135 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst +RootIOAlg SUCCESS Reading Event record 136 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test2/spruce_all_lines_production_moreRuns.b2oc.dst ApplicationMgr INFO Application Manager Stopped successfully B0Dspi_Tuple SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections B0Dspi_Tuple SUCCESS List of booked N-Tuples in directory "FILE1/B0Dspi_Tuple" diff --git a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.ref b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.ref index 9a5041d9299f4dd8664bab23278a20174d2cb70f..b14fbd5f7d218ea77d75c167d6f2561f62f3cd35 100644 --- a/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.ref +++ b/DaVinciTests/tests/refs/test_davinci_tupling_with_lumi_from_spruce_noEventsInSelection.ref @@ -3,18 +3,18 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DV_example_lumi_sprucing_noEventsInSelection_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.rd.dst' B0Dspi_Tuple INFO User specified descriptor: [B0 -> D_s- pi+]CC B0Dspi_Tuple INFO Number of decay possibilities with specified descriptor: 2 B0Dspi_Tuple INFO Possibility #0: B0 -> D_s- pi+ B0Dspi_Tuple INFO Possibility #1: B~0 -> D_s+ pi- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.rd.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.rd.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.rd.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/data/lumi/test4/spruce_all_lines_production_1.rd.dst ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=4 Sum=0 Eff=|( 0.000000 +- 0.00000 )%| NONLAZY_OR: FileSummaryRecords #=4 Sum=4 Eff=|( 100.0000 +- 0.00000 )%| diff --git a/DaVinciTests/tests/refs/test_davinci_user_algs.ref b/DaVinciTests/tests/refs/test_davinci_user_algs.ref index b2d4e7d8e2f1bd98d5e4ae72bef986af6854e302..874623ce496517dc1f6523fb53e95a1c9827dccd 100644 --- a/DaVinciTests/tests/refs/test_davinci_user_algs.ref +++ b/DaVinciTests/tests/refs/test_davinci_user_algs.ref @@ -3,11 +3,9 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:DVtest_useralgs_ntp.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 ApplicationMgr INFO Application Manager Stopped successfully LAZY_AND: DaVinci #=10 Sum=10 Eff=|( 100.0000 +- 0.00000 )%| NONLAZY_OR: FileSummaryRecords #=10 Sum=10 Eff=|( 100.0000 +- 0.00000 )%| diff --git a/DaVinciTutorials/options.yaml b/DaVinciTutorials/options.yaml index 3f79d3cfa7524ca12add400f5a3a695ec4a2e19f..bb17cd40f9ff789d704d8d6ae8592f12ea1b9fbd 100644 --- a/DaVinciTutorials/options.yaml +++ b/DaVinciTutorials/options.yaml @@ -1,15 +1,8 @@ -input_files: - - 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' +testfiledb_key: DaVinciTutorials input_manifest_file: 'root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.tck.json' -input_type: ROOT evt_max: 100 ntuple_file: davinci_ntuple.root input_process: TurboPass print_freq: 1 -simulation: True lumi: False -conddb_tag: sim-20180530-vc-md100 -dddb_tag: dddb-20180815 -conditions_version: master -geometry_version: run3/trunk persistreco_version: 0.0 diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial0_basic_DVjob.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial0_basic_DVjob.qmt index 06f73333dc2b98a4a2f0ac3726d7702502ef671d..685db9bca482777ea2b67bad5f742c96ca76622b 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial0_basic_DVjob.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial0_basic_DVjob.qmt @@ -21,6 +21,7 @@ <argument name="timeout"><integer>3600</integer></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial0_basic_DVjob:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial0_basic_DVjob.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial1_functors_specialfield.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial1_functors_specialfield.qmt index 14eaf73d5cdbe5ac32a4274162e8cb0defa56518..47af5912e68887929e55d7b02fd0e1b7e8d60fee 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial1_functors_specialfield.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial1_functors_specialfield.qmt @@ -20,6 +20,7 @@ </text></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial1_functors_specialfield:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial1_Functors_specialfield.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial2_LoKi.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial2_LoKi.qmt index 394402d5f6e540d035aadad408faf80572d875d0..7873ef0b87f8cebbc572b0f9b71f6c47a74338da 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial2_LoKi.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial2_LoKi.qmt @@ -20,6 +20,7 @@ </text></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial2_LoKi:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial2_LoKi.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial3_ThOrfunctors.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial3_ThOrfunctors.qmt index 7581870e512d1fe5721c3c586ba43deec3a60dab..71ed8b7a20b43440f22981145974870abbc6eb47 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial3_ThOrfunctors.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial3_ThOrfunctors.qmt @@ -20,6 +20,7 @@ </text></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial3_ThOrfunctors:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial3_ThOrfunctors.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> @@ -49,10 +50,8 @@ if df.shape != (41, 26): # Check there are no NaN values in the ntuple except where expected. from DaVinciTests.QMTest.check_helpers import list_fields_with_nan -l_branches_with_nans = ['Bs_phi_mass_kk', 'Bs_phi_mass_kpi'] # MASSWITHHYPOTHESES variables - l_test = list_fields_with_nan(ntuple.name, "TDirectoryName/TTreeName") -if sorted(l_test) != sorted(l_branches_with_nans): +if len(l_test) > 0: causes.append("Unexpected list of branches with NaN values") diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial4_trigger_eventinfo.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial4_trigger_eventinfo.qmt index 430a55d589740234deab9acf7d8d6a3ce62e24dc..b0429496ef5df58a129b14091dd11b26a1a3d044 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial4_trigger_eventinfo.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial4_trigger_eventinfo.qmt @@ -20,6 +20,7 @@ </text></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial4_trigger_eventinfo:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial4_trigger_eventinfo.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial5_MCTruth.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial5_MCTruth.qmt index bf33737d2c58e77acc9c77dc9c7e27f586cf75bb..8d64af274c33d0bc35af5d58100e6fbb2dbd3725 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial5_MCTruth.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial5_MCTruth.qmt @@ -20,6 +20,7 @@ </text></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial5_MCTruth:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial5_MCTruth.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial6_DecayTreeFit.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial6_DecayTreeFit.qmt index 24a4e72f543776eb8623b0934c214ad71155acd1..15306c71c60fc0222c97db201f86bdb1362c2349 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial6_DecayTreeFit.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial6_DecayTreeFit.qmt @@ -20,6 +20,7 @@ </text></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial6_DecayTreeFit:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial6_DecayTreeFit.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTutorials/tests/qmtest/test_tutorial7_multiple_sel_lines.qmt b/DaVinciTutorials/tests/qmtest/test_tutorial7_multiple_sel_lines.qmt index 7131a5795f12deef0e3a07434d64393503ad5b42..91a0290b14f25648f9df79abffda728ba645c425 100644 --- a/DaVinciTutorials/tests/qmtest/test_tutorial7_multiple_sel_lines.qmt +++ b/DaVinciTutorials/tests/qmtest/test_tutorial7_multiple_sel_lines.qmt @@ -20,6 +20,7 @@ </text></argument> <argument name="args"><set> <text>DaVinciTutorials.tutorial7_multiple_sel_lines:main</text> + <text>--override-option-class=DaVinci.LbExec:TestOptions</text> </set></argument> <argument name="reference"><text>../refs/test_tutorial7_multiple_sel_lines.ref</text></argument> <argument name="error_reference"><text>../refs/empty.ref</text></argument> diff --git a/DaVinciTutorials/tests/refs/test_tutorial0_basic_DVjob.ref b/DaVinciTutorials/tests/refs/test_tutorial0_basic_DVjob.ref index 43af418eba616706eeeab17ed82177835894d0d0..5a5567cc4158ddf88fa8716596ebde9f84fdc88d 100644 --- a/DaVinciTutorials/tests/refs/test_tutorial0_basic_DVjob.ref +++ b/DaVinciTutorials/tests/refs/test_tutorial0_basic_DVjob.ref @@ -2,13 +2,49 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -28,8 +64,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -49,7 +83,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -69,7 +102,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -89,9 +121,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -111,7 +140,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -131,7 +159,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -151,7 +178,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -171,10 +197,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -194,7 +216,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -214,7 +235,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -234,8 +254,26 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -255,7 +293,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -275,7 +312,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -295,8 +331,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -335,8 +369,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -356,8 +388,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -377,8 +407,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -398,13 +426,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -424,9 +445,26 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -446,10 +484,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -469,9 +503,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -491,7 +522,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -511,8 +541,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -532,9 +560,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -554,12 +579,26 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -579,11 +618,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -603,9 +637,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -625,7 +656,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -645,10 +675,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -668,7 +694,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -688,7 +713,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -708,7 +732,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -728,9 +751,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -750,13 +770,26 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -776,7 +809,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -796,10 +828,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -819,10 +847,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -842,9 +866,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm @@ -864,7 +885,6 @@ PrintBsToJpsiPhi.PrintDecayTreeTool INFO 5 = '/Event/HLT2/FunctionalPar PrintBsToJpsiPhi.PrintDecayTreeTool INFO 0 = '/Event/HLT2/Hlt2B2CC_BsToJpsiPhi_Detached/Particles_KeyedContainer' PrintBsToJpsiPhi.PrintDecayTreeTool INFO 3 = '/Event/HLT2/Rec/ProtoP/Charged' PrintBsToJpsiPhi.PrintDecayTreeTool INFO -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 PrintBsToJpsiPhi.PrintDecayTreeTool INFO <-------------------------------------------- Particle --------------------------------------------> PrintBsToJpsiPhi.PrintDecayTreeTool INFO Name E M P Pt phi Vz P(C/K) PP(C/K) PrintBsToJpsiPhi.PrintDecayTreeTool INFO MeV MeV MeV MeV mrad mm diff --git a/DaVinciTutorials/tests/refs/test_tutorial1_Functors_specialfield.ref b/DaVinciTutorials/tests/refs/test_tutorial1_Functors_specialfield.ref index 8afe102633c2f690f9241144e731ced9dba70799..d85c8df07ed7fd085b60ca6f75d3477324621742 100644 --- a/DaVinciTutorials/tests/refs/test_tutorial1_Functors_specialfield.ref +++ b/DaVinciTutorials/tests/refs/test_tutorial1_Functors_specialfield.ref @@ -5,114 +5,134 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tutorial1_functors_specialfield.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' TDirectoryName INFO User specified descriptor: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) ->K+ K-) TDirectoryName INFO Number of decay possibilities with specified descriptor: 1 TDirectoryName INFO Possibility #0: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-) ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst RCWNTupleCnv INFO Booked TTree with ID: TTreeName "TTreeName" in directory tutorial1_functors_specialfield.root:/TDirectoryName -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst ApplicationMgr INFO Application Manager Stopped successfully TDirectoryName SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections TDirectoryName SUCCESS List of booked N-Tuples in directory "FILE1/TDirectoryName" diff --git a/DaVinciTutorials/tests/refs/test_tutorial2_LoKi.ref b/DaVinciTutorials/tests/refs/test_tutorial2_LoKi.ref index 6e207ffb005e252a179ecebab719468b6a34f744..4412f4ac1634b2526a1b570af6068cd82b99a567 100644 --- a/DaVinciTutorials/tests/refs/test_tutorial2_LoKi.ref +++ b/DaVinciTutorials/tests/refs/test_tutorial2_LoKi.ref @@ -3,114 +3,134 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tutorial2_LoKi.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' TDirectoryName INFO User specified descriptor: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) ->K+ K-) TDirectoryName INFO Number of decay possibilities with specified descriptor: 1 TDirectoryName INFO Possibility #0: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-) ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst RCWNTupleCnv INFO Booked TTree with ID: TTreeName "TTreeName" in directory tutorial2_LoKi.root:/TDirectoryName -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst ApplicationMgr INFO Application Manager Stopped successfully TDirectoryName SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections TDirectoryName SUCCESS List of booked N-Tuples in directory "FILE1/TDirectoryName" diff --git a/DaVinciTutorials/tests/refs/test_tutorial3_ThOrfunctors.ref b/DaVinciTutorials/tests/refs/test_tutorial3_ThOrfunctors.ref index 878ff80c314348b75d7fbed74206580ce84074ac..25079165b9607904c9789f642b551f8d8041481c 100644 --- a/DaVinciTutorials/tests/refs/test_tutorial3_ThOrfunctors.ref +++ b/DaVinciTutorials/tests/refs/test_tutorial3_ThOrfunctors.ref @@ -3,114 +3,134 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tutorial3_ThOrfunctors.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' TDirectoryName INFO User specified descriptor: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) ->K+ K-) TDirectoryName INFO Number of decay possibilities with specified descriptor: 1 TDirectoryName INFO Possibility #0: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-) ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst RCWNTupleCnv INFO Booked TTree with ID: TTreeName "TTreeName" in directory tutorial3_ThOrfunctors.root:/TDirectoryName -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst ApplicationMgr INFO Application Manager Stopped successfully TDirectoryName SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections TDirectoryName SUCCESS List of booked N-Tuples in directory "FILE1/TDirectoryName" diff --git a/DaVinciTutorials/tests/refs/test_tutorial5_MCTruth.ref b/DaVinciTutorials/tests/refs/test_tutorial5_MCTruth.ref index 1a687ce818cb771c1393435feffc99f64a73353f..7831ada75ea51828eb6b18a87e6935f02778481c 100644 --- a/DaVinciTutorials/tests/refs/test_tutorial5_MCTruth.ref +++ b/DaVinciTutorials/tests/refs/test_tutorial5_MCTruth.ref @@ -3,114 +3,134 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tutorial5_MCTruth.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' TDirectoryName INFO User specified descriptor: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) ->K+ K-) TDirectoryName INFO Number of decay possibilities with specified descriptor: 1 TDirectoryName INFO Possibility #0: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-) ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst RCWNTupleCnv INFO Booked TTree with ID: TTreeName "TTreeName" in directory tutorial5_MCTruth.root:/TDirectoryName -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst ApplicationMgr INFO Application Manager Stopped successfully TDirectoryName SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections TDirectoryName SUCCESS List of booked N-Tuples in directory "FILE1/TDirectoryName" diff --git a/DaVinciTutorials/tests/refs/test_tutorial6_DecayTreeFit.ref b/DaVinciTutorials/tests/refs/test_tutorial6_DecayTreeFit.ref index 609bea4fd632fd52d32e16a8b12fa7878d7c824b..f10f0f627394e17e3185ece7d4ddc80c1bd57d9b 100644 --- a/DaVinciTutorials/tests/refs/test_tutorial6_DecayTreeFit.ref +++ b/DaVinciTutorials/tests/refs/test_tutorial6_DecayTreeFit.ref @@ -3,114 +3,134 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tutorial6_DecayTreeFit.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' TDirectoryName INFO User specified descriptor: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) ->K+ K-) TDirectoryName INFO Number of decay possibilities with specified descriptor: 1 TDirectoryName INFO Possibility #0: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-) ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst RCWNTupleCnv INFO Booked TTree with ID: TTreeName "TTreeName" in directory tutorial6_DecayTreeFit.root:/TDirectoryName -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst ApplicationMgr INFO Application Manager Stopped successfully TDirectoryName SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections TDirectoryName SUCCESS List of booked N-Tuples in directory "FILE1/TDirectoryName" diff --git a/DaVinciTutorials/tests/refs/test_tutorial7_multiple_sel_lines.ref b/DaVinciTutorials/tests/refs/test_tutorial7_multiple_sel_lines.ref index 6a988b6377ef9c1ad41853172bfcfd3a6f894053..7cd2bcca0e7e4c9dc7e9dd33f471833e205045f7 100644 --- a/DaVinciTutorials/tests/refs/test_tutorial7_multiple_sel_lines.ref +++ b/DaVinciTutorials/tests/refs/test_tutorial7_multiple_sel_lines.ref @@ -3,7 +3,8 @@ ApplicationMgr SUCCESS ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully NTupleSvc INFO Added stream file:tutorial7_multiple_sel_lines.root as FILE1 -HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc +HistogramPersistencySvc INFO Added successfully Conversion service RootHistSvc +RootIOAlg INFO DATAFILE='root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst' TDirectoryName1 INFO User specified descriptor: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) ->K+ K-) TDirectoryName1 INFO Number of decay possibilities with specified descriptor: 1 TDirectoryName1 INFO Possibility #0: B_s0 -> (J/psi(1S) -> mu+ mu-) (phi(1020) -> K+ K-) @@ -13,109 +14,128 @@ TDirectoryName2 INFO Possibility #0: B+ -> (J/psi(1S) -> TDirectoryName2 INFO Possibility #1: B- -> (J/psi(1S) -> mu- mu+) K- ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully -EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -EventSelector SUCCESS Reading Event record 1. Record number within stream 1: 1 -EventSelector SUCCESS Reading Event record 2. Record number within stream 1: 2 +RootIOAlg SUCCESS Reading Event record 1 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 2 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 3 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 4 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 5 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 6 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 7 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 8 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 9 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 10 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 11 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 12 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 13 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 14 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 15 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 16 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 17 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 18 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 19 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 20 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 21 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 22 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 23 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 24 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 25 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 26 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 27 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 28 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 29 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 30 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 31 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 32 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 33 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 34 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 35 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 36 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 37 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 38 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 39 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 40 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst RCWNTupleCnv INFO Booked TTree with ID: TTreeName2 "TTreeName2" in directory tutorial7_multiple_sel_lines.root:/TDirectoryName2 -EventSelector SUCCESS Reading Event record 3. Record number within stream 1: 3 -EventSelector SUCCESS Reading Event record 4. Record number within stream 1: 4 RCWNTupleCnv INFO Booked TTree with ID: TTreeName1 "TTreeName1" in directory tutorial7_multiple_sel_lines.root:/TDirectoryName1 -EventSelector SUCCESS Reading Event record 5. Record number within stream 1: 5 -EventSelector SUCCESS Reading Event record 6. Record number within stream 1: 6 -EventSelector SUCCESS Reading Event record 7. Record number within stream 1: 7 -EventSelector SUCCESS Reading Event record 8. Record number within stream 1: 8 -EventSelector SUCCESS Reading Event record 9. Record number within stream 1: 9 -EventSelector SUCCESS Reading Event record 10. Record number within stream 1: 10 -EventSelector SUCCESS Reading Event record 11. Record number within stream 1: 11 -EventSelector SUCCESS Reading Event record 12. Record number within stream 1: 12 -EventSelector SUCCESS Reading Event record 13. Record number within stream 1: 13 -EventSelector SUCCESS Reading Event record 14. Record number within stream 1: 14 -EventSelector SUCCESS Reading Event record 15. Record number within stream 1: 15 -EventSelector SUCCESS Reading Event record 16. Record number within stream 1: 16 -EventSelector SUCCESS Reading Event record 17. Record number within stream 1: 17 -EventSelector SUCCESS Reading Event record 18. Record number within stream 1: 18 -EventSelector SUCCESS Reading Event record 19. Record number within stream 1: 19 -EventSelector SUCCESS Reading Event record 20. Record number within stream 1: 20 -EventSelector SUCCESS Reading Event record 21. Record number within stream 1: 21 -EventSelector SUCCESS Reading Event record 22. Record number within stream 1: 22 -EventSelector SUCCESS Reading Event record 23. Record number within stream 1: 23 -EventSelector SUCCESS Reading Event record 24. Record number within stream 1: 24 -EventSelector SUCCESS Reading Event record 25. Record number within stream 1: 25 -EventSelector SUCCESS Reading Event record 26. Record number within stream 1: 26 -EventSelector SUCCESS Reading Event record 27. Record number within stream 1: 27 -EventSelector SUCCESS Reading Event record 28. Record number within stream 1: 28 -EventSelector SUCCESS Reading Event record 29. Record number within stream 1: 29 -EventSelector SUCCESS Reading Event record 30. Record number within stream 1: 30 -EventSelector SUCCESS Reading Event record 31. Record number within stream 1: 31 -EventSelector SUCCESS Reading Event record 32. Record number within stream 1: 32 -EventSelector SUCCESS Reading Event record 33. Record number within stream 1: 33 -EventSelector SUCCESS Reading Event record 34. Record number within stream 1: 34 -EventSelector SUCCESS Reading Event record 35. Record number within stream 1: 35 -EventSelector SUCCESS Reading Event record 36. Record number within stream 1: 36 -EventSelector SUCCESS Reading Event record 37. Record number within stream 1: 37 -EventSelector SUCCESS Reading Event record 38. Record number within stream 1: 38 -EventSelector SUCCESS Reading Event record 39. Record number within stream 1: 39 -EventSelector SUCCESS Reading Event record 40. Record number within stream 1: 40 -EventSelector SUCCESS Reading Event record 41. Record number within stream 1: 41 -EventSelector SUCCESS Reading Event record 42. Record number within stream 1: 42 -EventSelector SUCCESS Reading Event record 43. Record number within stream 1: 43 -EventSelector SUCCESS Reading Event record 44. Record number within stream 1: 44 -EventSelector SUCCESS Reading Event record 45. Record number within stream 1: 45 -EventSelector SUCCESS Reading Event record 46. Record number within stream 1: 46 -EventSelector SUCCESS Reading Event record 47. Record number within stream 1: 47 -EventSelector SUCCESS Reading Event record 48. Record number within stream 1: 48 -EventSelector SUCCESS Reading Event record 49. Record number within stream 1: 49 -EventSelector SUCCESS Reading Event record 50. Record number within stream 1: 50 -EventSelector SUCCESS Reading Event record 51. Record number within stream 1: 51 -EventSelector SUCCESS Reading Event record 52. Record number within stream 1: 52 -EventSelector SUCCESS Reading Event record 53. Record number within stream 1: 53 -EventSelector SUCCESS Reading Event record 54. Record number within stream 1: 54 -EventSelector SUCCESS Reading Event record 55. Record number within stream 1: 55 -EventSelector SUCCESS Reading Event record 56. Record number within stream 1: 56 -EventSelector SUCCESS Reading Event record 57. Record number within stream 1: 57 -EventSelector SUCCESS Reading Event record 58. Record number within stream 1: 58 -EventSelector SUCCESS Reading Event record 59. Record number within stream 1: 59 -EventSelector SUCCESS Reading Event record 60. Record number within stream 1: 60 -EventSelector SUCCESS Reading Event record 61. Record number within stream 1: 61 -EventSelector SUCCESS Reading Event record 62. Record number within stream 1: 62 -EventSelector SUCCESS Reading Event record 63. Record number within stream 1: 63 -EventSelector SUCCESS Reading Event record 64. Record number within stream 1: 64 -EventSelector SUCCESS Reading Event record 65. Record number within stream 1: 65 -EventSelector SUCCESS Reading Event record 66. Record number within stream 1: 66 -EventSelector SUCCESS Reading Event record 67. Record number within stream 1: 67 -EventSelector SUCCESS Reading Event record 68. Record number within stream 1: 68 -EventSelector SUCCESS Reading Event record 69. Record number within stream 1: 69 -EventSelector SUCCESS Reading Event record 70. Record number within stream 1: 70 -EventSelector SUCCESS Reading Event record 71. Record number within stream 1: 71 -EventSelector SUCCESS Reading Event record 72. Record number within stream 1: 72 -EventSelector SUCCESS Reading Event record 73. Record number within stream 1: 73 -EventSelector SUCCESS Reading Event record 74. Record number within stream 1: 74 -EventSelector SUCCESS Reading Event record 75. Record number within stream 1: 75 -EventSelector SUCCESS Reading Event record 76. Record number within stream 1: 76 -EventSelector SUCCESS Reading Event record 77. Record number within stream 1: 77 -EventSelector SUCCESS Reading Event record 78. Record number within stream 1: 78 -EventSelector SUCCESS Reading Event record 79. Record number within stream 1: 79 -EventSelector SUCCESS Reading Event record 80. Record number within stream 1: 80 -EventSelector SUCCESS Reading Event record 81. Record number within stream 1: 81 -EventSelector SUCCESS Reading Event record 82. Record number within stream 1: 82 -EventSelector SUCCESS Reading Event record 83. Record number within stream 1: 83 -EventSelector SUCCESS Reading Event record 84. Record number within stream 1: 84 -EventSelector SUCCESS Reading Event record 85. Record number within stream 1: 85 -EventSelector SUCCESS Reading Event record 86. Record number within stream 1: 86 -EventSelector SUCCESS Reading Event record 87. Record number within stream 1: 87 -EventSelector SUCCESS Reading Event record 88. Record number within stream 1: 88 -EventSelector SUCCESS Reading Event record 89. Record number within stream 1: 89 -EventSelector SUCCESS Reading Event record 90. Record number within stream 1: 90 -EventSelector SUCCESS Reading Event record 91. Record number within stream 1: 91 -EventSelector SUCCESS Reading Event record 92. Record number within stream 1: 92 -EventSelector SUCCESS Reading Event record 93. Record number within stream 1: 93 -EventSelector SUCCESS Reading Event record 94. Record number within stream 1: 94 -EventSelector SUCCESS Reading Event record 95. Record number within stream 1: 95 -EventSelector SUCCESS Reading Event record 96. Record number within stream 1: 96 -EventSelector SUCCESS Reading Event record 97. Record number within stream 1: 97 -EventSelector SUCCESS Reading Event record 98. Record number within stream 1: 98 -EventSelector SUCCESS Reading Event record 99. Record number within stream 1: 99 -EventSelector SUCCESS Reading Event record 100. Record number within stream 1: 100 +RootIOAlg SUCCESS Reading Event record 41 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 42 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 43 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 44 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 45 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 46 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 47 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 48 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 49 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 50 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 51 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 52 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 53 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 54 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 55 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 56 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 57 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 58 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 59 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 60 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 61 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 62 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 63 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 64 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 65 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 66 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 67 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 68 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 69 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 70 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 71 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 72 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 73 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 74 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 75 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 76 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 77 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 78 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 79 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 80 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 81 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 82 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 83 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 84 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 85 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 86 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 87 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 88 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 89 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 90 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 91 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 92 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 93 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 94 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 95 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 96 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 97 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 98 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 99 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 100 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 101 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 102 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 103 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 104 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 105 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 106 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 107 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 108 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 109 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 110 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 111 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 112 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 113 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 114 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 115 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 116 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 117 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 118 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 119 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst +RootIOAlg SUCCESS Reading Event record 120 within root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp3/tests/hlt2_passthrough_thor_lines.dst ApplicationMgr INFO Application Manager Stopped successfully TDirectoryName1 SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections TDirectoryName1 SUCCESS List of booked N-Tuples in directory "FILE1/TDirectoryName1" diff --git a/HltEfficiencyChecker/options/hlt1_eff_example.yaml b/HltEfficiencyChecker/options/hlt1_eff_example.yaml index 60602711fe0c95b40590eb9b52593b6c595f4f0f..72e7eecadd96b682390126053bb78329afbf29b2 100644 --- a/HltEfficiencyChecker/options/hlt1_eff_example.yaml +++ b/HltEfficiencyChecker/options/hlt1_eff_example.yaml @@ -8,10 +8,11 @@ job: testfiledb_key: expected_2024_BsToJpsiPhi_xdigi # # You can also define the input files and/or the processing conditions: + # -- Please DO NOT COMMIT. Committed tests should always use TestFileDB -- # # input_type: ROOT # input_files: - # - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00070317/0000/00070317_00000033_2.ldst" + # - "root://..." # simulation: True # conddb_tag: conddb-20301313 # dddb_tag: dddb-20301313 diff --git a/HltEfficiencyChecker/options/hlt1_eff_example_moore.yaml b/HltEfficiencyChecker/options/hlt1_eff_example_moore.yaml index 6c3cb8124a29530242b1611f519d15985d867846..8203e96b1bd75cee47776672b72a29ca30a22de4 100644 --- a/HltEfficiencyChecker/options/hlt1_eff_example_moore.yaml +++ b/HltEfficiencyChecker/options/hlt1_eff_example_moore.yaml @@ -9,10 +9,11 @@ job: use_moore_as_hlt1: True # # You can also define the input files and/or the processing conditions: + # -- Please DO NOT COMMIT. Committed tests should always use TestFileDB -- # # input_type: ROOT # input_files: - # - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00070317/0000/00070317_00000033_2.ldst" + # - "root://..." # simulation: True # conddb_tag: conddb-20301313 # dddb_tag: dddb-20301313 @@ -34,5 +35,5 @@ analysis: legend_header: "B^{0}_{s} #rightarrow J/#Psi#phi" make_plots: true vars: "PT,mup:PT" - lines: "Hlt1TrackMVADecision,Hlt1TwoTrackMVADecision" + lines: "Hlt1TrackMVADecision" true_signal_to_match_to: "Bs,mup" diff --git a/HltEfficiencyChecker/options/hlt1_eff_example_noretinaclusters.yaml b/HltEfficiencyChecker/options/hlt1_eff_example_noretinaclusters.yaml index 21e1f2c94f3ee615e2f01eecb51ce1da7c917a73..0e50377b34d5afa21a17739b12ba006c22fc80ec 100644 --- a/HltEfficiencyChecker/options/hlt1_eff_example_noretinaclusters.yaml +++ b/HltEfficiencyChecker/options/hlt1_eff_example_noretinaclusters.yaml @@ -8,10 +8,11 @@ job: testfiledb_key: Upgrade_BsPhiPhi_MD_FTv4_DIGI # # You can also define the input files and/or the processing conditions: + # -- Please DO NOT COMMIT. Committed tests should always use TestFileDB -- # # input_type: ROOT # input_files: - # - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00070317/0000/00070317_00000033_2.ldst" + # - "root://..." # simulation: True # conddb_tag: conddb-20301313 # dddb_tag: dddb-20301313 diff --git a/HltEfficiencyChecker/options/hlt1_overlap_example.yaml b/HltEfficiencyChecker/options/hlt1_overlap_example.yaml index d213c9bd22687a3622685e0776741f5af4c0a5ab..7243819ffd7a4cf73d7c03f82f3dc6c59c1e4874 100644 --- a/HltEfficiencyChecker/options/hlt1_overlap_example.yaml +++ b/HltEfficiencyChecker/options/hlt1_overlap_example.yaml @@ -5,10 +5,12 @@ job: evt_max: 100 #10000 shown in documentation testfiledb_key: exp_24_minbias_Sim10c_magdown # + # You can also define the input files and/or the processing conditions: + # -- Please DO NOT COMMIT. Committed tests should always use TestFileDB -- # # input_type: ROOT # input_files: - # - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00070317/0000/00070317_00000033_2.ldst" + # - "root://..." # simulation: True # conddb_tag: conddb-20301313 # dddb_tag: dddb-20301313 diff --git a/HltEfficiencyChecker/options/hlt1_rate_example.yaml b/HltEfficiencyChecker/options/hlt1_rate_example.yaml index 857645f8b207cfba433a45e888c9f55cacb75f8a..c611996183e56f4fe6f46471e1886fe1f7ee10bb 100644 --- a/HltEfficiencyChecker/options/hlt1_rate_example.yaml +++ b/HltEfficiencyChecker/options/hlt1_rate_example.yaml @@ -7,10 +7,11 @@ job: hlt1_configuration: hlt1_pp_matching_no_ut_1000KHz # # Rates can only be calculated w.r.t min bias, but you can specify your own min bias files e.g. + # -- Please DO NOT COMMIT. Committed tests should always use TestFileDB -- # # input_type: ROOT # input_files: - # - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00070317/0000/00070317_00000033_2.ldst" + # - "root://..." # simulation: True # conddb_tag: conddb-20301313 # dddb_tag: dddb-20301313 diff --git a/HltEfficiencyChecker/options/hlt2_eff_example.py b/HltEfficiencyChecker/options/hlt2_eff_example.py index 4dd1f4c3f445474d035cc64962a2a25c9332cd55..6e1a52ae6531b43408594076b73df62c305f14f6 100644 --- a/HltEfficiencyChecker/options/hlt2_eff_example.py +++ b/HltEfficiencyChecker/options/hlt2_eff_example.py @@ -22,25 +22,11 @@ from Hlt2Conf.settings.hlt2_binds import config_pp_2024 from Hlt2Conf.settings.defaults import get_default_hlt1_filter_code_for_hlt2 decay = "${Bs}[B_s0 => ( J/psi(1S) => ${mup}mu+ ${mum}mu- ) ( phi(1020) => ${Kp}K+ ${Km}K- )]CC" -options.input_files = [ - # Actually taken from TestFileDB "expected_2024_BsToJpsiPhi_xdigi" - # But this example shows how you can specify input files without using TestFileDB - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000010_1.xdigi", - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000012_1.xdigi", - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000016_1.xdigi", - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000021_1.xdigi", - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000029_1.xdigi", - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000118_1.xdigi", -] -options.input_type = "ROOT" +options.set_input_and_conds_from_testfiledb("expected_2024_BsToJpsiPhi_xdigi") options.input_raw_format = 0.5 options.evt_max = 100 - -options.dddb_tag = "dddb-20231017" -options.conddb_tag = "sim-20231017-vc-mu100" options.ntuple_file = "hlt2_eff_ntuple.root" options.scheduler_legacy_mode = False -options.simulation = True public_tools = [ trackMasterExtrapolator_with_simplified_geom(), diff --git a/HltEfficiencyChecker/options/hlt2_eff_example.yaml b/HltEfficiencyChecker/options/hlt2_eff_example.yaml index 8446b66afad65f0a2ab00b7eeccfff34f083e4bb..32ae49326851f8b696c572337f8d598cb89e751a 100644 --- a/HltEfficiencyChecker/options/hlt2_eff_example.yaml +++ b/HltEfficiencyChecker/options/hlt2_eff_example.yaml @@ -12,12 +12,12 @@ job: input_files: # Actually taken from TestFileDB "expected_2024_BsToJpsiPhi_xdigi" # But this example shows how you can specify input files without using TestFileDB - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000010_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000012_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000016_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000021_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000029_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000118_1.xdigi" + - "root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/swtest/expected_2024_BsToJpsiPhi_xdigi/00212964_00000010_1.xdigi" + - "root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/swtest/expected_2024_BsToJpsiPhi_xdigi/00212964_00000012_1.xdigi" + - "root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/swtest/expected_2024_BsToJpsiPhi_xdigi/00212964_00000016_1.xdigi" + - "root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/swtest/expected_2024_BsToJpsiPhi_xdigi/00212964_00000021_1.xdigi" + - "root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/swtest/expected_2024_BsToJpsiPhi_xdigi/00212964_00000029_1.xdigi" + - "root://eoslhcb.cern.ch//eos/lhcb/cern-swtest/lhcb/swtest/expected_2024_BsToJpsiPhi_xdigi/00212964_00000040_1.xdigi" simulation: True conddb_tag: "sim-20231017-vc-mu100" dddb_tag: "dddb-20231017" diff --git a/HltEfficiencyChecker/options/hlt2_eff_example_reco_from_file.yaml b/HltEfficiencyChecker/options/hlt2_eff_example_reco_from_file.yaml index 5b9560246add052469dcd1bd7513e77070095921..e90d2f5f17a55b84cb5080b2fecb3ffc81f3692c 100644 --- a/HltEfficiencyChecker/options/hlt2_eff_example_reco_from_file.yaml +++ b/HltEfficiencyChecker/options/hlt2_eff_example_reco_from_file.yaml @@ -1,6 +1,6 @@ # HltEfficiencyChecker "wizard" example for Hlt2 job with reco from file annotated_decay_descriptor: - "${Bs}[B_s0 => ( J/psi(1S) => ${mup}mu+ ${mum}mu- ) ( phi(1020) => ${Kp}K+ ${Km}K- )]CC" + "${Bd}[B0 => ${pip}pi+ ${pim}pi- ${pi0}pi0 ]CC" ntuple_path: &NTUPLE hlt2_eff_ntuple_reco_from_file.root job: trigger_level: 2 @@ -9,16 +9,7 @@ job: lines_from: Hlt2Conf.lines.topological_b # Specify the import path to where the lines live # subdirectories accessed with a "." e.g. b_to_open_charm.b_to_dd # NOTE only works with Hlt2 lines - you cannot specify a Hlt1 line at this time. - input_files: - # HLT1-filtered - # Bs -> J/psi Phi, 13144011 - # sim+std://MC/Upgrade/Beam7000GeV-Upgrade-MagDown-Nu7.6-25ns-Pythia8/Sim09c-Up02/Reco-Up01/Trig0x52000000/13144011/LDST - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076706/0000/00076706_00000001_1.ldst" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076706/0000/00076706_00000002_1.ldst" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076706/0000/00076706_00000003_1.ldst" - simulation: True - conddb_tag: 'sim-20171127-vc-md100' - dddb_tag: 'dddb-20171126' + testfiledb_key: Upgrade_Bd_pi+pi-pi0_LDST input_raw_format: 4.3 persistreco_version: 0.0 # See discussion Moore!2338 for what this means. Only necessary for reading reco from file on "old" (pre-2023) MC reco_from_file: True @@ -34,9 +25,9 @@ analysis: script: $HLTEFFICIENCYCHECKERROOT/scripts/hlt_line_efficiencies.py args: input: *NTUPLE - reconstructible_children: mup,mum,Kp,Km + reconstructible_children: pip,pim # The parent is automatically deduced from the annotated decay descriptor, # which is passed in a file such as eff_ntuple.root.json, but can also be given: # parent: B_s0 - legend_header: "B^{0}_{s} #rightarrow J/#Psi#phi" + legend_header: "B^{0} #rightarrow #pi^{+}#pi^{-}#pi^{0}" make_plots: true diff --git a/HltEfficiencyChecker/options/hlt2_eff_example_withoutUT.yaml b/HltEfficiencyChecker/options/hlt2_eff_example_withoutUT.yaml index 6e7e7c1cb6d102e3d2ce5aa02579d5f3db34d7e6..4bb5b2aa5a3834a06287328e30d3fc4cfb7122c5 100644 --- a/HltEfficiencyChecker/options/hlt2_eff_example_withoutUT.yaml +++ b/HltEfficiencyChecker/options/hlt2_eff_example_withoutUT.yaml @@ -5,22 +5,10 @@ ntuple_path: &NTUPLE hlt2_eff_ntuple.root job: trigger_level: 2 evt_max: 100 - input_type: ROOT lines_from: Hlt2Conf.lines.topological_b # Specify the import path to where the lines live # subdirectories accessed with a "." e.g. b_to_open_charm.b_to_dd # NOTE only works with Hlt2 lines - you cannot specify a Hlt1 line at this time. - input_files: - # Actually taken from TestFileDB "expected_2024_BsToJpsiPhi_xdigi" - # But this example shows how you can specify input files without using TestFileDB - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000010_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000012_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000016_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000021_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000029_1.xdigi" - - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/XDIGI/00212964/0000/00212964_00000118_1.xdigi" - simulation: True - conddb_tag: "sim-20231017-vc-mu100" - dddb_tag: "dddb-20231017" + testfiledb_key: expected_2024_BsToJpsiPhi_xdigi input_raw_format: 0.5 hlt2_configuration: without_UT options: diff --git a/HltEfficiencyChecker/options/hlt2_overlap_example.yaml b/HltEfficiencyChecker/options/hlt2_overlap_example.yaml index 8930717e206f40fc77419153e214d35fb0a12c20..81e8b250e513a3db5a34a527df09763638f49d1b 100644 --- a/HltEfficiencyChecker/options/hlt2_overlap_example.yaml +++ b/HltEfficiencyChecker/options/hlt2_overlap_example.yaml @@ -8,10 +8,12 @@ job: lines_from: Hlt2Conf.lines.topological_b hlt2_configuration: latest # + # You can also define the input files and/or the processing conditions: + # -- Please DO NOT COMMIT. Committed tests should always use TestFileDB -- # # input_type: ROOT # input_files: - # - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00070317/0000/00070317_00000033_2.ldst" + # - "root://..." # simulation: True # conddb_tag: conddb-20301313 # dddb_tag: dddb-20301313 diff --git a/HltEfficiencyChecker/options/hlt2_rate_example.yaml b/HltEfficiencyChecker/options/hlt2_rate_example.yaml index b6672e292b35cc6f039a89f863876006014f8250..8d58a305af26d1f90f6d54381a5710f3398d730c 100644 --- a/HltEfficiencyChecker/options/hlt2_rate_example.yaml +++ b/HltEfficiencyChecker/options/hlt2_rate_example.yaml @@ -8,10 +8,11 @@ job: hlt2_configuration: latest # # Rates can only be calculated w.r.t min bias, but you can specify your own min bias files e.g. + # -- Please DO NOT COMMIT. Committed tests should always use TestFileDB -- # # input_type: ROOT # input_files: - # - "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00070317/0000/00070317_00000033_2.ldst" + # - "root://..." # simulation: True # conddb_tag: conddb-20301313 # dddb_tag: dddb-20301313 diff --git a/Phys/DaVinci/CMakeLists.txt b/Phys/DaVinci/CMakeLists.txt index afc896f4db61b043d095fdc8f2203ca6a7047bd5..17b5ccd8201b8d654759a22b3b654eb346394d4f 100644 --- a/Phys/DaVinci/CMakeLists.txt +++ b/Phys/DaVinci/CMakeLists.txt @@ -18,4 +18,5 @@ gaudi_install(PYTHON) lhcb_env(SET DAVINCIOPTS ${CMAKE_CURRENT_SOURCE_DIR}/options) gaudi_add_tests(QMTest) -gaudi_add_tests(pytest ${CMAKE_CURRENT_SOURCE_DIR}/tests) +gaudi_add_pytest(tests OPTIONS -v --doctest-modules) +add_dependencies(pytest-prefetch-DaVinci-DaVinci.pytest.tests DaVinci_MergeConfdb) diff --git a/Phys/DaVinci/python/DaVinci/LbExec.py b/Phys/DaVinci/python/DaVinci/LbExec.py index 1678206a60a5dfeac073f0efb185b66e7357cbf3..dea7912f51511023cbd5a9d820d3cb553b641ccc 100644 --- a/Phys/DaVinci/python/DaVinci/LbExec.py +++ b/Phys/DaVinci/python/DaVinci/LbExec.py @@ -9,14 +9,12 @@ # or submit itself to any jurisdiction. # ############################################################################### from contextlib import contextmanager -from typing import Optional -from pydantic import root_validator # type: ignore[import] +from typing import Optional, Any +from pydantic import root_validator, PrivateAttr # type: ignore[import] import logging - from GaudiConf.LbExec import Options as DefaultOptions, TestOptionsBase # type: ignore[import] from GaudiConf.LbExec import FileFormats, InputProcessTypes # type: ignore[import] - -from PyConf.application import default_raw_event # type: ignore[import] +from PyConf.application import default_raw_event, configure_input # type: ignore[import] from PyConf.reading import tes_root, tes_root_for_tistos, reconstruction as reconstruction_reading # type: ignore[import] @@ -43,6 +41,9 @@ class Options(DefaultOptions): - write_fsr (bool): Flag to write the file summary record. Requires also output_file != None. Default is False. - merge_genfsr (bool): Flag to merge the file summary record. Only applies to simulation. Default is False. - metainfo_additional_tags: (list): Additional central tags for `PyConf.filecontent_metadata.metainfo_repos`. Default is []. + + _input_config is an ugly hack so that the configuration can be retrieved in config.py + This is needed due to the way DaVinci configures itself, which is kind of not compatible with the PyConf spirit """ input_stream: Optional[str] = "default" @@ -50,6 +51,7 @@ class Options(DefaultOptions): write_fsr: bool = False merge_genfsr: bool = False metainfo_additional_tags: Optional[list] = [] + _input_config: Any = PrivateAttr() @root_validator(pre=False, skip_on_failure=True) def _stream_default(cls, values): @@ -180,6 +182,8 @@ class Options(DefaultOptions): tes_root_for_tistos.global_bind(input_process=self.input_process) persistreco_version.global_bind(version=self.persistreco_version) + self._input_config = configure_input(self) + with super().apply_binds(): yield diff --git a/Phys/DaVinci/python/DaVinci/algorithms.py b/Phys/DaVinci/python/DaVinci/algorithms.py index 6a1d46085677519e8a2ca5f5c8350d0200334e6c..596e267086fbf71ab93d4f58e50e7a66335cfcd6 100644 --- a/Phys/DaVinci/python/DaVinci/algorithms.py +++ b/Phys/DaVinci/python/DaVinci/algorithms.py @@ -100,12 +100,16 @@ def make_fsr_algs(options: Options) -> dict[str, list[Any]]: Dist with list of FSR algorithm instances to be configured. """ from PyConf.Algorithms import EventAccounting, GenFSRMerge, RecordStream + from PyConf.application import create_or_reuse_rootIOAlg # type: ignore[import] fsrAlgs: dict[str, list[Any]] = {} if options.simulation: algs: list[Any] = [] if options.merge_genfsr: + # we need to precreate RootIOAlg with options here as it will + # be reused (triggered by GenFSRMerge) without passing over the options + algs.append(create_or_reuse_rootIOAlg(options)) algs.append(GenFSRMerge(name="GenFSRMerge")) if options.write_fsr and options.output_file: if not options.merge_genfsr: diff --git a/Phys/DaVinci/python/DaVinci/common_particles.py b/Phys/DaVinci/python/DaVinci/common_particles.py index 01d009ed0c16584d43bc4c9885322e22bb9c2346..b2224a67641669603a263a9157a34d03ac5bad52 100644 --- a/Phys/DaVinci/python/DaVinci/common_particles.py +++ b/Phys/DaVinci/python/DaVinci/common_particles.py @@ -15,12 +15,12 @@ from GaudiKernel.SystemOfUnits import MeV # type: ignore[import] import Functors as F # type: ignore[import] from Functors.math import in_range # type: ignore[import] from PyConf.tonic import configurable # type: ignore[import] -from Hlt2Conf.standard_particles import ( # type: ignore[import] +from RecoConf.standard_particles import ( # type: ignore[import] make_long_kaons, make_long_muons, standard_protoparticle_filter, ) -from Hlt2Conf.algorithms_thor import ParticleFilter, ParticleCombiner # type: ignore[import] +from RecoConf.algorithms_thor import ParticleFilter, ParticleCombiner # type: ignore[import] from RecoConf.reconstruction_objects import make_pvs # type: ignore[import] from DaVinci.filter_selectors import default_particle_cuts diff --git a/Phys/DaVinci/python/DaVinci/config.py b/Phys/DaVinci/python/DaVinci/config.py index 3e8343fc7ab9fc8f0ea8aad361e16ae97c27a976..22954002a5df72044bda170c9aa756f275a7ff6e 100644 --- a/Phys/DaVinci/python/DaVinci/config.py +++ b/Phys/DaVinci/python/DaVinci/config.py @@ -18,7 +18,6 @@ from collections import namedtuple, OrderedDict from Configurables import ApplicationMgr # type: ignore[import] from PyConf.application import ( # type: ignore[import] configure, - configure_input, configured_ann_svc, metainfo_repos, ) # type: ignore[import] @@ -184,7 +183,7 @@ def add_davinci_configurables(options, user_algorithms, public_tools): if not public_tools: public_tools = [] - config = configure_input(options) + config = options._input_config # Configuration for the creation of the lumiTree TTree # with the total count of lumievents per run diff --git a/Phys/DaVinci/tests/config/test_algorithms.py b/Phys/DaVinci/tests/config/test_algorithms.py index 2462ee82e380fd204be09b90dae906f53cbc4a36..6af0475fc926d79f9356328780400018892aa4ed 100644 --- a/Phys/DaVinci/tests/config/test_algorithms.py +++ b/Phys/DaVinci/tests/config/test_algorithms.py @@ -9,7 +9,7 @@ # or submit itself to any jurisdiction. # ############################################################################### from PyConf.reading import get_odin, get_decreports -from PyConf.application import default_raw_event +from PyConf.application import default_raw_event, configure_input from DaVinci import Options from DaVinci.algorithms import ( make_fsr_algs, @@ -45,8 +45,10 @@ def test_add_hlt2_filter(): evt_max=1, simulation=True, input_process="Hlt2", - input_stream="", + input_type="ROOT", + input_files="/Some/Dummy.DST", ) + configure_input(options) # Note here that we need to manually apply a bind to the PyConf functions # as they are not automatically configured in the pytests. # When running DV, the PyConf functions are globally configured and one must avoid @@ -130,9 +132,7 @@ def test_get_odin(): input_raw_format=0.5, simulation=True, ) - with default_raw_event.bind( - raw_event_format=options.input_raw_format, stream=options.input_stream - ): + with default_raw_event.bind(raw_event_format=options.input_raw_format): odin = get_odin() assert "/Event/Decode_ODIN/ODIN" == odin.location diff --git a/Phys/DaVinci/tests/config/test_configuration.py b/Phys/DaVinci/tests/config/test_configuration.py index b3fb3f129d930744019d8a2d138288026a6bea8a..d36d3f71c6b83368449d49f8668ce02222973ee7 100644 --- a/Phys/DaVinci/tests/config/test_configuration.py +++ b/Phys/DaVinci/tests/config/test_configuration.py @@ -14,7 +14,7 @@ from pathlib import Path from PyConf.Algorithms import Gaudi__Examples__VoidConsumer as VoidConsumer from PyConf.reading import get_particles -from PyConf.application import default_raw_event +from PyConf.application import configure_input from FunTuple import FunctorCollection as FC from FunTuple import FunTuple_Particles as Funtuple import Functors as F @@ -68,21 +68,18 @@ def test_funtuple_with_xdigi(): simulation=True, ) - with default_raw_event.bind( - raw_event_format=options.input_raw_format, stream=options.input_stream - ): - jpsi_line = "Hlt2Dummy" - jpsi_data = get_particles(f"/Event/HLT2/{jpsi_line}/Particles") - tuple_filter = create_lines_filter( - name="Hlt2DummyFilter_{hash}", lines=[jpsi_line] - ) - ntuple = Funtuple( - name="TupleJpsi_{hash}", - tuple_name="DecayTree", - fields=jpsi_fields, - variables=jpsi_vars, - inputs=jpsi_data, - ) + options._input_config = configure_input(options) + + jpsi_line = "Hlt2Dummy" + jpsi_data = get_particles(f"/Event/HLT2/{jpsi_line}/Particles") + tuple_filter = create_lines_filter(name="Hlt2DummyFilter_{hash}", lines=[jpsi_line]) + ntuple = Funtuple( + name="TupleJpsi_{hash}", + tuple_name="DecayTree", + fields=jpsi_fields, + variables=jpsi_vars, + inputs=jpsi_data, + ) algs = {"user_algs": [tuple_filter, ntuple]} with pytest.raises(ValueError): diff --git a/Phys/FunTuple/CMakeLists.txt b/Phys/FunTuple/CMakeLists.txt index 47470db94a140c573543b88d4d5114acaff096d8..b8a4433eab52f81072269d9c9c6ce367cd5f6ad4 100644 --- a/Phys/FunTuple/CMakeLists.txt +++ b/Phys/FunTuple/CMakeLists.txt @@ -39,4 +39,5 @@ gaudi_add_module(FunTuple gaudi_install(PYTHON) gaudi_add_tests(QMTest) -gaudi_add_tests(pytest ${CMAKE_CURRENT_SOURCE_DIR}/tests) +gaudi_add_pytest(tests OPTIONS -v --doctest-modules) +add_dependencies(pytest-prefetch-FunTuple-FunTuple.pytest.tests DaVinci_MergeConfdb) diff --git a/Phys/FunTuple/src/FunTuple.cpp b/Phys/FunTuple/src/FunTuple.cpp index 028e6f115239582a212072f7b41f8eaddd936c7e..9347de0520201f43a42cdd10a2fc21b6f5979c4a 100644 --- a/Phys/FunTuple/src/FunTuple.cpp +++ b/Phys/FunTuple/src/FunTuple.cpp @@ -874,23 +874,30 @@ void FunTupleBase<T>::fill_thor_func_output( const typename LHCb::InputTypeSigna for ( unsigned int nfunctor = 0; nfunctor < ( ptp.FunctorProps_thor() ).size(); nfunctor++ ) { ParticleProp::FunctorProp_thor functup = ( ptp.FunctorProps_thor() )[nfunctor]; std::string fieldname = ptp.FieldName() + "_" + functup.Func_fieldname_thor; - if ( this->msgLevel( MSG::DEBUG ) ) { - debug << "fill_thor_func_output: Getting ThOr output for fieldname " << fieldname << endmsg; - } - auto val = get_thor_output( cand, nfield, nfunctor ); - if ( this->msgLevel( MSG::DEBUG ) ) { - debug << "fill_thor_func_output: Booking ThOr output for fieldname " << fieldname << endmsg; - } - StatusCode sc_book = LHCb::FTuple::fill_( ntuple, fieldname, val ); - if ( sc_book.isFailure() ) { + StatusCode sc = [&] { + try { + if ( this->msgLevel( MSG::DEBUG ) ) { + debug << "fill_thor_func_output: Getting ThOr output for fieldname " << fieldname << endmsg; + } + auto val = get_thor_output( cand, nfield, nfunctor ); + if ( this->msgLevel( MSG::DEBUG ) ) { + debug << "fill_thor_func_output: Booking ThOr output for fieldname " << fieldname << endmsg; + } + return LHCb::FTuple::fill_( ntuple, fieldname, val ); + } catch ( const GaudiException& ex ) { + err << "Encountered exception while processing field " << fieldname << ": " << ex << endmsg; + return ex.code(); + } + }(); + if ( sc.isFailure() ) { using LHCb::FTuple::EC::ErrorCode; - if ( sc_book.getCode() == static_cast<StatusCode::code_t>( ErrorCode::TypeNotSupported ) ) { + if ( sc.getCode() == static_cast<StatusCode::code_t>( ErrorCode::TypeNotSupported ) ) { err << "Value type returned by functor not supported. Problematic ThOr functor : " << ( *( functup.Func_thor ) ).code << " with field name: " << fieldname << endmsg; } else { err << "fill_thor_func_output: Unable to fill with ThOr functor: " << ( *( functup.Func_thor ) ).code << " with field name: " << fieldname << endmsg; - err << "The reason could be: " << sc_book.message() << endmsg; + err << "The reason could be: " << sc.message() << endmsg; } } } diff --git a/Phys/FunTuple/tests/test_functions.py b/Phys/FunTuple/tests/test_functions.py index 9b01212c8ebdc36d5c0d66f94c7c5f97833ddd86..286643c2aafb89b5ed9f5fe8abb8cc6dd2dfc4e6 100644 --- a/Phys/FunTuple/tests/test_functions.py +++ b/Phys/FunTuple/tests/test_functions.py @@ -12,9 +12,10 @@ import sys import pytest -from PyConf.application import make_data_with_FetchDataFromFile, default_raw_event +from PyConf.application import default_raw_event from PyConf.reading import reconstruction, get_pvs from PyConf.components import Algorithm +from PyConf.mock import MockDataHandle, mock_is_datahandle from PyConf import components import Functors as F @@ -33,14 +34,17 @@ def reset_global_store(algorithm_store={}): return old_algorithm_store -def data_handle(expected_type): +def data_handle(force_type): """ Make a dummy DataHandle instance to input to FunTuple_Particles or FunTuple_MCParticles. """ - return make_data_with_FetchDataFromFile( - "/Event/Spruce/MyCoolDecay/" + expected_type.replace(":", "_"), - force_type=expected_type, - ) + return MockDataHandle("/Not/Existing/Path", force_type) + + +@pytest.fixture(autouse=True) +def mock_datahandle(monkeypatch): + """Be sure we replace is_datahandle everywhere.""" + monkeypatch.setattr(components, "is_datahandle", mock_is_datahandle) # Some default arguments to FunTuple_Particles or FunTuple_MCParticles @@ -58,7 +62,9 @@ list_function_tuple_name = ( ) # make a separate list for FunTuple_Event as it expects no inputs -list_function_tuple_name_event = (("FunTuple_Event", "FunTupleEvent"),) +list_function_tuple_name_event = ( + ("FunTuple_Event", "FunTupleEvent", "SharedObjectsContainer<LHCb::MCParticle>"), +) this_module = sys.modules["FunTuple"] @@ -71,14 +77,16 @@ def getattr_wrapper(my_module, my_func_name, **kwargs): When running the options file, odin and other related objects are configured globally by DaVinci. """ - with default_raw_event.bind(raw_event_format=0.5): + with default_raw_event.bind( + raw_event_format=0.5, maker=lambda l: data_handle("LHCb::RawEvent") + ): return getattr(my_module, my_func_name)(**kwargs) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_dummy(func_name, name_argument, expected_type): +def test_dummy(func_name, name_argument, type_argument): """ Check that a dummy tupling instance with no fields is not allowed and raises a RuntimeError. """ @@ -93,14 +101,14 @@ def test_dummy(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_simplest(func_name, name_argument, expected_type): +def test_simplest(func_name, name_argument, type_argument, monkeypatch): """ Check the simplest tupling instance where all fields are defined via the reserved name 'ALL'. """ @@ -114,14 +122,14 @@ def test_simplest(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_simple(func_name, name_argument, expected_type): +def test_simple(func_name, name_argument, type_argument): """ Check a very simple instantiation where only the mother particle is tupled with the Kinematics collection. @@ -133,7 +141,7 @@ def test_simple(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) # Trick to compare tuple.name and name_argument @@ -143,9 +151,9 @@ def test_simple(func_name, name_argument, expected_type): @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_simple_with_ALL_field(func_name, name_argument, expected_type): +def test_simple_with_ALL_field(func_name, name_argument, type_argument): """ Check with a typical and still simple tupling instance. """ @@ -161,18 +169,20 @@ def test_simple_with_ALL_field(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_with_event_variables(func_name, name_argument, expected_type): +def test_with_event_variables(func_name, name_argument, type_argument): """ Check that event variables passed as an optional argument are dealt with correctly. """ - with default_raw_event.bind(raw_event_format=0.5): + with default_raw_event.bind( + raw_event_format=0.5, maker=lambda l: data_handle("LHCb::RawEvent") + ): event_variables = FC.EventInfo() tuple = getattr_wrapper( @@ -183,7 +193,7 @@ def test_with_event_variables(func_name, name_argument, expected_type): fields=fields, variables=variables, event_variables=event_variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) if name_argument == "FunTupleMCP": @@ -204,9 +214,9 @@ def test_with_event_variables(func_name, name_argument, expected_type): @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_with_loki_preamble(func_name, name_argument, expected_type): +def test_with_loki_preamble(func_name, name_argument, type_argument): """ Check of a next-to-simple instantiation where a LoKi preamble (string) is passed as an optional argument. @@ -220,7 +230,7 @@ def test_with_loki_preamble(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), loki_preamble=loki_preamble, ) @@ -230,9 +240,9 @@ def test_with_loki_preamble(func_name, name_argument, expected_type): @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_run_full_counter_mode(func_name, name_argument, expected_type): +def test_run_full_counter_mode(func_name, name_argument, type_argument): """ Check that the optional argument 'run_full_counter_mode' gets set correctly. """ @@ -243,7 +253,7 @@ def test_run_full_counter_mode(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), run_full_counter_mode=False, ) @@ -251,9 +261,9 @@ def test_run_full_counter_mode(func_name, name_argument, expected_type): @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_ALL_not_allowed_in_field_names(func_name, name_argument, expected_type): +def test_ALL_not_allowed_in_field_names(func_name, name_argument, type_argument): """ Check that using the reserved name 'ALL' as a key for 'fields' raises a ValueError. """ @@ -265,14 +275,14 @@ def test_ALL_not_allowed_in_field_names(func_name, name_argument, expected_type) tuple_name=name_argument, fields=dict(ALL="A -> B C"), # "ALL" is not allowed since special variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_more_than_one_caret_in_field(func_name, name_argument, expected_type): +def test_more_than_one_caret_in_field(func_name, name_argument, type_argument): """ Check that using more than one caret symbol in a field raises a ``SyntaxError``. """ @@ -284,14 +294,14 @@ def test_more_than_one_caret_in_field(func_name, name_argument, expected_type): tuple_name=name_argument, fields=dict(A="A -> B ^C ^D"), variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_fields_is_dict(func_name, name_argument, expected_type): +def test_fields_is_dict(func_name, name_argument, type_argument): """ A TypeError is raised if the 'fields' argument is not a dict. """ @@ -303,14 +313,14 @@ def test_fields_is_dict(func_name, name_argument, expected_type): tuple_name=name_argument, fields="A -> B C", # should be a dict variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_field_name_unused(func_name, name_argument, expected_type): +def test_field_name_unused(func_name, name_argument, type_argument): """ A field, 'C', is defined with no corresponding variables to tuple. The framework removes that unused field automatically. @@ -325,7 +335,7 @@ def test_field_name_unused(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) assert tuple.properties["decay_descriptors"] == ["A -> ^B C"] @@ -337,9 +347,9 @@ def test_field_name_unused(func_name, name_argument, expected_type): @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_field_name_unmatched_to_variable_keys(func_name, name_argument, expected_type): +def test_field_name_unmatched_to_variable_keys(func_name, name_argument, type_argument): """ All field names should match the particles to be tupled. In this case the field name 'NotInVariablesKey' does not correspond to any particle @@ -356,14 +366,14 @@ def test_field_name_unmatched_to_variable_keys(func_name, name_argument, expecte tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_variables_is_dict(func_name, name_argument, expected_type): +def test_variables_is_dict(func_name, name_argument, type_argument): """ A TypeError is raised if the 'variables' argument is not a dict. """ @@ -375,14 +385,14 @@ def test_variables_is_dict(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=FC.Kinematics(), # should be a dict - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_variables_key_ALL(func_name, name_argument, expected_type): +def test_variables_key_ALL(func_name, name_argument, type_argument): """ Check that the reserved field name 'ALL' is accepted as a key to 'variables'. """ @@ -395,14 +405,14 @@ def test_variables_key_ALL(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_variables_all_type_FunctorCollection(func_name, name_argument, expected_type): +def test_variables_all_type_FunctorCollection(func_name, name_argument, type_argument): """ Check that the 'variables' (values) are all of type FunctorCollection. """ @@ -420,15 +430,15 @@ def test_variables_all_type_FunctorCollection(func_name, name_argument, expected tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) def test_variables_key_ALL_type_FunctorCollection( - func_name, name_argument, expected_type + func_name, name_argument, type_argument ): """ Check complementary to the above one for the reserved name 'ALL': @@ -444,14 +454,14 @@ def test_variables_key_ALL_type_FunctorCollection( tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_variables_arrayindex(func_name, name_argument, expected_type): +def test_variables_arrayindex(func_name, name_argument, type_argument): """ Test the checking modules of FunTuple for what concerns array variables, see the module `common_util.py` and in particular the `conduct_checks_and_transform` @@ -460,9 +470,9 @@ def test_variables_arrayindex(func_name, name_argument, expected_type): """ reset_global_store() fields = dict(A="A -> B C", B="A -> ^B C", C="A -> B ^C") - with default_raw_event.bind(raw_event_format=0.5), reconstruction.bind( - input_process="Spruce" - ): + with default_raw_event.bind( + raw_event_format=0.5, maker=lambda l: data_handle("LHCb::RawEvent") + ), reconstruction.bind(input_process="Spruce"): v2_pvs = get_pvs() variables = { "B": FunctorCollection({"THOR_FourMom_P": F.FOURMOMENTUM}), @@ -480,14 +490,14 @@ def test_variables_arrayindex(func_name, name_argument, expected_type): tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_variables_arrayindex_ValueError_1(func_name, name_argument, expected_type): +def test_variables_arrayindex_ValueError_1(func_name, name_argument, type_argument): """ Test the checking modules of FunTuple for what concerns array variables, see the module `common_util.py` and in particular the `conduct_checks_and_transform` @@ -496,9 +506,9 @@ def test_variables_arrayindex_ValueError_1(func_name, name_argument, expected_ty """ reset_global_store() fields = dict(A="A -> B C", B="A -> ^B C", C="A -> B ^C") - with default_raw_event.bind(raw_event_format=0.5), reconstruction.bind( - input_process="Spruce" - ): + with default_raw_event.bind( + raw_event_format=0.5, maker=lambda l: data_handle("LHCb::RawEvent") + ), reconstruction.bind(input_process="Spruce"): v2_pvs = get_pvs() variables = { "B": FunctorCollection({"THOR_FourMom_P": F.FOURMOMENTUM}), @@ -518,14 +528,14 @@ def test_variables_arrayindex_ValueError_1(func_name, name_argument, expected_ty tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) @pytest.mark.parametrize( - "func_name,name_argument,expected_type", list_function_tuple_name + "func_name,name_argument,type_argument", list_function_tuple_name ) -def test_variables_arrayindex_ValueError_2(func_name, name_argument, expected_type): +def test_variables_arrayindex_ValueError_2(func_name, name_argument, type_argument): """ Test the checking modules of FunTuple for what concerns array variables, see the module `common_util.py` and in particular the `conduct_checks_and_transform` @@ -534,9 +544,9 @@ def test_variables_arrayindex_ValueError_2(func_name, name_argument, expected_ty """ reset_global_store() fields = dict(A="A -> B C", B="A -> ^B C", C="A -> B ^C") - with default_raw_event.bind(raw_event_format=0.5), reconstruction.bind( - input_process="Spruce" - ): + with default_raw_event.bind( + raw_event_format=0.5, maker=lambda l: data_handle("LHCb::RawEvent") + ), reconstruction.bind(input_process="Spruce"): v2_pvs = get_pvs() variables = { "B": FunctorCollection({"THOR_FourMom_P": F.FOURMOMENTUM}), @@ -556,12 +566,14 @@ def test_variables_arrayindex_ValueError_2(func_name, name_argument, expected_ty tuple_name=name_argument, fields=fields, variables=variables, - inputs=data_handle(expected_type), + inputs=data_handle(type_argument), ) -@pytest.mark.parametrize("func_name,name_argument", list_function_tuple_name_event) -def test_ftevent_simplest(func_name, name_argument): +@pytest.mark.parametrize( + "func_name,name_argument,type_argument", list_function_tuple_name_event +) +def test_ftevent_simplest(func_name, name_argument, type_argument): """ Check the simplest tupling instance for FunTuple_Event. """ @@ -570,15 +582,20 @@ def test_ftevent_simplest(func_name, name_argument): func_name, name=name_argument + "_{hash}", tuple_name=name_argument, + inputs=data_handle(type_argument), ) -@pytest.mark.parametrize("func_name,name_argument", list_function_tuple_name_event) -def test_ftevent(func_name, name_argument): +@pytest.mark.parametrize( + "func_name,name_argument,type_argument", list_function_tuple_name_event +) +def test_ftevent(func_name, name_argument, type_argument): """ Check a tupling instance for FunTuple_Event with non-default arguments. """ - with default_raw_event.bind(raw_event_format=0.5): + with default_raw_event.bind( + raw_event_format=0.5, maker=lambda l: data_handle("LHCb::RawEvent") + ): event_variables = FC.EventInfo() _ = getattr_wrapper( @@ -587,4 +604,5 @@ def test_ftevent(func_name, name_argument): name=name_argument + "_{hash}", tuple_name=name_argument, variables=event_variables, + inputs=data_handle(type_argument), ) diff --git a/ReleaseNotes/v64r14.md b/ReleaseNotes/v64r14.md new file mode 100644 index 0000000000000000000000000000000000000000..cc2a3395e1a187a4d6628bf0119e294e4151cd1a --- /dev/null +++ b/ReleaseNotes/v64r14.md @@ -0,0 +1,70 @@ +2024-12-17 DaVinci v64r14 +=== + +This version uses +Moore [v56r0](../../../../Moore/-/tags/v56r0), +Allen [v5r0](../../../../Allen/-/tags/v5r0), +Rec [v37r0](../../../../Rec/-/tags/v37r0), +Lbcom [v36r1](../../../../Lbcom/-/tags/v36r1), +LHCb [v56r1](../../../../LHCb/-/tags/v56r1), +Gaudi [v39r1](../../../../Gaudi/-/tags/v39r1), +Detector [v2r1](../../../../Detector/-/tags/v2r1) and +LCG [105c](http://lcginfo.cern.ch/release/105c/) with ROOT 6.30.08. + +This version is released on the `master` branch. +Built relative to DaVinci [v64r13](/../../tags/v64r13), with the following changes: + +### New features ~"new feature" + +- Upstream project highlights :star: + - Functors | Improve compiler error diagnostic when functor compilation fails, lhcb/Rec!4190 (@graven) + - Add FROM functor to return the From side of a relation, lhcb/Rec!4125 (@graven) + +### Fixes ~"bug fix" ~workaround + +- Upstream project highlights :star: + - Bugfix: add bremsstrahlung back to electrons when using decay-tree refitting, lhcb/Rec!4144 (@ldufour) + +### Enhancements ~enhancement + +- ~Core | Ported all tests to IOAlg, !1002 (@sponce) +- Improve FunTuple diagnostic when a Thor functor throws an exception, !1196 (@graven) +- Upstream project highlights :star: + - Functors | Use only children momentum to recalculate MASSWITHHYPOTHESES, lhcb/Rec!4149 (@fbetti) + - Functors | Various improvement of Functor framework implementation, lhcb/Rec!4071 (@graven) + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- Update test validator for multiple candidates, !1212 (@masmith) +- Update test files, !1192 (@masmith) +- Streamline dfei test functor usage, !1190 (@graven) + +### Documentation ~Documentation + +- Remove obsolete Brunel advice, !1122 (@masmith) + +### Other + +- ~Core | Add missing dependency on Boost headers, !1109 (@clemenci) +- Remove branches with MASSWITHHYPOTHESES from qmtests, !1208 (@fbetti) +- Fixed dependencies in DaVinci when running pytest collect at compile time, !1206 (@sponce) +- Update References for: LHCb!4763 based on lhcb-master-mr/11962, !1203 (@lhcbsoft) +- Update References for: DaVinci!1192 based on lhcb-master-mr/11875, !1194 (@lhcbsoft) +- Synchronize master branch with 2024-patches, !1183 (@clemenci) +- Added a check that inputs files don't use directly eos (they should use TestFileDB), and clean up all tests, !1180 (@sponce) +- Update References for: Detector!621, LHCb!4639, Lbcom!747, Boole!584 based on lhcb-master-mr/11781, !1177 (@lhcbsoft) +- Update References for: Rec!3832 based on lhcb-master-mr/11817, !1176 (@lhcbsoft) +- Synchronize master branch with 2024-patches, !1173 (@clemenci) +- Force use of BoostConfig.cmake as requested by CMake 3.30, !1166 (@clemenci) +- Update functorcollections.py, !1164 (@masmith) +- Merge branch 'rquaglia-2024-patches-patch-bf6a' into '2024-patches', !1163 (@masmith) +- Merge branch 'masmith-2024-patches-patch-87200' into '2024-patches', !1162 (@masmith) +- Synchronize master branch with 2024-patches, !1150, !1127, !1124, !1107, !1098, !1083, !1075 (@clemenci) +- Synchronize master branch with 2024-patches, !1127 (@clemenci) +- Synchronize master branch with 2024-patches, !1124 (@clemenci) +- Synchronize master branch with 2024-patches, !1107 (@clemenci) +- Synchronize master branch with 2024-patches, !1098 (@clemenci) +- Synchronize master branch with 2024-patches, !1083 (@clemenci) +- Synchronize master branch with 2024-patches, !1075 (@clemenci) +- Update References for: LHCb!2993, Rec!2735, Allen!1370, Moore!927, Alignment!439, MooreOnline!325, Panoptes!304, DaVinci!1002, LHCbIntegrationTests!67 based on lhcb-master-mr/11500, !1074 (@lhcbsoft) diff --git a/ReleaseNotes/v65r0.md b/ReleaseNotes/v65r0.md new file mode 100644 index 0000000000000000000000000000000000000000..41f6c6092227e14e668c0e345c2cc123eeb8eefd --- /dev/null +++ b/ReleaseNotes/v65r0.md @@ -0,0 +1,22 @@ +2025-01-24 DaVinci v65r0 +=== + +This version uses +Moore [v56r1](../../../../Moore/-/tags/v56r1), +Allen [v5r1](../../../../Allen/-/tags/v5r1), +Rec [v37r1](../../../../Rec/-/tags/v37r1), +Lbcom [v36r2](../../../../Lbcom/-/tags/v36r2), +LHCb [v56r2](../../../../LHCb/-/tags/v56r2), +Gaudi [v39r2](../../../../Gaudi/-/tags/v39r2), +Detector [v2r1](../../../../Detector/-/tags/v2r1) and +LCG [105c](http://lcginfo.cern.ch/release/105c/) with ROOT 6.30.08. +. + +This version is released on the `master` branch. +Built relative to DaVinci [v64r14](/../../tags/v64r14), with the following changes: + + +### Other + +- Adapted to cleanup of RecoConf in Moore, !1214 (@sponce) +- Extend track-refitting integration test to include PV refitting, !1175 (@ldufour) diff --git a/cmake/DaVinciDependencies.cmake b/cmake/DaVinciDependencies.cmake index a6d729228fa2e5702b3f9448f1b79be615d7421f..979c86b59a5a74803a4116e50133955068520175 100644 --- a/cmake/DaVinciDependencies.cmake +++ b/cmake/DaVinciDependencies.cmake @@ -33,5 +33,6 @@ find_data_package(TCK/HltTCK REQUIRED) # -- Private dependencies if(WITH_DaVinci_PRIVATE_DEPENDENCIES) + find_package(Boost CONFIG REQUIRED headers) find_package(Python REQUIRED Interpreter) endif() diff --git a/doc/configuration/davinci_configuration.rst b/doc/configuration/davinci_configuration.rst index 41cff9641502631538534c36088ac74725e090be..087edc059e5679e610b5f30ace04f3ab137b7fd6 100644 --- a/doc/configuration/davinci_configuration.rst +++ b/doc/configuration/davinci_configuration.rst @@ -82,14 +82,3 @@ A working example can be found `here <https://gitlab.cern.ch/lhcb/DaVinci/-/blob This example can be run with:: lb-run DaVinci/vXrY lbexec DaVinciExamples.tupling.option_davinci_tupling_from_xgen:main '$DAVINCIEXAMPLESROOT/example_data/Gauss_12143001_xgen.yaml' - -Running over old simulation files produced using `Brunel` -========================================================= - -For Run 3 data-taking, the `Moore` application is used for the offline reconstruction, a job that the `Brunel` application was responsible for during the Run 1 and Run 2 periods. -During the writing of this section (Nov 2022), majority of the simulation samples used for Run 3 upgrade studies in the bookkeeping are old and are produced using `Brunel` (note that the majority of the upgrade simulation samples in the `TestFileDB <https://gitlab.cern.ch/lhcb-datapkg/PRConfig/-/blob/master/python/PRConfig/TestFileDB.py>`__ are new and produced using `Moore`). -Therefore, care needs to be taken when running Run 3 DaVinci software with the old simulation files as input. -Particularly, to retrieve reconstructed objects one needs to use the functions defined in `RecoConf.reconstruction_objects <https://gitlab.cern.ch/lhcb/Moore/-/blob/1aa6b8ecae4e5d27d9b535a5a9cb8851046f4e03/Hlt/RecoConf/python/RecoConf/reconstruction_objects.py>`__, for example `make_pvs()` that retrieves the reconstructed primary vertices. -This is in contrast to running over the new simulation samples produced using `Moore`, where the `get_pvs()` function defined in `PyConf.reading <https://gitlab.cern.ch/lhcb/LHCb/-/blob/master/PyConf/python/PyConf/reading.py>`__ must be used to retrieve the reconstructed primary vertices. -Another example includes combining reconstructed tracks and clusters in DaVinci to build composite particles, where in case of old simulation files one makes use of the combiners defined in `Hlt2Conf.standard_particles <https://gitlab.cern.ch/lhcb/Moore/-/blob/master/Hlt/Hlt2Conf/python/Hlt2Conf/standard_particles.py>`__ (e.g. `make_detached_mumu` that to builds the di-muion candidates). -These same combiners can also be used when running over the new simulation files, however right inputs from `PyConf.reading <https://gitlab.cern.ch/lhcb/LHCb/-/blob/master/PyConf/python/PyConf/reading.py>`__ need to be passed to them (if in doubt please ask the experts on the `DPA WP3 mattermost channel` <https://mattermost.web.cern.ch/lhcb/channels/dpa-wp3-offline-analysis-tools>`__).