Skip to content
Snippets Groups Projects

split track containers and persistency (versioning)

Merged Maarten Van Veghel requested to merge mveghel-calov1persistencyfix into master
Compare and Show latest version
1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
@@ -25,7 +25,7 @@ from .protoparticles import (
)
from PyConf import configurable
from PyConf.packing import persisted_location, persisted_proto_track_types
from PyConf.packing import persisted_location
from PyConf.Algorithms import (
RecSummaryMaker, TracksEmptyProducer, RichPIDsEmptyProducer,
TrackContainersSharedMerger, PVsEmptyProducer, RecVertexEmptyProducer,
@@ -163,11 +163,6 @@ def make_light_reconstruction(usePatPVFuture=False,
"CaloSplitPhotons": calo_pids["v1_splitPhotons"]
})
# set persistence accordingly
persisted_proto_track_types.global_bind(
track_types=["Long", "Downstream", "Upstream"])
#track_types=rich_and_charged_proto_track_types)
# for now to keep ttrack config as is alive
if "BestSeed" in hlt2_tracks:
output["BestSeed"] = hlt2_tracks["BestSeed"]["v1"]
Loading