Portfolio Code | Clement Colmerauer
Repositories
Site
Rabbit simulation
Code
Commits
Branches
Tags
Search
Tree:
a20104a
Branches
Tags
master
Rabbit simulation
build
colt
src
hep
aida
ref
package.html
initial commit
Clement COLMERAUER
commited
a20104a
at 2024-09-09 10:17:52
package.html
Blame
History
Raw
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> <TITLE></TITLE> </HEAD> <BODY> <P>Reference implementation of the AIDA histogram interfaces.</P> <P>This package contains a simple reference implementation of the AIDA histogram interfaces. The gaol of the reference implementation is to provide a simple, easy-to-understand implementation rather than the most efficient or most functional implementation.</P> <P>The reference implementations are of the hep.aida interfaces, but can be used with the adapter classes in hep.aida.flat.adapter to provide a reference implementation of the original hep.aida.flat interfaces as well.</P> <P>The package contains a very incomplete test class, called Test. The entire implementation and the Test class can be downloaded in a <A href="file://C:%5CTony%5Cprojects%5Chep%5Chep%5Chep%5Csimpleaida%5Cref%5Cdoc-files%5Caidaref.jar">single jar file</A>. Once downloaded the jar file can be run using:</P> <BLOCKQUOTE style="MARGIN-RIGHT: 0px"> <P>java -jar aidaref.jar</P></BLOCKQUOTE> <P>It will produce 4 xml files that can be read with Java Analysis Studio and should look something like this:</P> <table width="75%" border="0"> <tr> <td valign="bottom"><img src="doc-files/aida1.gif" width="322" height="230"></td> <td valign="bottom"><img src="doc-files/aida2.gif" width="316" height="270"></td> </tr> </table> <BLOCKQUOTE style="MARGIN-RIGHT: 0px"> </BLOCKQUOTE> </BODY> </HTML>