Skip to content
Snippets Groups Projects
Commit 57c552dc authored by Maarten Van Veghel's avatar Maarten Van Veghel
Browse files

added velo tracks to persistency

parent 702301e7
No related branches found
No related tags found
1 merge request!4127split track containers and persistency (versioning)
......@@ -126,6 +126,7 @@ class Options(BaseModel):
input_raw_format: float = 0.5
input_process: Optional[InputProcessTypes] = None
input_manifest_file: Optional[str] = None
persistency_locations_version: Optional[str] = None
xml_file_catalog: Optional[str] = None
evt_max: int = -1
first_evt: int = 0
......
......@@ -39,6 +39,7 @@ reco_locations = OrderedDict([
"DownstreamTracks": ("/Event/Rec/Track/BestDownstream", "Tracks"),
"UpstreamTracks": ("/Event/Rec/Track/BestUpstream", "Tracks"),
"Ttracks": ("/Event/Rec/Track/Ttrack", "Tracks"),
"VeloTracks": ("/Event/Rec/Track/Velo", "Tracks"),
"PVs": ("/Event/Rec/Vertex/Primary", "PVs"),
"CaloElectrons": ("/Event/Rec/Calo/Electrons", "CaloHypos"),
"CaloPhotons": ("/Event/Rec/Calo/Photons", "CaloHypos"),
......
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