Bug #1210
SciFi Space Points Have No Time
100%
Description
Besides not seeing any time field in the JSON for SciFi space points, I did the following to see if this was some problem with the JSON outputer:
SciFiHelicalPRTrackProcessor deserializer;
const SciFiHelicalPRTrack * helical_track = deserializer.JsonToCpp(helical_track_json);
const SciFiSpacePointArray space_points = helical_track->get_spacepoints();
And then for each space point in space_points I called get_time() and printed the value. Each time value was exactly zero (the default value from the class constructor).
Files
Updated by Lane, Peter over 9 years ago
It appears that SciFiSpacePointProcessor is missing an entry for the "time" field.
Updated by Dobbs, Adam over 9 years ago
- Assignee changed from Dobbs, Adam to Santos, Edward
- Target version set to Future MAUS release
Agreed, the time does not show up in the data. Reassigning to Ed.
Updated by Santos, Edward over 9 years ago
- File time_spacepoints.png time_spacepoints.png added
The spacepoints have time associated, the issue was in the SpacePointProcessor. Fixed in revision 920 of tracker_devel.
Updated by Hunt, Christopher over 7 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100