Skip to content
Snippets Groups Projects

v26r4 release

Merged Mark Smith requested to merge v26r4-release into run2-patches
All threads resolved!
3 files
+ 130
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -21,6 +21,8 @@
# - MultiSelectionSequence : create the sequence for several selections
#
# Derived blocks:
# - StrippingData : Retrieve particles from the output of a Stripping line.
# - TurboData : Retrieve particles from the output of a Turbo line.
# - SimpleSelection : create 1-step selection
# - FilterSelection : selection with FilterDesktop algorithm
# - CombineSelection : selection with CombineParticles algorithm
@@ -64,6 +66,8 @@ Basic blocks:
- MultiSelectionSequence : create the sequence for several selections
Derived blocks:
- StrippingData : Retrieve particles from the output of a Stripping line.
- TurboData : Retrieve particles from the output of a Turbo line.
- SimpleSelection : create 1-step selection
- FilterSelection : selection with FilterDesktop algorithm
- CombineSelection : selection with CombineParticles algorithm
@@ -108,6 +112,9 @@ __all__ = (
'SelectionSequence',
'MultiSelectionSequence',
#
'StrippingData',
'TurboData',
#
'SimpleSelection',
'FilterSelection',
'PrintSelection',
Loading