Skip to content
Snippets Groups Projects

Add the new Event Data to json format Algorithms

Merged Andreas Pappas requested to merge pappas_eventDataAlgorithms into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • d2abdae8
    I was getting an error about an empty bank if I were not to provide a default.
    
    See the following from the standalone.py file line 342
    
    TODO below we rely on the fact that the RawEvent containing
    
    "VP" also has the other banks. The proper fix would be to
    
    have the RawBankSizeMonitor accept multiple RawEvents (or even RawBank::View's)
    
    RawBankSizeMonitor(RawEventLocation=default_raw_event(["VP"]))
@@ -113,7 +113,7 @@ def phoenix_data_dump():
fitted_tracks = make_VeloKalman_fitted_tracks(hlt1_tracks)
VP_hits = make_VeloClusterTrackingSIMD_hits()
odin = make_odin()
raw = default_raw_event()
raw = default_raw_event(["VP"])
calo_Edig = make_ecal_digits(raw)
calo_Hdig = make_hcal_digits(raw)
Loading