jhplot
Class HAida

java.lang.Object
  extended by jhplot.HAida

public class HAida
extends java.lang.Object

Open AIDA file and retrieve objects for plotting


Constructor Summary
HAida()
           
HAida(java.lang.String file)
          Create object to read AIDA file
 
Method Summary
 void doc()
          Show online documentation.
 java.util.ArrayList<hep.aida.IManagedObject> getAllObject()
          Get list of all objects
 hep.aida.ITree getITree()
          Return ITree for further manipulations
 java.lang.Object getObject(java.lang.String skey)
          Get object associated with the key name
 java.lang.String[] listObjectNames()
          List name of the objects inside trees
 java.lang.String[] listObjectTypes()
          List object types
 void load(java.lang.String file)
          Load a AIDA file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HAida

public HAida(java.lang.String file)
Create object to read AIDA file

Parameters:
file - Input AIDA file

HAida

public HAida()
Method Detail

load

public void load(java.lang.String file)
Load a AIDA file

Parameters:
f -

getObject

public java.lang.Object getObject(java.lang.String skey)
Get object associated with the key name

Parameters:
skey - key name
Returns:
Object

listObjectNames

public java.lang.String[] listObjectNames()
List name of the objects inside trees

Returns:
object types

listObjectTypes

public java.lang.String[] listObjectTypes()
List object types

Returns:
object types

getAllObject

public java.util.ArrayList<hep.aida.IManagedObject> getAllObject()
Get list of all objects

Returns:
list of all objects

getITree

public hep.aida.ITree getITree()
Return ITree for further manipulations

Returns:
ITree

doc

public void doc()
Show online documentation.



jHepWork 2.2 (C) S.Chekanov