Skip to content

Add `Range` function

Choose a tag to compare

@gordonwatts gordonwatts released this 01 Jun 17:57
· 167 commits to master since this release
60cb8ea

It is now possible to generate a sequence of numbers using the Range function. This allows you to iterate over a integers, for example, and use them as indicies into a function call - generating a sequence out of something that normally does not understand sequence semantics.

Currently supported only by the xAOD and CMS Run 1 AOD backends.