var fDesc=new Array(); fDesc[0] = "Atlantis is an event display for the ATLAS experiment at CERN's Large Hadron Collider.
The primary goals of the program are the visual investigation and the understanding of the physics of complete events. Secondary goals are to help develop reconstruction and analysis algorithms, to facilitate debugging during commisioning and to provided a tool for creating pictures and animations for publications, presentations and exhibitions.
Atlantis is written entirely in Java. JiveXML (event converter) is C interface between Atlantis and the Athena ATLAS offline SW framework."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }