hosted by CEDAR HepForge
bar

I would like to thanks several people for helping debugging the code:

  • Philippe Di Stefano
  • Tony Johnson

Also please look at the long list of contributions in this web page.


You are welcome to contribute to jHepWork if you have a package which is useful for the scientific community . Currently, the main emphasis of jHepWork is high-energy physics. However, any package for physics, mathematics and statistics can also be included (after some minimum tests and verification).

To submit your code, use the example in the file contributions.tgz. Your source code should be located in the "src" directory and it should be compiled by typing "ant" from the directory where "build.xml" file is located. Make sure that ANT tool is installed. If the code is properly written, you should see a created jar library and full API in the directory "doc".

In the source files, use javadoc comments to explain the meaning of the packages and methods. This is very important since javadoc API will be included to the help system.

If your code requires jHepWork (or jHepWork third-party) libraries, you should set the property name="jehep.dir" in the build.xml file to the current location of the jHepWork (i.e. where the jehep.jar file is located). We would like to encourage you to use already existing jHepWork libraries. If you need some external library, put it in the "lib" directory.

Finally, try to follow the Code Conventions for the Java Programming Language, by Sun Microsystems


(C) S.Chekanov: email:chekanov@mail.desy.de

Last updated: Fri May 11 11:57:59 2007