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
Currently, scaler events are thrown into the event tree (GEB) or ignored entirely (EVT). These should make it into a scaler tree instead.
TDetector should have a virtual function IsScaler(), which defaults to false. Any class that should be added to the scaler tree should override this function to return true.
TWriteLoop should check the return of IsScaler() when creating branches and filling, to perform each action on the appropriate tree.
The text was updated successfully, but these errors were encountered:
Currently, scaler events are thrown into the event tree (GEB) or ignored entirely (EVT). These should make it into a scaler tree instead.
The text was updated successfully, but these errors were encountered: