Skip to content

Commit 36a0278

Browse files
authored
Merge pull request #2431 from willend/main
Follow-up to #2428, required interface changes
2 parents 2ece6e5 + 200a422 commit 36a0278

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

mcstas-comps/union/Union_abs_logger_nD.comp

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,26 @@
8080
* bins: [1] Number of bins to force for all variables. Use 'bins' keyword in 'options' for heterogeneous bins
8181
* min: [u] Minimum range value to force for all variables. Use 'min' or 'limits' keyword in 'options' for other limits
8282
* max: [u] Maximum range value to force for all variables. Use 'max' or 'limits' keyword in 'options' for other limits
83+
* user0: [str] Variable name of USERVAR to be monitored by user0.
8384
* user1: [str] Variable name of USERVAR to be monitored by user1.
8485
* user2: [str] Variable name of USERVAR to be monitored by user2.
8586
* user3: [str] Variable name of USERVAR to be monitored by user3.
87+
* user4: [str] Variable name of USERVAR to be monitored by user4.
88+
* user5: [str] Variable name of USERVAR to be monitored by user5.
89+
* user6: [str] Variable name of USERVAR to be monitored by user6.
90+
* user7: [str] Variable name of USERVAR to be monitored by user7.
91+
* user8: [str] Variable name of USERVAR to be monitored by user8.
92+
* user9: [str] Variable name of USERVAR to be monitored by user9.
93+
* username0: [str] Name assigned to User0
8694
* username1: [str] Name assigned to User1
8795
* username2: [str] Name assigned to User2
8896
* username3: [str] Name assigned to User3
97+
* username4: [str] Name assigned to User4
98+
* username5: [str] Name assigned to User5
99+
* username6: [str] Name assigned to User6
100+
* username7: [str] Name assigned to User7
101+
* username8: [str] Name assigned to User8
102+
* username9: [str] Name assigned to User9
89103
* restore_neutron: [0|1] Not functional for Union version
90104
* geometry: [str] Name of an OFF file to specify a complex geometry detector
91105
* nowritefile: [1] Not functional for Union version
@@ -105,12 +119,14 @@ DEFINE COMPONENT Union_abs_logger_nD
105119
DEFINITION PARAMETERS ()
106120
SETTING PARAMETERS(string target_geometry="NULL",
107121
order_total=-1, order_volume=-1, logger_conditional_extend_index=-1, string init="init",
108-
string user1="", string user2="", string user3="",
122+
string user0="",string user1="", string user2="", string user3="", string user4="",
123+
string user5="",string user6="", string user7="", string user8="", string user9="",
109124
xwidth=0, yheight=0, zdepth=0,
110125
xmin=0, xmax=0, ymin=0, ymax=0, zmin=0, zmax=0,
111126
int bins=0, min=-1e40, max=1e40, int restore_neutron=0, radius=0,
112127
string options="NULL", string filename="NULL",string geometry="NULL", int nowritefile=0, int nexus_bins=0,
113-
string username1="NULL", string username2="NULL", string username3="NULL")
128+
string username0="NULL", string username1="NULL", string username2="NULL", string username3="NULL", string username4="NULL",
129+
string username5="NULL", string username6="NULL", string username7="NULL", string username8="NULL", string username9="NULL")
114130
OUTPUT PARAMETERS ()
115131

116132
/* Neutron parameters: (x,y,z,vx,vy,vz,t,sx,sy,sz,p) */

0 commit comments

Comments
 (0)