Skip to content
Snippets Groups Projects
Commit f6a886fd authored by nskidmor's avatar nskidmor Committed by Guillaume Max Pietrzyk
Browse files

fix sprucing tests

parent 7a80639e
No related branches found
No related tags found
1 merge request!2421Setting persistreco to true to Velo2Long_B2JpsiK_ElectronProbe and Velo2Long_B2JpsiK_MuonProbe
......@@ -26,7 +26,6 @@ from PyConf.packing import default_persisted_locations
from GaudiConf.reading import do_unpacking, load_manifest
from PyConf.application import configured_ann_svc
from Hlt2Conf.check_output import (
check_persistreco,
check_MCoutput,
check_banks,
check_particlesandrelations,
......@@ -123,7 +122,6 @@ for ii in range(nevents):
# Check persistency of packed containers
locations = default_persisted_locations(stream=RECO_ROOT)
check_persistreco(TES, locations.values())
# Check the Rich (=9) RawBank is present
check_banks(TES, stream, banks=[9])
......@@ -28,7 +28,6 @@ from PyConf.packing import default_persisted_locations
from GaudiConf.reading import do_unpacking, load_manifest
from Hlt2Conf.check_output import (
check_persistreco,
check_banks,
check_particlesandrelations,
check_decreports,
......@@ -104,7 +103,6 @@ for ii in range(nevents):
# Check persistency of packed containers
locations = default_persisted_locations(stream="/Event/Spruce/HLT2")
check_persistreco(TES, locations.values())
# Specific check of logic for extra_outputs
longtracks_loc = '/Event/Spruce/Spruce_Test_line_extraoutputs/LongTracks/Particles'
......
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