You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcstas-comps/union/Union_abs_logger_event.comp
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,12 @@
58
58
* target_geometry: [string] Comma separated list of geometry names that will be logged, leave empty for all volumes (even not defined yet)
59
59
* filename: [string] Filename of produced data file
60
60
* order_total: [1] Only log rays that have scattered n times, -1 for all orders
61
+
* xwidth: [m] Width in x direction
62
+
* yheight: [m] Height in y direction
63
+
* zdepth: [m] Depth in z direction
64
+
* xbins: [1] Number of bins in x direction
65
+
* ybins: [1] Number of bins in y direction
66
+
* zbins: [1] Number of bins in z direction
61
67
* order_volume: [1] Only log rays that have scattered n times in the same geometry, -1 for all orders
62
68
* logger_conditional_extend_index: [1] If a conditional is used with this logger, the result of each conditional calculation can be made available in extend as a array called "logger_conditional_extend", and one would then access logger_conditional_extend[n] if logger_conditional_extend_index is set to n
63
69
* init: [string] Name of Union_init component (typically "init", default)
Copy file name to clipboardExpand all lines: mcstas-comps/union/Union_abs_logger_nD.comp
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,35 @@
60
60
* %P
61
61
* INPUT PARAMETERS:
62
62
* target_geometry: [string] Comma separated list of geometry names that will be logged, leave empty for all volumes (even not defined yet)
63
-
* filename: [string] Filename of produced data file
64
63
* order_total: [1] Only log rays that have scattered n times, -1 for all orders
65
64
* order_volume: [1] Only log rays that have scattered n times in the same geometry, -1 for all orders
66
65
* logger_conditional_extend_index: [1] If a conditional is used with this logger, the result of each conditional calculation can be made available in extend as a array called "logger_conditional_extend", and one would then access logger_conditional_extend[n] if logger_conditional_extend_index is set to n
67
66
* init: [string] Name of Union_init component (typically "init", default)
67
+
* xwidth: [m] Width of detector.
68
+
* yheight: [m] Height of detector.
69
+
* zdepth: [m] Thickness of detector (z).
70
+
* radius: [m] Radius of sphere/banana shape monitor
71
+
* options: [str] String that specifies the configuration of the monitor. The general syntax is "[x] options..." (see <b>Descr.</b>).
72
+
* xmin: [m] Lower x bound of opening
73
+
* xmax: [m] Upper x bound of opening
74
+
* ymin: [m] Lower y bound of opening
75
+
* ymax: [m] Upper y bound of opening
76
+
* zmin: [m] Lower z bound of opening
77
+
* zmax: [m] Upper z bound of opening
78
+
* filename: [str] Output file name (overrides file=XX option).
79
+
* bins: [1] Number of bins to force for all variables. Use 'bins' keyword in 'options' for heterogeneous bins
80
+
* min: [u] Minimum range value to force for all variables. Use 'min' or 'limits' keyword in 'options' for other limits
81
+
* max: [u] Maximum range value to force for all variables. Use 'max' or 'limits' keyword in 'options' for other limits
82
+
* user1: [str] Variable name of USERVAR to be monitored by user1.
83
+
* user2: [str] Variable name of USERVAR to be monitored by user2.
84
+
* user3: [str] Variable name of USERVAR to be monitored by user3.
85
+
* username1: [str] Name assigned to User1
86
+
* username2: [str] Name assigned to User2
87
+
* username3: [str] Name assigned to User3
88
+
* restore_neutron: [0|1] Not functional for Union version
89
+
* geometry: [str] Name of an OFF file to specify a complex geometry detector
90
+
* nowritefile: [1] Not functional for Union version
0 commit comments