|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.io.FileAida
public class FileAida
Open an AIDA file and retrieve objects for plotting. Used to read AIDA files
Constructor Summary | |
---|---|
FileAida()
Create FileAida |
|
FileAida(java.lang.String file)
Create object to read AIDA file. |
|
FileAida(java.lang.String file,
boolean readOnly)
Create object to read AIDA file. |
Method Summary | |
---|---|
void |
cd(java.lang.String dir)
Navigate to a directory inside the file |
void |
close()
Close the file |
void |
doc()
Show online documentation. |
java.lang.Object |
get(java.lang.String skey)
Get object associated with the key name |
java.util.ArrayList<hep.aida.IManagedObject> |
getAll()
Get list of all objects |
java.util.ArrayList<java.lang.String> |
getAllNames()
Get list of all objects |
java.util.ArrayList<java.lang.String> |
getAllNames(java.lang.String a)
Get list of all objects |
java.util.ArrayList<java.lang.String> |
getAllTypes()
Get list of all types |
java.util.ArrayList<java.lang.String> |
getAllTypes(java.lang.String a)
Get list of all types |
hep.aida.ITree |
getITree()
Return ITree for further manipulations |
java.lang.String[] |
listObjectNames()
List name of the objects inside trees |
void |
load(java.lang.String file,
boolean readOnly)
Load a AIDA file |
java.lang.String |
pwd()
Print the current directory |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileAida(java.lang.String file)
file
- Input AIDA filepublic FileAida(java.lang.String file, boolean readOnly)
file
- Input AIDA filereadOnly
- public FileAida()
Method Detail |
---|
public void load(java.lang.String file, boolean readOnly)
f
- input filereadOnly
- - only readpublic java.lang.Object get(java.lang.String skey)
skey
- key name
public java.lang.String[] listObjectNames()
public java.util.ArrayList<java.lang.String> getAllNames(java.lang.String a)
a
- path
public java.util.ArrayList<java.lang.String> getAllNames()
public java.util.ArrayList<java.lang.String> getAllTypes()
public java.util.ArrayList<java.lang.String> getAllTypes(java.lang.String a)
a
- path
public void cd(java.lang.String dir)
public java.lang.String pwd()
show
- current directorypublic void close() throws java.io.IOException
java.io.IOException
public java.util.ArrayList<hep.aida.IManagedObject> getAll()
public hep.aida.ITree getITree()
public void doc()
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |