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 almost 11 years ago
It appears that SciFiSpacePointProcessor is missing an entry for the "time" field.
Updated by Dobbs, Adam almost 11 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 almost 11 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 almost 9 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100