You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part II of the overhaul to handle the new CAF structure (Part I being #52) is to implement an alternative way to handle the systematic shifts machinery that currently lives in SpectrumLoader. Under the Source - Sink paradigm, it needs to move out of there somewhere else.
The model in the analogous update to SBN's implementation of CAFAna is a new EnsembleSpectrum approach, which is a container for a collection of Spectrums. Its approach is to connect as many _ISinks as are needed to handle all the various modifications that come from systematic shifts.
To-do list has not been fully sketched out, but a few of the items are:
Port EnsembleSpectrum from SBN
Create concrete ShiftedInteractionEnsembleSource (see SBN's ShiftedSliceEnsembleSource::HandleRecord(), in particular) that handles plugging all the individual variations back into an EnsembleSpectrum
The text was updated successfully, but these errors were encountered:
Part II of the overhaul to handle the new CAF structure (Part I being #52) is to implement an alternative way to handle the systematic shifts machinery that currently lives in
SpectrumLoader
. Under the Source - Sink paradigm, it needs to move out of there somewhere else.The model in the analogous update to SBN's implementation of CAFAna is a new
EnsembleSpectrum
approach, which is a container for a collection ofSpectrum
s. Its approach is to connect as many_ISink
s as are needed to handle all the various modifications that come from systematic shifts.To-do list has not been fully sketched out, but a few of the items are:
EnsembleSpectrum
from SBNShiftedInteractionEnsembleSource
(see SBN's ShiftedSliceEnsembleSource::HandleRecord(), in particular) that handles plugging all the individual variations back into anEnsembleSpectrum
The text was updated successfully, but these errors were encountered: