More natural syntax for histogram constructor
One can now write :
Histogram<2, atomicity::full, float> hist{&algo, "Test2DHist", "Test 2D histogram", {64, 0., 64.}, {52, 0., 52.}};
while it used to be only
Histogram<2, atomicity::full, float> hist{&algo, "Test2DHist", "Test 2D histogram", {{64, 0., 64.}, {52, 0., 52.}}};
with extra braces.
Edited by Sebastien Ponce
Merge request reports
Activity
Filter activity
mentioned in merge request !1271 (closed)
assigned to @clemenci
changed milestone to %v36r3
added 1 commit
- fb12b738 - Fixed failing test due to extra {} in Axis creation
added lhcb-gaudi-head label
- [2021-11-17 00:04] Validation started with lhcb-gaudi-head#3093
- [2021-11-17 00:42] Validation started with lhcb-run2-gaudi-head#230
Edited by Software for LHCbmentioned in commit 7fa2f83e
Please register or sign in to reply