Skip to content

Commit 2009aa9

Browse files
authored
Update BasicAnalysisTask.md
1 parent 95fa5c2 commit 2009aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics-tasks/BasicAnalysisTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ AxisSpec(int nBins,
137137
138138
They differ in the way the axis bins are defined. In the first version a vector of bin edges is provided, which allows bins of different widths, whereas in the second case the edges of the equally wide bins are computed with the provided number of bins and the range of the axis, defined by binMin and binMax.
139139
140-
By-the-way, there is in fact a third version of the AxisSpec constructor, which is similar to the first version, but takes as first argument a ConfigurableAxis (= [Configurable](../basics-usage/HelperTasks.md#configurables)<std::vector<double>>) instead of a std::vector<double>.
140+
By-the-way, there is in fact a third version of the AxisSpec constructor, which is similar to the first version, but takes as first argument a ConfigurableAxis (= [Configurable](../analysis-tools/EventSelection.md#configurables)<std::vector<double>>) instead of a std::vector<double>.
141141
142142
<a name="addinghistograms"></a>
143143

0 commit comments

Comments
 (0)