Portfolio Code | Clement Colmerauer
Repositories
Site
Rabbit simulation
Code
Commits
Branches
Tags
Search
Tree:
a20104a
Branches
Tags
master
Rabbit simulation
build
colt
doc
api
hep
aida
IHistogram3D.html
initial commit
Clement COLMERAUER
commited
a20104a
at 2024-09-09 10:17:52
IHistogram3D.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:13 PDT 2004 --> <TITLE> IHistogram3D (Colt 1.2.0 - API Specification) </TITLE> <META NAME="keywords" CONTENT="hep.aida.IHistogram3D interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="IHistogram3D (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IHistogram3D.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"> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="IHistogram3D.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> hep.aida</FONT> <BR> Interface IHistogram3D</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="../../hep/aida/IHistogram.html" title="interface in hep.aida">IHistogram</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A></DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD>hep.aida.ref.AbstractHistogram3D, <A HREF="../../hep/aida/ref/Histogram3D.html" title="class in hep.aida.ref">Histogram3D</A></DD> </DL> <HR> <DL> <DT>public interface <B>IHistogram3D</B><DT>extends <A HREF="../../hep/aida/IHistogram.html" title="interface in hep.aida">IHistogram</A></DL> <P> A Java interface corresponding to the AIDA 3D Histogram. <p> <b>Note</b> All methods that accept a bin number as an argument will also accept the constants OVERFLOW or UNDERFLOW as the argument, and as a result give the contents of the resulting OVERFLOW or UNDERFLOW bin. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>1.0, 23/03/2000</DD> <DT><B>See Also:</B><DD><a href="http://wwwinfo.cern.ch/asd/lhc++/AIDA/">AIDA</a></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_hep.aida.IHistogram"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface hep.aida.<A HREF="../../hep/aida/IHistogram.html" title="interface in hep.aida">IHistogram</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../hep/aida/IHistogram.html#OVERFLOW">OVERFLOW</A>, <A HREF="../../hep/aida/IHistogram.html#serialVersionUID">serialVersionUID</A>, <A HREF="../../hep/aida/IHistogram.html#UNDERFLOW">UNDERFLOW</A></CODE></TD> </TR> </TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#binEntries(int, int, int)">binEntries</A></B>(int indexX, int indexY, int indexZ)</CODE> <BR> The number of entries (ie the number of times fill was called for this bin).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#binError(int, int, int)">binError</A></B>(int indexX, int indexY, int indexZ)</CODE> <BR> The error on this bin.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#binHeight(int, int, int)">binHeight</A></B>(int indexX, int indexY, int indexZ)</CODE> <BR> Total height of the corresponding bin (ie the sum of the weights in this bin).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#fill(double, double, double)">fill</A></B>(double x, double y, double z)</CODE> <BR> Fill the histogram with weight 1; equivalent to <tt>fill(x,y,z,1)</tt>..</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#fill(double, double, double, double)">fill</A></B>(double x, double y, double z, double weight)</CODE> <BR> Fill the histogram with specified weight.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#meanX()">meanX</A></B>()</CODE> <BR> Returns the mean of the histogram, as calculated on filling-time projected on the X axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#meanY()">meanY</A></B>()</CODE> <BR> Returns the mean of the histogram, as calculated on filling-time projected on the Y axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#meanZ()">meanZ</A></B>()</CODE> <BR> Returns the mean of the histogram, as calculated on filling-time projected on the Z axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#minMaxBins()">minMaxBins</A></B>()</CODE> <BR> Indexes of the in-range bins containing the smallest and largest binHeight(), respectively.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#projectionXY()">projectionXY</A></B>()</CODE> <BR> Create a projection parallel to the XY plane.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#projectionXZ()">projectionXZ</A></B>()</CODE> <BR> Create a projection parallel to the XZ plane.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#projectionYZ()">projectionYZ</A></B>()</CODE> <BR> Create a projection parallel to the YZ plane.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#rmsX()">rmsX</A></B>()</CODE> <BR> Returns the rms of the histogram as calculated on filling-time projected on the X axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#rmsY()">rmsY</A></B>()</CODE> <BR> Returns the rms of the histogram as calculated on filling-time projected on the Y axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#rmsZ()">rmsZ</A></B>()</CODE> <BR> Returns the rms of the histogram as calculated on filling-time projected on the Z axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#sliceXY(int)">sliceXY</A></B>(int indexZ)</CODE> <BR> Create a slice parallel to the XY plane at bin indexZ and one bin wide.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#sliceXY(int, int)">sliceXY</A></B>(int indexZ1, int indexZ2)</CODE> <BR> Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#sliceXZ(int)">sliceXZ</A></B>(int indexY)</CODE> <BR> Create a slice parallel to the XZ plane at bin indexY and one bin wide.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#sliceXZ(int, int)">sliceXZ</A></B>(int indexY1, int indexY2)</CODE> <BR> Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#sliceYZ(int)">sliceYZ</A></B>(int indexX)</CODE> <BR> Create a slice parallel to the YZ plane at bin indexX and one bin wide.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#sliceYZ(int, int)">sliceYZ</A></B>(int indexX1, int indexX2)</CODE> <BR> Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IAxis.html" title="interface in hep.aida">IAxis</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#xAxis()">xAxis</A></B>()</CODE> <BR> Return the X axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IAxis.html" title="interface in hep.aida">IAxis</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#yAxis()">yAxis</A></B>()</CODE> <BR> Return the Y axis.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../hep/aida/IAxis.html" title="interface in hep.aida">IAxis</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../hep/aida/IHistogram3D.html#zAxis()">zAxis</A></B>()</CODE> <BR> Return the Z axis.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_hep.aida.IHistogram"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from interface hep.aida.<A HREF="../../hep/aida/IHistogram.html" title="interface in hep.aida">IHistogram</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../hep/aida/IHistogram.html#allEntries()">allEntries</A>, <A HREF="../../hep/aida/IHistogram.html#dimensions()">dimensions</A>, <A HREF="../../hep/aida/IHistogram.html#entries()">entries</A>, <A HREF="../../hep/aida/IHistogram.html#equivalentBinEntries()">equivalentBinEntries</A>, <A HREF="../../hep/aida/IHistogram.html#extraEntries()">extraEntries</A>, <A HREF="../../hep/aida/IHistogram.html#reset()">reset</A>, <A HREF="../../hep/aida/IHistogram.html#sumAllBinHeights()">sumAllBinHeights</A>, <A HREF="../../hep/aida/IHistogram.html#sumBinHeights()">sumBinHeights</A>, <A HREF="../../hep/aida/IHistogram.html#sumExtraBinHeights()">sumExtraBinHeights</A>, <A HREF="../../hep/aida/IHistogram.html#title()">title</A></CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="binEntries(int, int, int)"><!-- --></A><H3> binEntries</H3> <PRE> public int <B>binEntries</B>(int indexX, int indexY, int indexZ)</PRE> <DL> <DD>The number of entries (ie the number of times fill was called for this bin). <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>indexX</CODE> - the x bin number (0...Nx-1) or OVERFLOW or UNDERFLOW.<DD><CODE>indexY</CODE> - the y bin number (0...Ny-1) or OVERFLOW or UNDERFLOW.<DD><CODE>indexZ</CODE> - the z bin number (0...Nz-1) or OVERFLOW or UNDERFLOW.</DL> </DD> </DL> <HR> <A NAME="binError(int, int, int)"><!-- --></A><H3> binError</H3> <PRE> public double <B>binError</B>(int indexX, int indexY, int indexZ)</PRE> <DL> <DD>The error on this bin. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>indexX</CODE> - the x bin number (0...Nx-1) or OVERFLOW or UNDERFLOW.<DD><CODE>indexY</CODE> - the y bin number (0...Ny-1) or OVERFLOW or UNDERFLOW.<DD><CODE>indexZ</CODE> - the z bin number (0...Nz-1) or OVERFLOW or UNDERFLOW.</DL> </DD> </DL> <HR> <A NAME="binHeight(int, int, int)"><!-- --></A><H3> binHeight</H3> <PRE> public double <B>binHeight</B>(int indexX, int indexY, int indexZ)</PRE> <DL> <DD>Total height of the corresponding bin (ie the sum of the weights in this bin). <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>indexX</CODE> - the x bin number (0...Nx-1) or OVERFLOW or UNDERFLOW.<DD><CODE>indexY</CODE> - the y bin number (0...Ny-1) or OVERFLOW or UNDERFLOW.<DD><CODE>indexZ</CODE> - the z bin number (0...Nz-1) or OVERFLOW or UNDERFLOW.</DL> </DD> </DL> <HR> <A NAME="fill(double, double, double)"><!-- --></A><H3> fill</H3> <PRE> public void <B>fill</B>(double x, double y, double z)</PRE> <DL> <DD>Fill the histogram with weight 1; equivalent to <tt>fill(x,y,z,1)</tt>.. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="fill(double, double, double, double)"><!-- --></A><H3> fill</H3> <PRE> public void <B>fill</B>(double x, double y, double z, double weight)</PRE> <DL> <DD>Fill the histogram with specified weight. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="meanX()"><!-- --></A><H3> meanX</H3> <PRE> public double <B>meanX</B>()</PRE> <DL> <DD>Returns the mean of the histogram, as calculated on filling-time projected on the X axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="meanY()"><!-- --></A><H3> meanY</H3> <PRE> public double <B>meanY</B>()</PRE> <DL> <DD>Returns the mean of the histogram, as calculated on filling-time projected on the Y axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="meanZ()"><!-- --></A><H3> meanZ</H3> <PRE> public double <B>meanZ</B>()</PRE> <DL> <DD>Returns the mean of the histogram, as calculated on filling-time projected on the Z axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="minMaxBins()"><!-- --></A><H3> minMaxBins</H3> <PRE> public int[] <B>minMaxBins</B>()</PRE> <DL> <DD>Indexes of the in-range bins containing the smallest and largest binHeight(), respectively. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><tt>{minBinX,minBinY,minBinZ, maxBinX,maxBinY,maxBinZ}</tt>.</DL> </DD> </DL> <HR> <A NAME="projectionXY()"><!-- --></A><H3> projectionXY</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>projectionXY</B>()</PRE> <DL> <DD>Create a projection parallel to the XY plane. Equivalent to <tt>sliceXY(UNDERFLOW,OVERFLOW)</tt>. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="projectionXZ()"><!-- --></A><H3> projectionXZ</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>projectionXZ</B>()</PRE> <DL> <DD>Create a projection parallel to the XZ plane. Equivalent to <tt>sliceXZ(UNDERFLOW,OVERFLOW)</tt>. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="projectionYZ()"><!-- --></A><H3> projectionYZ</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>projectionYZ</B>()</PRE> <DL> <DD>Create a projection parallel to the YZ plane. Equivalent to <tt>sliceYZ(UNDERFLOW,OVERFLOW)</tt>. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="rmsX()"><!-- --></A><H3> rmsX</H3> <PRE> public double <B>rmsX</B>()</PRE> <DL> <DD>Returns the rms of the histogram as calculated on filling-time projected on the X axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="rmsY()"><!-- --></A><H3> rmsY</H3> <PRE> public double <B>rmsY</B>()</PRE> <DL> <DD>Returns the rms of the histogram as calculated on filling-time projected on the Y axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="rmsZ()"><!-- --></A><H3> rmsZ</H3> <PRE> public double <B>rmsZ</B>()</PRE> <DL> <DD>Returns the rms of the histogram as calculated on filling-time projected on the Z axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="sliceXY(int)"><!-- --></A><H3> sliceXY</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>sliceXY</B>(int indexZ)</PRE> <DL> <DD>Create a slice parallel to the XY plane at bin indexZ and one bin wide. Equivalent to <tt>sliceXY(indexZ,indexZ)</tt>. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="sliceXY(int, int)"><!-- --></A><H3> sliceXY</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>sliceXY</B>(int indexZ1, int indexZ2)</PRE> <DL> <DD>Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive). The returned IHistogram2D represents an instantaneous snapshot of the histogram at the time the slice was created. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="sliceXZ(int)"><!-- --></A><H3> sliceXZ</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>sliceXZ</B>(int indexY)</PRE> <DL> <DD>Create a slice parallel to the XZ plane at bin indexY and one bin wide. Equivalent to <tt>sliceXZ(indexY,indexY)</tt>. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="sliceXZ(int, int)"><!-- --></A><H3> sliceXZ</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>sliceXZ</B>(int indexY1, int indexY2)</PRE> <DL> <DD>Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive). The returned IHistogram2D represents an instantaneous snapshot of the histogram at the time the slice was created. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="sliceYZ(int)"><!-- --></A><H3> sliceYZ</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>sliceYZ</B>(int indexX)</PRE> <DL> <DD>Create a slice parallel to the YZ plane at bin indexX and one bin wide. Equivalent to <tt>sliceYZ(indexX,indexX)</tt>. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="sliceYZ(int, int)"><!-- --></A><H3> sliceYZ</H3> <PRE> public <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida">IHistogram2D</A> <B>sliceYZ</B>(int indexX1, int indexX2)</PRE> <DL> <DD>Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive). The returned IHistogram2D represents an instantaneous snapshot of the histogram at the time the slice was created. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="xAxis()"><!-- --></A><H3> xAxis</H3> <PRE> public <A HREF="../../hep/aida/IAxis.html" title="interface in hep.aida">IAxis</A> <B>xAxis</B>()</PRE> <DL> <DD>Return the X axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="yAxis()"><!-- --></A><H3> yAxis</H3> <PRE> public <A HREF="../../hep/aida/IAxis.html" title="interface in hep.aida">IAxis</A> <B>yAxis</B>()</PRE> <DL> <DD>Return the Y axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="zAxis()"><!-- --></A><H3> zAxis</H3> <PRE> public <A HREF="../../hep/aida/IAxis.html" title="interface in hep.aida">IAxis</A> <B>zAxis</B>()</PRE> <DL> <DD>Return the Z axis. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IHistogram3D.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"> <A HREF="../../hep/aida/IHistogram2D.html" title="interface in hep.aida"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="IHistogram3D.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></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>