source: PSPA/madxPSPA/doc/usrguide/Introduction/drift.html @ 489

Last change on this file since 489 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 807 bytes
Line 
1<head>
2<title>DRIFT</title>
3<!-- Changed by: Chris ISELIN, 24-Jan-1997 -->
4<!-- Changed by: Hans Grote, 30-Sep-2002 -->
5</head>
6
7<body bgcolor="#ffffff">
8
9<center>
10EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH
11<IMG SRC="http://cern.ch/madx/icons/mx7_25.gif" align=right>
12<h2>Drift Space</h2>
13</center>
14
15<pre>
16label: DRIFT,L=real;
17</pre>
18A DRIFT space has one real attribute:
19<ul>
20<li>L:
21The drift length (default: 0 m)
22</ul>
23Examples:
24<pre>
25DR1:   DRIFT,L=1.5;
26DR2:   DRIFT,L=DR1[L];
27</pre>
28The length of DR2 will always be equal to the length of DR1.
29The <a href="../Introduction/local_system.html#straight">straight
30reference system</a>
31for a drift space is a cartesian coordinate system.
32<p>
33<address>
34<a href="http://www.cern.ch/Hans.Grote/hansg_sign.html">hansg</a>,
35January 24, 1997
36</address>
37
38</body>
Note: See TracBrowser for help on using the repository browser.