Difference between revisions of "Event display tutorial"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Installing Atlantis == | == Installing Atlantis == | ||
− | + | * Download the latest version of atlantis at: http://atlantis.web.cern.ch/atlantis/atlantis_10.0.0-20050408.zip. | |
− | + | * Unzip atlantis | |
<pre>unzip atlantis_10.0.0-20050408.zip</pre> | <pre>unzip atlantis_10.0.0-20050408.zip</pre> | ||
− | + | * Done! | |
== Running Atlantis == | == Running Atlantis == | ||
− | + | * After the previous step you can now run atlantis by typing: | |
− | <pre>java -jar atlantis/atlantis.jar</pre> | + | <pre> |
+ | java -jar atlantis/atlantis.jar | ||
+ | </pre> | ||
− | + | * <b>Or</b> if you would like to look at event displays reconstructed with <b>ATLFAST</b> type: | |
<pre>java -jar atlantis/atlantis.jar Fast</pre> | <pre>java -jar atlantis/atlantis.jar Fast</pre> | ||
− | + | * Atlantis versions require JAVA version 1.4 or higher to run. | |
− | + | * Atlantis will start-up with an example event display file with which you can play around a bit. You can select another event display by going to "File" followed by "Read event" in the Atlantis GUI window. Atlantis event displays are stored in the form of a .xml file. The next section will explain how to create your own event display files using JiveXML | |
== Creating event display files with JiveXML == | == Creating event display files with JiveXML == | ||
+ | |||
+ | * Obtain an AFS token at cern: klog <cern_userid>@cern.ch and type your CERN AFS password at the prompt. | ||
+ | |||
+ | * Check-out and compile the latest version of JiveXML | ||
+ | |||
+ | <pre> | ||
+ | cmt co -r JiveXML-00-03-65 graphics/JiveXML | ||
+ | cd graphics/JiveXML/JiveXML-00-03-65/cmt | ||
+ | gmake | ||
+ | </pre> |
Revision as of 08:19, 15 June 2005
Installing Atlantis
- Download the latest version of atlantis at: http://atlantis.web.cern.ch/atlantis/atlantis_10.0.0-20050408.zip.
- Unzip atlantis
unzip atlantis_10.0.0-20050408.zip
- Done!
Running Atlantis
- After the previous step you can now run atlantis by typing:
java -jar atlantis/atlantis.jar
- Or if you would like to look at event displays reconstructed with ATLFAST type:
java -jar atlantis/atlantis.jar Fast
- Atlantis versions require JAVA version 1.4 or higher to run.
- Atlantis will start-up with an example event display file with which you can play around a bit. You can select another event display by going to "File" followed by "Read event" in the Atlantis GUI window. Atlantis event displays are stored in the form of a .xml file. The next section will explain how to create your own event display files using JiveXML
Creating event display files with JiveXML
- Obtain an AFS token at cern: klog <cern_userid>@cern.ch and type your CERN AFS password at the prompt.
- Check-out and compile the latest version of JiveXML
cmt co -r JiveXML-00-03-65 graphics/JiveXML cd graphics/JiveXML/JiveXML-00-03-65/cmt gmake