public class AIDA extends Object
Modifier and Type | Class and Description |
---|---|
private class |
AIDA.AIDAException |
private static class |
AIDA.RewindListener |
Modifier and Type | Field and Description |
---|---|
private hep.aida.IAnalysisFactory |
af |
static String |
aidaTreeCompressProperty |
private String |
compressFormat |
private static AIDA |
defaultInstance |
private int |
defMax |
private hep.aida.IHistogramFactory |
hf |
private File |
tempFile |
private hep.aida.ITree |
tree |
Modifier | Constructor and Description |
---|---|
private |
AIDA() |
Modifier and Type | Method and Description |
---|---|
hep.aida.IAnalysisFactory |
analysisFactory() |
private void |
checkPath(String path) |
void |
clearAll() |
hep.aida.ICloud1D |
cloud1D(String path) |
hep.aida.ICloud1D |
cloud1D(String path,
int nMax) |
hep.aida.ICloud2D |
cloud2D(String path) |
hep.aida.ICloud2D |
cloud2D(String path,
int nMax) |
hep.aida.ICloud3D |
cloud3D(String path) |
hep.aida.ICloud3D |
cloud3D(String path,
int nMax) |
static AIDA |
defaultInstance() |
hep.aida.IHistogram1D |
histogram1D(String path) |
hep.aida.IHistogram1D |
histogram1D(String path,
int bins,
double lowerEdge,
double upperEdge) |
hep.aida.IHistogram1D |
histogram1D(String path,
int bins,
double lowerEdge,
double upperEdge,
String options) |
hep.aida.IHistogram2D |
histogram2D(String path) |
hep.aida.IHistogram2D |
histogram2D(String path,
int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY) |
hep.aida.IHistogram3D |
histogram3D(String path) |
hep.aida.IHistogram3D |
histogram3D(String path,
int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY,
int nBinsZ,
double lowerEdgeZ,
double upperEdgeZ) |
hep.aida.IHistogramFactory |
histogramFactory() |
hep.aida.IProfile1D |
profile1D(String path) |
hep.aida.IProfile1D |
profile1D(String path,
int nBins,
double lowerEdge,
double upperEdge) |
hep.aida.IProfile2D |
profile2D(String path) |
hep.aida.IProfile2D |
profile2D(String path,
int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY) |
(package private) void |
save(File dest,
boolean useZip) |
void |
saveAs(File outFile) |
void |
saveAs(String name) |
private void |
saveAsRoot(String path) |
void |
saveAsZip(File outFile) |
void |
saveAsZip(String name) |
hep.aida.ITree |
tree() |
private int defMax
private hep.aida.IAnalysisFactory af
private hep.aida.ITree tree
private String compressFormat
private hep.aida.IHistogramFactory hf
private File tempFile
private static AIDA defaultInstance
public static String aidaTreeCompressProperty
public static AIDA defaultInstance()
private void checkPath(String path)
public hep.aida.ICloud1D cloud1D(String path)
public hep.aida.ICloud1D cloud1D(String path, int nMax)
public hep.aida.ICloud2D cloud2D(String path)
public hep.aida.ICloud2D cloud2D(String path, int nMax)
public hep.aida.ICloud3D cloud3D(String path)
public hep.aida.ICloud3D cloud3D(String path, int nMax)
public hep.aida.IHistogram1D histogram1D(String path)
public hep.aida.IHistogram1D histogram1D(String path, int bins, double lowerEdge, double upperEdge)
public hep.aida.IHistogram1D histogram1D(String path, int bins, double lowerEdge, double upperEdge, String options)
public hep.aida.IHistogram2D histogram2D(String path)
public hep.aida.IHistogram2D histogram2D(String path, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)
public hep.aida.IHistogram3D histogram3D(String path)
public hep.aida.IHistogram3D histogram3D(String path, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY, int nBinsZ, double lowerEdgeZ, double upperEdgeZ)
public hep.aida.IHistogramFactory histogramFactory()
public hep.aida.IProfile1D profile1D(String path)
public hep.aida.IProfile1D profile1D(String path, int nBins, double lowerEdge, double upperEdge)
public hep.aida.IProfile2D profile2D(String path)
public hep.aida.IProfile2D profile2D(String path, int nBinsX, double lowerEdgeX, double upperEdgeX, int nBinsY, double lowerEdgeY, double upperEdgeY)
public hep.aida.IAnalysisFactory analysisFactory()
public hep.aida.ITree tree()
public void saveAs(String name) throws IOException
IOException
public void saveAs(File outFile) throws IOException
IOException
public void saveAsZip(String name) throws IOException
IOException
public void saveAsZip(File outFile) throws IOException
IOException
void save(File dest, boolean useZip) throws IOException
IOException
private void saveAsRoot(String path) throws IOException
IOException
public void clearAll()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.