Bug #19386
raw::OpDetPulse does not have accessors to its waveform
Start date:
03/15/2018
Due date:
% Done:
100%
Estimated time:
1.00 h
Occurs In:
Experiment:
-
Co-Assignees:
Description
The class raw::OpDetPulse
does not allow direct access to its waveform from a art data product.
That is, the only interface to the waveform is non-const
, forcing the user to copy the const
element of the retrieved data product into a new, non-const instance.
History
#1 Updated by Gianluca Petrillo almost 3 years ago
- Status changed from New to Assigned
- Assignee set to Gianluca Petrillo
- Estimated time set to 1.00 h
#2 Updated by Gianluca Petrillo almost 3 years ago
- Description updated (diff)
#3 Updated by Katherine Lato almost 3 years ago
- Assignee changed from Gianluca Petrillo to Saba Sehrish
#4 Updated by Saba Sehrish over 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
const access to the waveform data of raw::OpDetPulse was added to the RawData/OpDetPulse.h to be available in larsoft v07_07_02.
const std::vector<short>& Waveform() const;
#5 Updated by Katherine Lato about 2 years ago
- Status changed from Resolved to Closed