SLAC PEP-II
BABAR
SLAC<->RAL
Babar logo
HEPIC E,S & H Databases PDG HEP preprints
Organization Detector Computing Physics Documentation
Personnel Glossary Sitemap Search Hypernews
Unwrap page!
Comp. Search
Who's who?
Meetings
FAQ Homepage
Archive
Environment
Administration
New User Info.
Web Info/Tools
Monitoring
Training
Tools & Utils
Programming
C++ Standard
SRT, AFS, CVS
QA and QC
Remedy
Histogramming
Operations
PromptReco
Simulation Production
Online SW
Dataflow
Detector Control
Evt Processing
Run Control
Calibration
Databases
Offline
Workbook
Coding Standards
Simulation
Reconstruction
Prompt Reco.
BaBar Grid
Data Distribution
Beta & BetaTools
Kanga & Root
Analysis Tools
RooFit Toolkit
Data Management
Data Quality
Event display
Event Browser
Code releases
Databases
Check this page for HTML 4.01 Transitional compliance with the
W3C Validator
(More checks...)

JAS3-JAS2 difference in HTML/XML


HTML only

There are several differences between JAS2 and JAS3 for a simple plot layout using HTML only.

Java classes that represent the data type as well as several plot style parameters have changed.

JAS2 JAS3
hep.babar.JasExtensions.Plot1D hep.aida.IHistogram1D
hep.babar.JasExtensions.Plot2D hep.aida.IHistogram2D
hep.babar.JasExtensions.ScalerPlot hep.aida.IDataPointSet
histogramFill histogramBarsFilled
foregroundColor plotForegroundColor
backgroundColor plotBackgroundColor
------------- dataAredColor

For a full list of available parameters and attributes look here.

 

XML

The DTD document did not change between JAS2 and JAS3 (see plotML.dtd or download it), so all XML tags and attributes are the same. The only differences are in names of Java classes that handle the retrieval of data and plotting.

JAS2 JAS3
jas.bean.TreeDataSourceProvider org.freehep.jas.extension.aida.AIDATreeDataSourceProvider
hep.babar.JasExtensions.BabarXMLPlot hep.babar.JasExtensions.Jas3XMLPlot

 


Maintained by Victor Serbo, serbo@slac.stanford.edu
Last Modified May 26, 2006