10 #include <tracking/ckf/cdc/entities/CDCCKFState.h>
17 std::ostream&
operator<<(std::ostream& output,
const CDCCKFState& state)
22 const auto* wireHit = state.getWireHit();
23 const auto& wire = wireHit->getWire();
24 output << wire.getICLayer() <<
" " << wire.getIWire();