Bug #20066
MixFilter detail nSecondaries() documentation
Start date:
05/31/2018
Due date:
% Done:
100%
Estimated time:
Occurs In:
Scope:
Internal
Experiment:
Mu2e
SSI Package:
art
Description
Hi,
MixFilter.h states that the detail class should supply
// size_t nSecondaries() const;
The const qualifier is actually not required. (And it should not, to support drawing random numbers.)
Andrei
History
#1 Updated by Kyle Knoepfel almost 3 years ago
- Status changed from New to Assigned
- Assignee set to Kyle Knoepfel
Thanks for catching this--we will update the documentation.
#2 Updated by Kyle Knoepfel almost 3 years ago
- Category set to Documentation
- Status changed from Assigned to Resolved
- Target version set to 3.00.00
- % Done changed from 0 to 100
- SSI Package art added
#3 Updated by Kyle Knoepfel almost 3 years ago
- Status changed from Resolved to Closed
#4 Updated by Kyle Knoepfel almost 3 years ago
Implemented with commit art:86f443f.