To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Physics Analysis Workstation

From Wikipedia, the free encyclopedia

Physics Analysis Workstation
Original author(s)CERN
Initial release1986; 37 years ago (1986)
Stable release
2.13/08 / September 16, 2002; 21 years ago (2002-09-16)
TypeParticle physics
LicenseGNU GPL
Websitecern.ch/paw/
PAW screen capture

The Physics Analysis Workstation (PAW) is an interactive, scriptable computer software tool for data analysis and graphical presentation in High Energy Physics (HEP).

The development of this software tool started at CERN in 1986, it was optimized for the processing of very large amounts of data. It was based on and intended for inter-operation with components of CERNLIB, an extensive collection of Fortran libraries.

PAW had been a standard tool in high energy physics for decades, yet was essentially unmaintained.[1] Despite continuing popularity as of 2008, it has been losing ground to the C++-based ROOT package. Conversion tutorials exist.[2] In 2014, development and support were stopped.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    2 348
    732
    1 424
  • The Mott-Schottky Measurement & Plot in CHI-660E Electrochemical Workstation
  • Studio Build Cost Analysis - www.AcousticFields.com
  • RA - Integrated Architecture - PLC training workstation - loading .ACD files, DNET & CNET configs

Transcription

Sample script

PAW uses its own scripting language. Here is sample code (with its actual output), which can be used to plot data gathered in files.

* read data
vector/read X,Y input_file.dat

* eps plot

fort/file 55 gg_ggg_dsig_dphid_179181.eps
meta 55 -113

opt linx   | linear scale
opt logy   | logarithmic scale

* here goes plot

set plci 1       | line color
set lwid 2       | line width
set dmod 1       | line type (solid, dotted, etc.)
graph 32 X Y AL   | 32 stands for input data lines in input file

* plot title and comments

set txci 1
atitle '[f] (deg)' 'd[s]/d[f]! (mb)'

set txci 1
text 180.0 2e1 '[f]=179...181 deg' 0.12

close 55

References

  1. ^ "Future of CERNLIB".
  2. ^ https://root.cern.ch/root/HowtoConvertFromPAW.html
  3. ^ "Physics Analysis Workstation - PAW".

External links


This page was last edited on 29 August 2022, at 23:06
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.