hep.aida.hbook
Class HBook
java.lang.Object
hep.aida.hbook.HBook
- public class HBook
- extends Object
HBookAida.java
WARNING: only a few call are implemented.
- Version:
- $Id: HBook.java,v 1.1 2001/03/29 09:46:57 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- HBook.java
Method Summary |
static int |
getColumns(int id)
|
static String |
getTitle(int id)
|
static void |
hbook1(int id,
String chtitl,
int nx,
float xmi,
float xma,
float vmx)
|
static void |
hbook2(int id,
String chtitl,
int nx,
float xmi,
float xma,
int ny,
float ymi,
float yma,
float vmx)
|
static void |
hbookn(int id,
String chtitl,
int nvar,
String chrzpa,
int nwbuff,
String[] chtags)
|
static void |
hcopy(int id1,
int id2,
String chtitl)
|
static void |
hcopyr(int id1,
int id2,
String chtitl,
int ibinx1,
int ibinx2,
int ibiny1,
int ibiny2,
String chopt)
|
static void |
hdelet(int id)
|
static void |
hf1(int id,
float x,
float weight)
|
static void |
hf2(int id,
float x,
float y,
float weight)
|
static void |
hfill(int id,
float x,
float y,
float weight)
|
static void |
hfn(int id,
float[] x)
|
static int |
hgiven(int id,
String[] chtag,
float[] rlow,
float[] rhigh)
|
static int |
hgn(int id,
int idnevt,
float[] x)
|
static int |
hgnf(int id,
int idnevt,
float[] x)
|
static void |
hgnpar(int id,
String chrout)
|
static void |
histdo()
|
static void |
hprint(int id)
|
static void |
hproj1(int id,
int idn,
int isel,
WeightFunction fun,
int ifrom,
int ito,
int ivarx)
|
static void |
hproj2(int id,
int idn,
int isel,
WeightFunction fun,
int ifrom,
int ito,
int ivarx,
int ivary)
|
static void |
hrenid(int oldid,
int newid)
|
static void |
hreset(int id,
String chtitl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hbook1
public static void hbook1(int id,
String chtitl,
int nx,
float xmi,
float xma,
float vmx)
hbook2
public static void hbook2(int id,
String chtitl,
int nx,
float xmi,
float xma,
int ny,
float ymi,
float yma,
float vmx)
hfill
public static void hfill(int id,
float x,
float y,
float weight)
histdo
public static void histdo()
hprint
public static void hprint(int id)
hcopy
public static void hcopy(int id1,
int id2,
String chtitl)
hcopyr
public static void hcopyr(int id1,
int id2,
String chtitl,
int ibinx1,
int ibinx2,
int ibiny1,
int ibiny2,
String chopt)
hrenid
public static void hrenid(int oldid,
int newid)
hreset
public static void hreset(int id,
String chtitl)
hdelet
public static void hdelet(int id)
hbookn
public static void hbookn(int id,
String chtitl,
int nvar,
String chrzpa,
int nwbuff,
String[] chtags)
hfn
public static void hfn(int id,
float[] x)
hproj1
public static void hproj1(int id,
int idn,
int isel,
WeightFunction fun,
int ifrom,
int ito,
int ivarx)
hproj2
public static void hproj2(int id,
int idn,
int isel,
WeightFunction fun,
int ifrom,
int ito,
int ivarx,
int ivary)
getTitle
public static String getTitle(int id)
getColumns
public static int getColumns(int id)
hgiven
public static int hgiven(int id,
String[] chtag,
float[] rlow,
float[] rhigh)
hgn
public static int hgn(int id,
int idnevt,
float[] x)
hgnpar
public static void hgnpar(int id,
String chrout)
hgnf
public static int hgnf(int id,
int idnevt,
float[] x)
hf1
public static void hf1(int id,
float x,
float weight)
hf2
public static void hf2(int id,
float x,
float y,
float weight)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.