Skip to content
Snippets Groups Projects
Commit c8b0088c authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'pkoppenb-Rename' into 'master'

Rename a root file

See merge request !919
parents 9d5cec0c 9b6b5f98
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!919Rename a root file
Pipeline #5778335 passed
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
data_type: 'Upgrade'
input_type: 'RAW'
simulation: False
evt_max : 10000
ntuple_file: "Raw_DV_Ks_example-Hlt2.root"
input_raw_format: 0.5
input_process: Hlt2
conditions_version: AlignmentV9_2023_03_16_VPSciFiRich
geometry_version: trunk
python_logging_level: 3
output_level: 3
print_freq: 1000
......@@ -18,7 +18,7 @@
<text>DaVinciExamples.tupling.option_davinci_tupling_from_hlt2_with_matching:main</text>
</set>
</argument>
<argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Run255620.yaml</text></argument>
<argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Run255620-Hlt2.yaml</text></argument>
<argument name="reference"><text>../refs/test_davinci_tupling_from_hlt2_with_matching.ref</text></argument>
<argument name="error_reference"><text>../refs/empty.ref</text></argument>
<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
......@@ -28,7 +28,7 @@ from DaVinciTests.QMTest.check_helpers import has_nan
import sys, os, glob
import ROOT
ntuple_file_name = 'Raw_DV_Ks_example.root'
ntuple_file_name = 'Raw_DV_Ks_example-Hlt2.root'
if has_nan( filename=ntuple_file_name, ntuple_name="DecayTreeTuple/DecayTree" ):
causes.append("Unexpected list of branches with NaN values")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment