Do not rebin event data unless not already binned
This was a behavior introduced in #22425 to solve a problem with data that wasn't being binned during the processing step. This changes it to rebin only if it hadn't been during the processing.
Showing
- Framework/LiveData/src/LiveDataAlgorithm.cpp 3 additions, 12 deletionsFramework/LiveData/src/LiveDataAlgorithm.cpp
- Framework/LiveData/src/LoadLiveData.cpp 28 additions, 12 deletionsFramework/LiveData/src/LoadLiveData.cpp
- Framework/LiveData/test/LoadLiveDataTest.h 1 addition, 1 deletionFramework/LiveData/test/LoadLiveDataTest.h
- docs/source/algorithms/LoadLiveData-v1.rst 27 additions, 35 deletionsdocs/source/algorithms/LoadLiveData-v1.rst
- docs/source/release/v3.14.0/framework.rst 1 addition, 1 deletiondocs/source/release/v3.14.0/framework.rst
Loading