1function [outhash, outrate, outprob] = afterEventHashed(sn, ind, inhash, event,
class)
2% [OUTHASH, OUTRATE, OUTPROB] = AFTEREVENTHASHED(QN, IND, INHASH, EVENT, CLASS)
4% Copyright (c) 2012-2026, Imperial College London
14%ist = sn.nodeToStation(ind);
15isf = sn.nodeToStateful(ind);
17inspace = sn.space{isf}(inhash,:);
20[outspace, outrate, outprob] = State.afterEvent(sn, ind, inspace, event,
class, isSimulation);
26 outhash = State.getHash(sn, ind, outspace);