8#include <tracking/ckf/cdc/entities/CDCCKFState.h>
9#include <tracking/trackFindingCDC/topology/CDCWire.h>
21 const auto* wireHit = state.getWireHit();
22 const auto& wire = wireHit->getWire();
23 output << wire.getICLayer() <<
" " << wire.getIWire();
Define states for CKF algorithm, which can be seed track or CDC wire hit.
std::ostream & operator<<(std::ostream &output, const IntervalOfValidity &iov)
Abstract base class for different kinds of events.