Portfolio Code | Clement Colmerauer
Repositories
Site
Rabbit simulation
Code
Commits
Branches
Tags
Search
Tree:
a20104a
Branches
Tags
master
Rabbit simulation
build
colt
doc
api
cern
clhep
package-summary.html
initial commit
Clement COLMERAUER
commited
a20104a
at 2024-09-09 10:17:52
package-summary.html
Blame
History
Raw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_05) on Thu Sep 09 20:36:06 PDT 2004 --> <TITLE> cern.clhep (Colt 1.2.0 - API Specification) </TITLE> <META NAME="keywords" CONTENT="cern.clhep package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="cern.clhep (Colt 1.2.0 - API Specification)"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Colt 1.2.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE <A HREF="../../cern/colt/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package cern.clhep </H2> A Java port of <a href="http://wwwinfo.cern.ch/asd/lhc++/clhep">CLHEP 1.4.0</a> (C++) - A Class Library for High Energy Physics; still quite incomplete - should probably find a way to take cern.clhep out of this distribution and merge cern.clhep with <a href="http://www-sldnt.slac.stanford.edu/jas/documentation/lcd/api/lcd/index.html">hep.lcd</a> (SLAC). <P> <B>See:</B> <BR> <A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Class Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../cern/clhep/PhysicalConstants.html" title="class in cern.clhep">PhysicalConstants</A></B></TD> <TD>High Energy Physics coherent Physical Constants.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../cern/clhep/Units.html" title="class in cern.clhep">Units</A></B></TD> <TD>High Energy Physics coherent system of Units.</TD> </TR> </TABLE> <P> <A NAME="package_description"><!-- --></A><H2> Package cern.clhep Description </H2> <P> <p>A Java port of <a href="http://wwwinfo.cern.ch/asd/lhc++/clhep">CLHEP 1.4.0</a> (C++) - A Class Library for High Energy Physics; still quite incomplete - should probably find a way to take cern.clhep out of this distribution and merge cern.clhep with <a href="http://www-sldnt.slac.stanford.edu/jas/documentation/lcd/api/lcd/index.html">hep.lcd</a> (SLAC).</p> <p>Here are the CLHEP/C++ packages and their Java counterparts</p> <table border="1" cellpadding="0" cellspacing="0"> <tr> <td width="109"><b>C++ Package</b></td> <td width="333"><b>Description</b></td> <td width="280"><b>Java Counterpart</b></td> </tr> <tr> <td width="109">config</td> <td width="333">global #defines</td> <td width="280">not needed in Java</td> </tr> <tr> <td width="109">Alist</td> <td width="333">Templated list classes for storing pointers to objects.</td> <td width="280"><A HREF="../../cern/colt/list/package-summary.html"><CODE>cern.colt.list</CODE></A><br> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/package-summary.html"><CODE>java.util</CODE></A> </td> </tr> <tr> <td width="109">Combination</td> <td width="333">Combinatoric engine which, given lists of objects, successively generates a list of objects which form a unique combinations + Related things<br> HepChooser <br> HepCombiner <br> HepLock <br> HepLockable </td> <td width="280"> <p><A HREF="../../cern/colt/GenericPermuting.html" title="class in cern.colt"><CODE>GenericPermuting</CODE></A><br> + ?</p> </td> </tr> <tr> <td width="109">Geometry</td> <td width="333">HepPoint3D <br> HepNormal3D <br> HepVector3D <br> HepPlane3D <br> HepTransform3D </td> <td width="280"> <p>todo<br> <a href="http://java.sun.com/products/java-media/3D/1_2_api/j3dguide/AppendixMath.doc.html#47281">javax.vecmath - spec</a> (Sun - Java 3D 1.2)<br> <a href="http://java.sun.com/products/java-media/3D/1_2_api/j3dapi/javax/vecmath/package-summary.html">javax.vecmath javadoc </a>(Sun - Java 3D 1.2) <br> <a href="http://www-sldnt.slac.stanford.edu/jas/documentation/lcd/api/lcd/index.html">hep.lcd</a> (SLAC) </p> </td> </tr> <tr> <td width="109">Hist</td> <td width="333">HepTuple <br> HBookTuple <br> HepTupleManager <br> HBookFile <br> HepHistogram <br> HBookHistogram </td> <td width="280"><br> <a href="http://www-sldnt.slac.stanford.edu/jas/">Java Analysis Studio</a> - SLAC<br> <a href="http://www-sldnt.slac.stanford.edu/jas/help/2.0/apihelp/hep/packages.html">hep.analysis</a> (SLAC) <br> <A HREF="../../hep/aida/package-summary.html"><CODE>hep.aida</CODE></A> <br> <A HREF="../../hep/aida/ref/package-summary.html"><CODE>hep.aida.ref</CODE></A> <br> <A HREF="../../hep/aida/bin/package-summary.html"><CODE>hep.aida.bin</CODE></A> </td> </tr> <tr> <td width="109">Matrix</td> <td width="333">HepGenMatrix <br> HepMatrix <br> HepSymMatrix <br> HepDiagMatrix <br> HepVector </td> <td width="280"><A HREF="../../cern/colt/matrix/package-summary.html"><CODE>cern.colt.matrix</CODE></A> <br> <A HREF="../../cern/colt/matrix/linalg/package-summary.html"><CODE>cern.colt.matrix.linalg</CODE></A><br> for small fixed matrices see "Geometry" above </td> </tr> <tr> <td width="109">Random</td> <td width="333">12 different random engines and 10 different random distributions</td> <td width="280"> <p><A HREF="../../cern/jet/random/package-summary.html"><CODE>cern.jet.random</CODE></A><br> <A HREF="../../cern/jet/random/engine/package-summary.html"><CODE>cern.jet.random.engine</CODE></A><br> <CODE>edu.cornell.lassp.houle.RngPack </CODE></p> </td> </tr> <tr> <td width="109">String</td> <td width="333">HepStrings <br> Command Line Argument Parsing<br> </td> <td width="280"><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A><br> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/StringBuffer.html" title="class or interface in java.lang"><CODE>StringBuffer</CODE></A> <br> GNU cmd line parsing package ?</td> </tr> <tr> <td width="109">Units</td> <td width="333"> <p>Definitions of some frequently used physical constants and units<br> SystemOfUnits.h<br> PhysicalConstants.h </p> </td> <td width="280"><A HREF="../../cern/clhep/Units.html" title="class in cern.clhep"><CODE>Units</CODE></A><br> <A HREF="../../cern/clhep/PhysicalConstants.html" title="class in cern.clhep"><CODE>PhysicalConstants</CODE></A> </td> </tr> <tr> <td width="109">Vector</td> <td width="333"> <p>Hep3Vector<br> HepRotation<br> HepLorentzVector<br> HepLorentzRotation</p> </td> <td width="280">todo<a href="http://www-sldnt.slac.stanford.edu/jas/documentation/lcd/api/lcd/index.html"><br> hep.lcd</a> (SLAC)</td> </tr> </table> <p><i> Contact <a href="mailto:wolfgang.hoschek@cern.ch">wolfgang.hoschek@cern.ch</a> for more info.</i> </p> <P> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Colt 1.2.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE <A HREF="../../cern/colt/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size=-1 >Jump to the <a target=_top href=http://dsd.lbl.gov/~hoschek/colt >Colt Homepage</a> </BODY> </HTML>