Skip to content

Commit 818366d

Browse files
authored
user_guide_reference_filters.rst: remove unecessary gate
1 parent 3893201 commit 818366d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/user_guide/user_guide_reference_filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gate provides a "Pythonic" syntax to create and combine filters naturally using
1515
from opengate.actors.filters import GateFilterBuilder
1616
1717
# 1. Initialize the filter factory
18-
F = gate.GateFilterBuilder()
18+
F = GateFilterBuilder()
1919
2020
# 2. Create a complex filter logic
2121
# Example: Keep only gammas with Energy > 100 keV AND (Time < 10 ns OR Unscattered)

0 commit comments

Comments
 (0)