/******************************************************************************* * * McStas, the neutron ray-tracing package * Maintained by Kristian Nielsen and Kim Lefmann, * Copyright 1997-2000 Risoe National Laboratory, Roskilde, Denmark * * %I * * Written by: KL, KN * Date: September 1997 * Version: $Revision: 1.1.1.1 $ * Origin: McStas release * * Arm/optical bench * * %D * An arm does not actually do anything, it is just there to set * up a new coordinate system. * * %P * Input parameters: * * (none) * * %E *******************************************************************************/ DEFINE COMPONENT Arm DEFINITION PARAMETERS () SETTING PARAMETERS () STATE PARAMETERS () TRACE %{ %} MCDISPLAY %{ /* A bit ugly; hard-coded dimensions. */ magnify(""); line(0,0,0,0.2,0,0); line(0,0,0,0,0.2,0); line(0,0,0,0,0,0.2); %} END