source: PSPA/madxPSPA/doc/usrguide/plug-ins/rplot/index.html @ 430

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

import madx-5.01.00

File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6
7<head>
8<meta http-equiv=Content-Type content="text/html; charset=iso-8889-2">
9<meta name=Generator content="NEdit">
10<meta name=Originator content="Skowron">
11<link rel="stylesheet" type="text/css" href="madxdoc_ps.css" />
12<title>RLOT</title>
13<style>
14</style>
15</head>
16
17<body bgcolor="#ffffff"'>
18
19<div style="text-align:center;">
20<center>
21  EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH
22  <IMG SRC="http://cern.ch/mad/madx/icons/mx7_25.gif" align="right">
23  <h1>RPLOT</h1>
24 
25</center>
26</div>
27
28<div class="madxdocContent">
29
30<!--  ##########################################################              -->
31<!--  ##########################################################              -->
32<!--  ##########################################################              -->
33
34<h2> Introduction  </h2>
35
36<div>
37
38RPLOT is a MAD-X plug-in that privides additional functionality using
39<a href="http://root.cern.ch"> ROOT </a>.
40It contains several tools
41
42<dl>
43<dt><b> RVIEWER </b></dt> 
44  <dd>
45  <i> plotting tool that handles the results in paramremtric form </i>
46  <p> 
47    What makes it different
48    from the standard PLOT module of MAD-X is that it is also able to
49    deal with the parmateric results. RPLOT proviedes graphical user interface
50    that allows to choose which functions shall be drawn, set its ranges
51    and adjust all the details of the plot formatting. Of course, the result
52    is immendiately visible on the screen, in contrary to the standard plot tool
53    that is able to work solely in the batch mode. The user can choose several
54    formats to save his plot, including postscript, gif, pdf, root macro and many
55    others.
56
57    <p>RVIEWER is able to draw the lattice functions
58    <ol>
59     <li> along the layout </li>
60     <li> at given position in function of one or two knobs  </li>
61    </ol>
62    It provides a convienient way to set the knob values. As the value is set,
63    the plotted functions are immediately drawn for the new value.
64   
65    <p>
66    In order to run RVIEWER simpy issue "rviewer;" command
67   
68  </dd>
69
70
71<dt><b> RTRACKSTORE </b></dt> 
72  <dd>
73  <i> enables storage of the tracking data in ROOT NTuple/Tree format </i>
74  <p> 
75      Ntuple and its modern extension called Tree are formats designed
76      for storing particle tracking data. It is proven to provide
77      the fastest data writing and reading thanks to column wise
78      I/O operations. It is commonly used for data storage by HEP
79      experiments. Additionally, ROOT provides automatical
80      ZIP data compression that is transparent for the user algorithms. 
81      Morover, ROOT provides wide set of very comfortable tools
82      for advanced analysis and plotting of the data stored in Trees.
83  <p>   
84      Addtionally, we plan to extend RVIEWER functionality that would provide
85      intuitive graphical user interface to most commonly used
86      features in particle tracking in accelerators. Thanks to that,
87      the user is not forced to learn how to use the ROOT package.
88  <p> 
89      Currently the feature is enabled only for tracking using
90      the ptc_trackline command, however, it will be extended to
91      other tracking modes.
92     
93  </dd>
94
95
96
97
98
99</div>
100
101
102<h4> Download </h4>
103
104The newest version is available <a href="download/"> here </a>
105
106<h4> Installation </h4>
107
108<strog>Prerequisite</strong>: ROOT must be installed beforehand compilation and whenever the
109user wants to use the plug-in. See explanations on
110<a href="http://root.cern.ch">ROOT webpage</a>.
111
112<p>
113To install RPLOT
114<ol>
115   <li> Unpack the archive, it will create directory rplot
116   <pre>
117   tar xvzf rplot-X.XX.tgz
118   </pre>
119   </li>
120  <li>Change to rplot directory
121   <pre>
122   cd rplot
123   </pre>
124  </li> 
125  <li>Type
126   <pre>
127   make install
128   </pre>
129  </li> 
130</ol>
131
132<h4> Examples</h4>
133
134
135
136<!--  ##########################################################              -->
137
138<h4>SYNOPSIS</h4>
139
140<pre>
141<big>
142RVIEWER;
143
144</big>
145</pre>
146
147</div>
148
149<!-- ############################################################ -->
150<!-- ############################################################ -->
151<!-- ############################################################ -->
152
153<h4> PROGRAMMERS MANUAL  </h4>
154
155To be continued...
156<p>
157
158
159</div>
160
161</body>
162
163</html>
Note: See TracBrowser for help on using the repository browser.