All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- Abstract1DPartition().
Constructor for class hep.analysis.Abstract1DPartition
-
- AbstractEventData().
Constructor for class hep.analysis.AbstractEventData
-
- AbstractNTupleEventData().
Constructor for class hep.analysis.AbstractNTupleEventData
-
- add(Drawable).
Method in class hep.analysis.Page
-
Adds a drawable (such as a plot or annotation) to a page
- add(NamedObject).
Method in class hep.analysis.Folder
- Add or replace an obect in a folder, and notify the FolderPeer if any
- addEventAnalyzer(EventAnalyzer).
Method in class hep.analysis.Job
-
- addEventAnalyzer(EventAnalyzer).
Method in interface hep.analysis.peer.JobPeer
-
- addNotify(NamedObject).
Method in interface hep.analysis.peer.FolderPeer
-
- addNotify(NamedObjectPeer).
Method in interface hep.analysis.peer.NamedObjectFolderPeer
-
- afterLastEvent().
Method in class hep.analysis.EventHandler
- Called after the last event is handled.
- afterLastEvent().
Method in interface hep.analysis.EventSource
- Called after the last event is accessed.
- apply(boolean).
Method in class hep.analysis.Cut
- Returns whether a given
boolean
value should be included in
the cut.
- apply(Date).
Method in class hep.analysis.Cut
- Returns whether a given date should be included in
the cut.
- apply(double).
Method in class hep.analysis.Cut
- Returns whether a given
double
value should be included in
the cut.
- apply(double).
Method in class hep.analysis.DoubleCut
- Determines if the given value meets the criteria specified by the cutoff anf flags.
- apply(int).
Method in class hep.analysis.Cut
- Returns whether a given
int
value should be included in
the cut.
- apply(int).
Method in class hep.analysis.DoubleCut
- Casts
value
to double
and does a normal comparison.
- apply(Object).
Method in class hep.analysis.Cut
- Returns whether a given object should be included in
the cut.
- apply(String).
Method in class hep.analysis.Cut
- Returns whether a given string should be included in
the cut.
- AsymmetryPartition().
Constructor for class hep.analysis.AsymmetryPartition
-
- AsymmetryPartition(double, double).
Constructor for class hep.analysis.AsymmetryPartition
-
- AutoPartition().
Constructor for class hep.analysis.AutoPartition
- Creates an automatic partition, using automatic range and the default values:
- auto binning cutoff = 2000
- number of bins = 50
- AutoPartition(double, double).
Constructor for class hep.analysis.AutoPartition
- Creates an automatic partition, using a given range with the default values:
- auto binning cutoff = 2000
- number of bins = 50
When the binning cutoff is reached, the given range will be used unless
setBinning(int, double, double)
is called.
- AutoPartition(int, int).
Constructor for class hep.analysis.AutoPartition
- Created an automatic partition, with automatic range and the given values for
the auto binning cutoff and number of bins.
- AutoPartition(int, int, double, double).
Constructor for class hep.analysis.AutoPartition
- Created an automatic partition, with the given range and the given values for
the auto binning cutoff and number of bins.
- beforeFirstEvent().
Method in class hep.analysis.EventHandler
- Called before the first event is handled.
- beforeFirstEvent().
Method in interface hep.analysis.EventSource
- Called before the first event is accessed.
- calculateAxisLimits().
Method in class hep.analysis.AsymmetryPartition
-
- calculateAxisLimits().
Method in class hep.analysis.SimplePartition
-
- clear().
Method in class hep.analysis.Abstract1DPartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.AsymmetryPartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.AutoPartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.DividePartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.FilledPartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.FixedMeanPartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.FixedPartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.Partition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.ScatterPlot
-
- clear().
Method in class hep.analysis.ScatterPlotPartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.SimplePartition
- Resets the partition to default settings.
- clear().
Method in class hep.analysis.StringPartition
- Resets the partition to default settings.
- clearChanges().
Method in class hep.analysis.ScatterPlotPartition
-
- clearDataChanged().
Method in class hep.analysis.Abstract1DPartition
- Indicate that all data changes have been acknowledged by the observer and that
the partition should resume sending new updates.
- clearPartition().
Method in class hep.analysis.Cut
- Call before the first event on all cuts to clear the partition.
- clearRangeChanged().
Method in class hep.analysis.Abstract1DPartition
- Indicate that all range changes have been acknowledged by the observer and that
the partition should resume sending new updates.
- close().
Method in class hep.analysis.EventGenerator
- Override to do cleanup when generator is no longer used
- close().
Method in interface hep.analysis.EventSource
- Provide some cleanup code if it is relevant to close the event source.
- createJobPeer(String, Job).
Method in interface hep.analysis.peer.AnalysisApplication
-
- createRootFolderPeer(Folder).
Method in interface hep.analysis.peer.JobPeer
-
- currentJob().
Method in interface hep.analysis.peer.AnalysisApplication
-
- currentJob().
Static method in class hep.analysis.Job
-
- Cut(String).
Constructor for class hep.analysis.Cut
- Uses the default folder.
- Cut(String, CutFolder).
Constructor for class hep.analysis.Cut
-
- CutFolder(String).
Constructor for class hep.analysis.CutFolder
- Creates a new folder in which you can store cuts and other
cut folders.
- CutFolder(String, CutFolder).
Constructor for class hep.analysis.CutFolder
- Creates a new folder in which you can store cuts and other
cut folders, and stores the new folder in another folder.
- CutTypeException(String).
Constructor for class hep.analysis.CutTypeException
-
- DefaultParticlePropertyProvider().
Constructor for class hep.physics.DefaultParticlePropertyProvider
- Default constructor, can be called from superclasses
- destroy().
Method in class hep.analysis.Abstract1DPartition
- Indicate that this partition is no longer needed.
- destroy().
Method in class hep.analysis.Partition
- Indicate that this partition is no longer needed.
- destroy().
Method in class hep.analysis.ScatterPlotPartition
- Indicate that this partition is no longer needed.
- destroyPartition().
Method in class hep.analysis.Cut
- Destroy the partition if it exists.
- destroyPartition().
Method in class hep.analysis.DoubleCut
- Destroy the partition if it exists.
- dispose().
Method in class hep.analysis.Page
- Deletes the page
- DividePartition(Abstract1DPartition, Abstract1DPartition).
Constructor for class hep.analysis.DividePartition
-
- DOCUMENTATION.
Static variable in interface hep.physics.Particle
-
- done().
Method in class hep.analysis.Abstract1DPartition
- Called when event loop is finished; sends a final update of any range and/or data change.
- done().
Method in class hep.analysis.Partition
- Called when event loop is finished; should send a final update
of any range and/or data change.
- done().
Method in class hep.analysis.ScatterPlotPartition
- Called when event loop is finished; should send a final update
of any range and/or data change.
- DoubleCut(String, CutFolder, int, double, boolean).
Constructor for class hep.analysis.DoubleCut
- Create an object that will evaluate the relationship of a
value to a cutoff.
- DoubleCut(String, int, double, boolean).
Constructor for class hep.analysis.DoubleCut
- Create an object that will evaluate the relationship of a
value to a cutoff.
- DoubleCutProperties().
Constructor for class hep.analysis.DoubleCutProperties
-
- dumpParticleHierarchy(Particle).
Static method in class hep.physics.HEPUtilities
- Dump the particle heirarchy within the event to System.out
- dumpParticleHierarchy(Particle, PrintStream).
Static method in class hep.physics.HEPUtilities
- Dump the particle heirarchy within the event
- dumpParticleHierarchy(Particle, PrintWriter).
Static method in class hep.physics.HEPUtilities
-
- EndOfDataException().
Constructor for class hep.analysis.EndOfDataException
-
- EventAnalyzer().
Constructor for class hep.analysis.EventAnalyzer
-
- EventDataException(String).
Constructor for class hep.analysis.EventDataException
-
- EventDataException(String, Throwable).
Constructor for class hep.analysis.EventDataException
-
- EventGenerator().
Constructor for class hep.analysis.EventGenerator
-
- EventHandler().
Constructor for class hep.analysis.EventHandler
-
- fill(Date).
Method in class hep.analysis.Abstract1DPartition
- Invokes the
fill(Date, double)
method with
a weighting value of 1.
- fill(Date).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single date.
- fill(Date).
Method in class hep.analysis.SimpleDatePartition
- Invokes the
fill(Date, double)
method with
a weighting value of 1.
- fill(Date, double).
Method in class hep.analysis.Abstract1DPartition
- Fills the associated histogram with a date value.
- fill(Date, double).
Method in class hep.analysis.FixedMeanDatePartition
- Fills the associated histogram with a date value.
- fill(Date, double).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single date.
- fill(Date, double).
Method in class hep.analysis.SimpleDatePartition
- Fills the associated histogram with a date value.
- fill(double).
Method in class hep.analysis.Abstract1DPartition
- Invokes the
fill(double, double)
method with
a weighting value of 1.
- fill(double).
Method in class hep.analysis.AutoPartition
- Invokes the
fill(double, double)
method with
a weighting value of 1.
- fill(double).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single double.
- fill(double).
Method in class hep.analysis.MeanPartition
- Invokes the
fill(double, double)
method with
a weighting value of 1.
- fill(double).
Method in class hep.analysis.SimpleIntPartition
- Invokes the
fill(double, double)
method with
a weighting value of 1.
- fill(double).
Method in class hep.analysis.SimplePartition
- Invokes the
fill(double, double)
method with
a weighting value of 1.
- fill(double, double).
Method in class hep.analysis.Abstract1DPartition
- Fills the associated histogram with a numerical value.
- fill(double, double).
Method in class hep.analysis.AutoPartition
- Fills the associated histogram with a numerical value.
- fill(double, double).
Method in class hep.analysis.FixedMeanDatePartition
- Fills the associated histogram with a numerical value.
- fill(double, double).
Method in class hep.analysis.FixedMeanPartition
- Fills the associated histogram with a numerical value.
- fill(double, double).
Method in class hep.analysis.FixedPartition
- Fills the associated histogram with a numerical value.
- fill(double, double).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single double.
- fill(double, double).
Method in class hep.analysis.ScatterPlot
-
- fill(double, double).
Method in class hep.analysis.SimpleDatePartition
- Fills the associated histogram with a numerical value.
- fill(double, double).
Method in class hep.analysis.SimpleIntPartition
- Fills the associated histogram with a numerical value.
- fill(double, double).
Method in class hep.analysis.SimplePartition
- Fills the associated histogram with a numerical value.
- fill(double, double, double).
Method in class hep.analysis.AsymmetryPartition
-
- fill(int).
Method in class hep.analysis.Abstract1DPartition
- Invokes the
fill(int, double)
method with
a weighting value of 1.
- fill(int).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single int.
- fill(int).
Method in class hep.analysis.SimpleIntPartition
- Invokes the
fill(int, double)
method with
a weighting value of 1.
- fill(int, double).
Method in class hep.analysis.Abstract1DPartition
- Converts the given
int
parameter to type
double
and calls fill(double, double)
.
- fill(int, double).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single int.
- fill(int, double).
Method in class hep.analysis.SimpleDatePartition
- Converts the given
int
parameter to type
double
and calls fill(double, double)
.
- fill(int, double).
Method in class hep.analysis.SimpleIntPartition
- Converts the given
int
parameter to type
double
and calls fill(double, double)
.
- fill(String).
Method in class hep.analysis.Abstract1DPartition
- Invokes the
fill(String, double)
method with
a weighting value of 1.
- fill(String).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single string.
- fill(String, double).
Method in class hep.analysis.Abstract1DPartition
- Fills the associated histogram with a string value.
- fill(String, double).
Method in class hep.analysis.Histogram
-
Fill a histogram with a single string.
- fill(String, double).
Method in class hep.analysis.StringPartition
- Fills the associated histogram with a string value.
- FilledPartition(int, double, double).
Constructor for class hep.analysis.FilledPartition
-
- FINALSTATE.
Static variable in interface hep.physics.Particle
-
- find(String).
Static method in class hep.analysis.Histogram
- Returns the Histogram object with the given name.
- find(String, HistogramFolder).
Static method in class hep.analysis.Histogram
- Returns the Histogram object with the given name.
- findColumn(String).
Method in interface hep.analysis.NTupleEventData
- Returns the integer index for the column specified by
name
.
- findCut(String).
Method in interface hep.analysis.peer.CutFolderPeer
-
- findCutFolder(String).
Method in interface hep.analysis.peer.CutFolderPeer
-
- findHistogram(String).
Method in interface hep.analysis.peer.HistogramFolderPeer
-
- findHistogramFolder(String).
Method in interface hep.analysis.peer.HistogramFolderPeer
-
- findPage(String).
Method in interface hep.analysis.peer.PageFolderPeer
-
- findPageFolder(String).
Method in interface hep.analysis.peer.PageFolderPeer
-
- findScatterPlot(String).
Method in interface hep.analysis.peer.HistogramFolderPeer
-
- FixedMeanDatePartition(Date, Date).
Constructor for class hep.analysis.FixedMeanDatePartition
-
- FixedMeanDatePartition(Date, Date, int).
Constructor for class hep.analysis.FixedMeanDatePartition
-
- FixedMeanPartition(double, double).
Constructor for class hep.analysis.FixedMeanPartition
-
- FixedMeanPartition(double, double, int).
Constructor for class hep.analysis.FixedMeanPartition
-
- FixedPartition(double, double).
Constructor for class hep.analysis.FixedPartition
-
- FixedPartition(double, double, int).
Constructor for class hep.analysis.FixedPartition
-
- generateEvent().
Method in class hep.analysis.EventGenerator
- Return an instance of EventData that offers access to all of the
relevant fields for one event.
- get(int).
Method in class hep.physics.DefaultParticlePropertyProvider
- Get the properties for a particular particle
- get(int).
Static method in class hep.physics.ParticleProperties
- Get the properties for a specfic particle
- get(int).
Method in interface hep.physics.ParticlePropertyProvider
-
- get(String).
Method in interface hep.analysis.EventHeader
-
- get2xSpin().
Method in interface hep.physics.ParticleType
- 2 x Spin
- getArea().
Method in class hep.analysis.Abstract1DPartition
- Return the area of the distribution.
- getArea().
Method in class hep.analysis.AsymmetryPartition
- Return the area of the distribution.
- getArea().
Method in class hep.analysis.AutoPartition
- Return the area of the distribution.
- getArea().
Method in class hep.analysis.DividePartition
- Return the area of the distribution.
- getArea().
Method in class hep.analysis.FilledPartition
- Return the area of the distribution.
- getArea().
Method in class hep.analysis.FixedPartition
- Return the area of the distribution.
- getArea().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getArea().
Method in class hep.analysis.SimplePartition
- Return the area of the distribution.
- getArea().
Method in class hep.analysis.StringPartition
- Return the area of the distribution.
- getAxisLabels().
Method in class hep.analysis.Abstract1DPartition
- Override to allow axis labels to be accessed.
- getAxisLabels().
Method in class hep.analysis.StringPartition
- Override to allow axis labels to be accessed.
- getAxisType().
Method in class hep.analysis.Abstract1DPartition
- Return a static field from Rebinnable1DHistogramData.
- getAxisType().
Method in class hep.analysis.FixedMeanDatePartition
- Return a static field from Rebinnable1DHistogramData.
- getAxisType().
Method in class hep.analysis.SimpleDatePartition
- Return a static field from Rebinnable1DHistogramData.
- getAxisType().
Method in class hep.analysis.SimpleIntPartition
- Return a static field from Rebinnable1DHistogramData.
- getAxisType().
Method in class hep.analysis.StringPartition
- Return a static field from Rebinnable1DHistogramData.
- getBin(int).
Method in class hep.analysis.Abstract1DPartition
- Returns the size of the given bin.
- getBin(int).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getBinAt(Date).
Method in class hep.analysis.Abstract1DPartition
- Returns the bin index corresponding to the given date value.
- getBinAt(Date).
Method in class hep.analysis.FixedMeanDatePartition
- Returns the bin index corresponding to the given date value.
- getBinAt(Date).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getBinAt(Date).
Method in class hep.analysis.SimpleDatePartition
- Returns the bin index corresponding to the given date value.
- getBinAt(double).
Method in class hep.analysis.Abstract1DPartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.AsymmetryPartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.AutoPartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.FilledPartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.FixedMeanDatePartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.FixedPartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getBinAt(double).
Method in class hep.analysis.SimpleDatePartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.SimpleIntPartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(double).
Method in class hep.analysis.SimplePartition
- Returns the bin index corresponding to the given numerical value.
- getBinAt(int).
Method in class hep.analysis.Abstract1DPartition
- Converts the given
int
parameter to type
double
and invokes the method
getBinAt(double)
.
- getBinAt(int).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getBinAt(int).
Method in class hep.analysis.SimpleIntPartition
- Converts the given
int
parameter to type
double
and invokes the method
getBinAt(double)
.
- getBinAt(String).
Method in class hep.analysis.Abstract1DPartition
- Returns the bin index corresponding to the given string value.
- getBinAt(String).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getBinAt(String).
Method in class hep.analysis.StringPartition
- Returns the bin index corresponding to the given string value.
- getBins().
Method in class hep.analysis.Abstract1DPartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.AsymmetryPartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.AutoPartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.DividePartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.FilledPartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.FixedMeanPartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.FixedPartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getBins().
Method in class hep.analysis.SimplePartition
- Return an array containing the sizes of all the bins.
- getBins().
Method in class hep.analysis.StringPartition
- Return an array containing the sizes of all the bins.
- getBoolean(int).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports
boolean
data types.
- getBoolean(int).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports
boolean
data types.
- getBoolean(int).
Method in interface hep.analysis.NTupleEventData
- Returns a
boolean
value for the field specified by the parameter column
.
- getBoolean(String).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports
boolean
data types.
- getBoolean(String).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports
boolean
data types.
- getBoolean(String).
Method in interface hep.analysis.NTupleEventData
- Returns a
boolean
value for the field specified by the parameter name
.
- getCharge().
Method in interface hep.physics.ParticleType
- The charge of the particle
- getConstructor(CutProperties, String).
Static method in class hep.analysis.Cut
- Override and return a constructor that corresponds to the given properties.
- getConstructor(CutProperties, String).
Static method in class hep.analysis.DoubleCut
- Override and return a constructor that corresponds to the given properties.
- getDate(int).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports Date data types.
- getDate(int).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports Date data types.
- getDate(int).
Method in interface hep.analysis.NTupleEventData
- Returns a Date object for the field specified by the parameter
column
.
- getDate(String).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports Date data types.
- getDate(String).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports Date data types.
- getDate(String).
Method in interface hep.analysis.NTupleEventData
- Returns a Date object for the field specified by the parameter
name
.
- getDaughters().
Method in interface hep.physics.Particle
- Returns an enumeration of the decay products of this particle
- getDefaultFolder().
Static method in class hep.analysis.HistogramFolder
-
- getDescription(CutProperties, String).
Static method in class hep.analysis.Cut
- Override and return a description that corresponds to the given properties.
- getDescription(CutProperties, String).
Static method in class hep.analysis.DoubleCut
- Override and return a description that corresponds to the given properties.
- getDouble(int).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports
double
data types.
- getDouble(int).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports
double
data types.
- getDouble(int).
Method in interface hep.analysis.NTupleEventData
- Returns a
double
value for the field specified by the parameter column
.
- getDouble(String).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports
double
data types.
- getDouble(String).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports
double
data types.
- getDouble(String).
Method in interface hep.analysis.NTupleEventData
- Returns a
double
value for the field specified by the parameter name
.
- getEnergy().
Method in interface hep.physics.Particle
- Energy
- getEntries().
Method in class hep.analysis.Abstract1DPartition
- Return the number of entries.
- getEntries().
Method in class hep.analysis.AsymmetryPartition
- Return the number of entries.
- getEntries().
Method in class hep.analysis.AutoPartition
- Return the number of entries.
- getEntries().
Method in class hep.analysis.DividePartition
- Return the number of entries.
- getEntries().
Method in class hep.analysis.FilledPartition
- Return the number of entries.
- getEntries().
Method in class hep.analysis.FixedPartition
- Return the number of entries.
- getEntries().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getEntries().
Method in class hep.analysis.SimplePartition
- Return the number of entries.
- getEntries().
Method in class hep.analysis.StringPartition
- Return the number of entries.
- getError(int).
Method in class hep.analysis.Abstract1DPartition
- Returns the error for the given bin.
- getError(int).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getErrors().
Method in class hep.analysis.Abstract1DPartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.AsymmetryPartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.AutoPartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.DividePartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.FilledPartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.FixedMeanPartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.FixedPartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.SimplePartition
- Return an array containing the errors for all the bins.
- getErrors().
Method in class hep.analysis.StringPartition
- Return an array containing the errors for all the bins.
- getEventDataClass().
Method in class hep.analysis.EventGenerator
- override to specify class of objects returned by generate event
- getEventDataClass().
Method in interface hep.analysis.EventSource
- Specify class of objects to be returned by getNextEvent
- getEventNumber().
Method in interface hep.analysis.EventHeader
-
- getFolderSet(String).
Method in class hep.analysis.Job
-
- getInt(int).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports
int
data types.
- getInt(int).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports
int
data types.
- getInt(int).
Method in interface hep.analysis.NTupleEventData
- Returns an
int
value for the field specified by the parameter column
.
- getInt(String).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports
int
data types.
- getInt(String).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports
int
data types.
- getInt(String).
Method in interface hep.analysis.NTupleEventData
- Returns an
int
value for the field specified by the parameter name
.
- getLogStream().
Method in interface hep.analysis.peer.JobPeer
-
- getMass().
Method in interface hep.physics.Particle
- Mass
- getMass().
Method in interface hep.physics.ParticleType
- The rest mass of the particle
- getMax().
Method in class hep.analysis.Abstract1DPartition
- Return the maximum in the distribution.
- getMax().
Method in class hep.analysis.AsymmetryPartition
- Return the maximum in the distribution.
- getMax().
Method in class hep.analysis.AutoPartition
- Return the maximum in the distribution.
- getMax().
Method in class hep.analysis.DividePartition
- Return the maximum in the distribution.
- getMax().
Method in class hep.analysis.FilledPartition
- Return the maximum in the distribution.
- getMax().
Method in class hep.analysis.FixedPartition
- Return the maximum in the distribution.
- getMax().
Method in class hep.analysis.SimplePartition
- Return the maximum in the distribution.
- getMax().
Method in class hep.analysis.StringPartition
- Return the maximum in the distribution.
- getMean().
Method in class hep.analysis.Abstract1DPartition
- Return the mean of the distribution.
- getMean().
Method in class hep.analysis.AsymmetryPartition
- Return the mean of the distribution.
- getMean().
Method in class hep.analysis.AutoPartition
- Return the mean of the distribution.
- getMean().
Method in class hep.analysis.DividePartition
- Return the mean of the distribution.
- getMean().
Method in class hep.analysis.FilledPartition
- Return the mean of the distribution.
- getMean().
Method in class hep.analysis.FixedPartition
- Return the mean of the distribution.
- getMean().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getMean().
Method in class hep.analysis.SimplePartition
- Return the mean of the distribution.
- getMean().
Method in class hep.analysis.StringPartition
- Return the mean of the distribution.
- getMin().
Method in class hep.analysis.Abstract1DPartition
- Return the minimum in the distribution.
- getMin().
Method in class hep.analysis.AsymmetryPartition
- Return the minimum in the distribution.
- getMin().
Method in class hep.analysis.AutoPartition
- Return the minimum in the distribution.
- getMin().
Method in class hep.analysis.DividePartition
- Return the minimum in the distribution.
- getMin().
Method in class hep.analysis.FilledPartition
- Return the minimum in the distribution.
- getMin().
Method in class hep.analysis.FixedPartition
- Return the minimum in the distribution.
- getMin().
Method in class hep.analysis.SimplePartition
- Return the minimum in the distribution.
- getMin().
Method in class hep.analysis.StringPartition
- Return the minimum in the distribution.
- getMinusError(int).
Method in class hep.analysis.Abstract1DPartition
- Returns the minus error for the given bin.
- getMinusError(int).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getMinusErrors().
Method in class hep.analysis.Abstract1DPartition
- Assumes symmetrical errors.
- getMinusErrors().
Method in class hep.analysis.FilledPartition
- Assumes symmetrical errors.
- getMinusErrors().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getMomentum().
Method in interface hep.physics.Particle
- Momentum
- getName().
Method in class hep.analysis.Cut
-
- getName().
Method in class hep.analysis.EventGenerator
- override to specify name of event generator
- getName().
Method in interface hep.analysis.EventSource
- Return a name for your event source.
- getName().
Method in class hep.analysis.Folder
-
- getName().
Method in class hep.analysis.Histogram
-
- getName().
Method in interface hep.analysis.NamedObject
-
- getName().
Method in class hep.analysis.Page
-
- getName().
Method in interface hep.physics.ParticleType
- The name of the particle, suitable for printing
- getName().
Method in class hep.analysis.ScatterPlot
-
- getNextEvent().
Method in class hep.analysis.EventGenerator
- Returns
generateEvent()
.
- getNextEvent().
Method in interface hep.analysis.EventSource
- Return the next event.
- getNextPoint(double[]).
Method in interface hep.analysis.ScatterEnumeration
-
- getNumberOfBins().
Method in class hep.analysis.Abstract1DPartition
- Return the number of bins.
- getNumberOfBins().
Method in class hep.analysis.AsymmetryPartition
- Return the number of bins.
- getNumberOfBins().
Method in class hep.analysis.AutoPartition
- Return the number of bins.
- getNumberOfBins().
Method in class hep.analysis.DividePartition
- Return the number of bins.
- getNumberOfBins().
Method in class hep.analysis.FilledPartition
- Return the number of bins.
- getNumberOfBins().
Method in class hep.analysis.FixedPartition
- Return the number of bins.
- getNumberOfBins().
Method in class hep.analysis.SimplePartition
- Return the number of bins.
- getNumberOfBins().
Method in class hep.analysis.StringPartition
- Return the number of bins.
- getObject(int).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports Object data types.
- getObject(int).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports Object data types.
- getObject(int).
Method in interface hep.analysis.NTupleEventData
- Returns an Object for the field specified by the parameter
column
.
- getObject(String).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports Object data types.
- getObject(String).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports Object data types.
- getObject(String).
Method in interface hep.analysis.NTupleEventData
- Returns an Object for the field specified by the parameter
name
.
- getOrigin().
Method in interface hep.physics.Particle
- Point of origin
- getOriginX().
Method in interface hep.physics.Particle
-
- getOriginY().
Method in interface hep.physics.Particle
-
- getOriginZ().
Method in interface hep.physics.Particle
-
- getOverflow().
Method in class hep.analysis.Abstract1DPartition
- Return the overflow for the partition.
- getOverflow().
Method in class hep.analysis.AsymmetryPartition
- Return the overflow for the partition.
- getOverflow().
Method in class hep.analysis.AutoPartition
- Return the overflow for the partition.
- getOverflow().
Method in class hep.analysis.DividePartition
- Return the overflow for the partition.
- getOverflow().
Method in class hep.analysis.FilledPartition
- Return the overflow for the partition.
- getOverflow().
Method in class hep.analysis.FixedPartition
- Return the overflow for the partition.
- getOverflow().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getOverflow().
Method in class hep.analysis.SimplePartition
- Return the overflow for the partition.
- getOverflow().
Method in class hep.analysis.StringPartition
- Return the overflow for the partition.
- getParent().
Method in interface hep.physics.Particle
- Returns the parent of this particle
- getParents().
Method in interface hep.physics.Particle
- Returns an enumeration of the parent(s) of this particle
- getPartition().
Method in class hep.analysis.Cut
- Override and return the partition your cut keeps if it keeps a partition.
- getPartition().
Method in class hep.analysis.DoubleCut
- Override and return the partition your cut keeps if it keeps a partition.
- getPartition().
Method in class hep.analysis.Histogram
- Returns the partition used by this histogram.
- getPartition().
Method in class hep.analysis.ScatterPlot
-
- getPDGID().
Method in interface hep.physics.ParticleType
- The particle data group ID
- getPeer().
Method in class hep.analysis.Cut
-
- getPeer().
Method in class hep.analysis.Folder
-
- getPeer().
Method in class hep.analysis.Histogram
-
- getPeer().
Method in class hep.analysis.Job
-
- getPeer().
Method in interface hep.analysis.NamedObject
-
- getPeer().
Method in class hep.analysis.Page
-
- getPeer().
Method in class hep.analysis.ScatterPlot
-
- getPlusError(int).
Method in class hep.analysis.Abstract1DPartition
- Returns the plus error for the given bin.
- getPlusError(int).
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getPlusErrors().
Method in class hep.analysis.Abstract1DPartition
- Assumes symmetrical errors.
- getPlusErrors().
Method in class hep.analysis.FilledPartition
- Assumes symmetrical errors.
- getPlusErrors().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getProductionTime().
Method in interface hep.physics.Particle
- Production time
- getProperties().
Method in class hep.analysis.Cut
- Return a
CutProperties
object that encapsulates the current properties.
- getProperties().
Method in class hep.analysis.DoubleCut
- Return a
CutProperties
object that encapsulates the current properties.
- getProperties().
Method in interface hep.analysis.EventHeader
-
- getPX().
Method in interface hep.physics.Particle
- X component of momentum
- getPY().
Method in interface hep.physics.Particle
- Y component of momentum
- getPZ().
Method in interface hep.physics.Particle
- Z component of momentum
- getRMS().
Method in class hep.analysis.Abstract1DPartition
- Return the RMS of the distribution.
- getRMS().
Method in class hep.analysis.AsymmetryPartition
- Return the RMS of the distribution.
- getRMS().
Method in class hep.analysis.AutoPartition
- Return the RMS of the distribution.
- getRMS().
Method in class hep.analysis.DividePartition
- Return the RMS of the distribution.
- getRMS().
Method in class hep.analysis.FilledPartition
- Return the RMS of the distribution.
- getRMS().
Method in class hep.analysis.FixedPartition
- Return the RMS of the distribution.
- getRMS().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getRMS().
Method in class hep.analysis.SimplePartition
- Return the RMS of the distribution.
- getRMS().
Method in class hep.analysis.StringPartition
- Return the RMS of the distribution.
- getRunNumber().
Method in interface hep.analysis.EventHeader
-
- getStatistics().
Method in class hep.analysis.AutoPartition
-
- getStatistics().
Method in class hep.analysis.SimplePartition
-
- getStatusCode().
Method in interface hep.physics.Particle
- Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION
- getString(int).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports String data types.
- getString(int).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports String data types.
- getString(int).
Method in interface hep.analysis.NTupleEventData
- Returns a String object for the field specified by the parameter
column
.
- getString(String).
Method in class hep.analysis.AbstractEventData
- Override if your subclass supports String data types.
- getString(String).
Method in class hep.analysis.AbstractNTupleEventData
- Override if your subclass supports String data types.
- getString(String).
Method in interface hep.analysis.NTupleEventData
- Returns a String object for the field specified by the parameter
name
.
- getTotalNumberOfEvents().
Method in class hep.analysis.EventGenerator
- Override if the number of events is known, and return that number.
- getTotalNumberOfEvents().
Method in interface hep.analysis.EventSource
- Return the number of events, or -1 if unknown.
- getType().
Method in class hep.analysis.Cut
- Return a string that describes the type.
- getType().
Method in class hep.analysis.DoubleCut
- Return a string that describes the type.
- getType().
Method in interface hep.physics.Particle
- Particle Type
- getUnderflow().
Method in class hep.analysis.Abstract1DPartition
- Return the underflow for the partition.
- getUnderflow().
Method in class hep.analysis.AsymmetryPartition
- Return the underflow for the partition.
- getUnderflow().
Method in class hep.analysis.AutoPartition
- Return the underflow for the partition.
- getUnderflow().
Method in class hep.analysis.DividePartition
- Return the underflow for the partition.
- getUnderflow().
Method in class hep.analysis.FilledPartition
- Return the underflow for the partition.
- getUnderflow().
Method in class hep.analysis.FixedPartition
- Return the underflow for the partition.
- getUnderflow().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- getUnderflow().
Method in class hep.analysis.SimplePartition
- Return the underflow for the partition.
- getUnderflow().
Method in class hep.analysis.StringPartition
- Return the underflow for the partition.
- getValuesApplied().
Method in class hep.analysis.Cut
- Returns an object that the application can use to display the values applied
to the cut.
- getWidth().
Method in interface hep.physics.ParticleType
- Width
- getXMax().
Method in class hep.analysis.ScatterPlotPartition
-
- getXMin().
Method in class hep.analysis.ScatterPlotPartition
-
- getYMax().
Method in class hep.analysis.ScatterPlotPartition
-
- getYMin().
Method in class hep.analysis.ScatterPlotPartition
-
- go().
Method in class hep.analysis.Job
-
- go(int).
Method in class hep.analysis.Job
-
- go(int).
Method in interface hep.analysis.peer.JobPeer
-
- hasAsymmetricErrorBars().
Method in class hep.analysis.Abstract1DPartition
- Returns false by default.
- hasAsymmetricErrorBars().
Method in class hep.analysis.FilledPartition
- Returns false by default.
- hasAsymmetricErrorBars().
Method in class hep.analysis.Histogram
- Invokes the corresponding method on the current partition.
- hasChanged().
Method in class hep.analysis.Abstract1DPartition
- Do not call.
- hasChanged().
Method in class hep.analysis.ScatterPlotPartition
- Do not call.
- hasMoreParticles().
Method in interface hep.physics.ParticleEnumeration
-
- hasSimpleQuadraticErrorBars().
Method in class hep.analysis.Abstract1DPartition
- Returns false by default.
- hasSimpleQuadraticErrorBars().
Method in class hep.analysis.AsymmetryPartition
- Returns false by default.
- hasSimpleQuadraticErrorBars().
Method in class hep.analysis.AutoPartition
- Returns false by default.
- hasSimpleQuadraticErrorBars().
Method in class hep.analysis.FilledPartition
- Returns false by default.
- hasSimpleQuadraticErrorBars().
Method in class hep.analysis.SimplePartition
- Returns false by default.
- histogram(String).
Method in class hep.analysis.EventHandler
- Returns the Histogram object with the given name.
- Histogram(String).
Constructor for class hep.analysis.Histogram
- Create a new histogram.
- histogram(String, HistogramFolder).
Method in class hep.analysis.EventHandler
- Returns the Histogram object with the given name.
- Histogram(String, HistogramFolder).
Constructor for class hep.analysis.Histogram
- Create a new histogram in a folder.
- HistogramFolder(String).
Constructor for class hep.analysis.HistogramFolder
- Creates a new folder in which you can store histograms and other
histogram folders.
- HistogramFolder(String, HistogramFolder).
Constructor for class hep.analysis.HistogramFolder
- Creates a new folder in which you can store histograms and other
histogram folders, and stores the new folder in another folder.
- INTERMEDIATE.
Static variable in interface hep.physics.Particle
-
- isRebinnable().
Method in class hep.analysis.Abstract1DPartition
- Returns false by default.
- isRebinnable().
Method in class hep.analysis.AsymmetryPartition
- Returns false by default.
- isRebinnable().
Method in class hep.analysis.AutoPartition
- Returns false by default.
- isRebinnable().
Method in class hep.analysis.SimplePartition
- Returns false by default.
- Job(String).
Constructor for class hep.analysis.Job
-
- m_bins.
Variable in class hep.analysis.FixedPartition
-
- m_binWidth.
Variable in class hep.analysis.FixedPartition
-
- m_cutoff.
Variable in class hep.analysis.DoubleCutProperties
-
- m_entries.
Variable in class hep.analysis.FixedPartition
-
- m_error.
Variable in class hep.analysis.FixedPartition
-
- m_flags.
Variable in class hep.analysis.DoubleCutProperties
-
- m_high.
Variable in class hep.analysis.FixedPartition
-
- m_hist.
Variable in class hep.analysis.FixedPartition
-
- m_low.
Variable in class hep.analysis.FixedPartition
-
- m_overflow.
Variable in class hep.analysis.FixedPartition
-
- m_underflow.
Variable in class hep.analysis.FixedPartition
-
- MeanPartition().
Constructor for class hep.analysis.MeanPartition
-
- MeanPartition(double, double).
Constructor for class hep.analysis.MeanPartition
-
- newComplexEntry().
Method in class hep.analysis.AutoPartition
-
- newSimpleEntry().
Method in class hep.analysis.AutoPartition
-
- nextParticle().
Method in interface hep.physics.ParticleEnumeration
-
- out.
Variable in class hep.analysis.EventHandler
- The log stream used to send messages.
- Page(String).
Constructor for class hep.analysis.Page
- Creates a blank page with the specified name in the default folder.
- Page(String, PageFolder).
Constructor for class hep.analysis.Page
- Creates a blank page with the specified name in the specified folder.
- PageFolder(String).
Constructor for class hep.analysis.PageFolder
- Creates a new folder in which you can store pages and other
page folders.
- PageFolder(String, PageFolder).
Constructor for class hep.analysis.PageFolder
- Creates a new folder in which you can store pages and other
histogram folders, and stores the new folder in another folder.
- ParticleProperties().
Constructor for class hep.physics.ParticleProperties
-
- particles().
Method in interface hep.physics.ParticleVector
-
- Partition().
Constructor for class hep.analysis.Partition
-
- partitionDestroyedNotify().
Method in class hep.analysis.Histogram
- Notifies the histogram that the partition has been destroyed.
- partitionDone().
Method in class hep.analysis.Cut
- Call after the last event on all cuts to get the last partition updates.
- partitionNotify().
Method in interface hep.analysis.peer.DataViewPeer
-
- PASS_IF_EQUAL.
Static variable in class hep.analysis.DoubleCut
- Set this flag to allow vales equal to the cutoff value to pass.
- PASS_IF_GREATER.
Static variable in class hep.analysis.DoubleCut
- Set this flag to allow vales greater than the cutoff value to pass.
- PASS_IF_LESS.
Static variable in class hep.analysis.DoubleCut
- Set this flag to allow vales less than the cutoff value to pass.
- processEvent(EventData).
Method in class hep.analysis.EventAnalyzer
- When implementing this method, use the given EventData
object to access data for an event and use the data
appropriately.
- put(String, Object).
Method in interface hep.analysis.EventHeader
-
- RELATIVE_COORDINATE_SYSTEM.
Static variable in interface hep.analysis.Drawable
-
- remove(Drawable).
Method in class hep.analysis.Page
- Removes a drawable from the page
- removeAll().
Method in class hep.analysis.Page
- Clears the page
- removeNotify(NamedObject).
Method in interface hep.analysis.peer.FolderPeer
-
- removeNotify(NamedObjectPeer).
Method in interface hep.analysis.peer.NamedObjectFolderPeer
-
- replaceNotify(NamedObject, NamedObject).
Method in interface hep.analysis.peer.FolderPeer
-
- resetEndPoint().
Method in interface hep.analysis.ScatterEnumeration
-
- restart().
Method in interface hep.analysis.ScatterEnumeration
-
- rewind().
Method in class hep.analysis.Job
-
- rewind().
Method in interface hep.analysis.peer.JobPeer
-
- save().
Method in class hep.analysis.Job
-
- save().
Method in interface hep.analysis.peer.JobPeer
-
- ScatterPlot(String).
Constructor for class hep.analysis.ScatterPlot
-
- ScatterPlot(String, double, double, double, double).
Constructor for class hep.analysis.ScatterPlot
-
- ScatterPlot(String, HistogramFolder).
Constructor for class hep.analysis.ScatterPlot
-
- ScatterPlot(String, HistogramFolder, double, double, double, double).
Constructor for class hep.analysis.ScatterPlot
-
- sendMessage(String).
Method in class hep.analysis.EventHandler
- Displays a message.
- sendMessage(String).
Method in interface hep.analysis.peer.JobPeer
-
- setAnalysisApplication(AnalysisApplication).
Static method in class hep.analysis.Job
-
- setArea(double).
Method in class hep.analysis.FilledPartition
-
- setBin(int, double).
Method in class hep.analysis.FilledPartition
-
- setBinning(int, double, double).
Method in class hep.analysis.Abstract1DPartition
- Override to allow binning to be set.
- setBinning(int, double, double).
Method in class hep.analysis.AsymmetryPartition
- Override to allow binning to be set.
- setBinning(int, double, double).
Method in class hep.analysis.AutoPartition
- Override to allow binning to be set.
- setBinning(int, double, double).
Method in class hep.analysis.DividePartition
- Override to allow binning to be set.
- setBinning(int, double, double).
Method in class hep.analysis.SimplePartition
- Override to allow binning to be set.
- setBins(double[]).
Method in class hep.analysis.FilledPartition
-
- setCoordinateSystem(int).
Method in interface hep.analysis.Drawable
-
- setCoordinateSystem(int).
Method in class hep.analysis.Plot
-
- setCutoff(double).
Method in class hep.analysis.DoubleCut
- Sets the cutoff value.
- setDataAndRangeChanged().
Method in class hep.analysis.Abstract1DPartition
- Indicate that the data and range have changed and notify observers of the change.
- setDataAndRangeChangedNow().
Method in class hep.analysis.Abstract1DPartition
- Indicate that the data and range have changed and notify observers of the change with a final update.
- setDataChanged().
Method in class hep.analysis.Abstract1DPartition
- Indicate that the data have changed and notify observers of the change.
- setDefaultFolder(HistogramFolder).
Static method in class hep.analysis.HistogramFolder
-
- setDefaultFolder(String).
Static method in class hep.analysis.HistogramFolder
-
- setError(int, double).
Method in class hep.analysis.FilledPartition
-
- setErrors(double[]).
Method in class hep.analysis.FilledPartition
-
- setEventSource(EventSource).
Method in class hep.analysis.Job
-
- setEventSource(EventSource).
Method in interface hep.analysis.peer.JobPeer
-
- setFlags(int).
Method in class hep.analysis.DoubleCut
- Set the policy for what relationship a given value must have to the
cutoff in order to pass.
- setKeepsPartition(boolean).
Method in class hep.analysis.DoubleCut
- Sets whether a partition is kept.
- setLocation(double, double).
Method in interface hep.analysis.Drawable
-
- setLocation(double, double).
Method in class hep.analysis.Plot
-
- setMax(double).
Method in class hep.analysis.FilledPartition
-
- setMean(double).
Method in class hep.analysis.FilledPartition
-
- setMin(double).
Method in class hep.analysis.FilledPartition
-
- setMinusError(int, double).
Method in class hep.analysis.FilledPartition
-
- setMinusErrors(double[]).
Method in class hep.analysis.FilledPartition
-
- setNumberOfBins(int).
Method in class hep.analysis.FilledPartition
-
- setOverflow(double).
Method in class hep.analysis.FilledPartition
-
- setParticlePropertyProvider(ParticlePropertyProvider).
Static method in class hep.physics.ParticleProperties
-
Set an alternate ParticlePropertyProvider
- setPartition(Abstract1DPartition).
Method in class hep.analysis.Histogram
- Use this method to set the partition for this histogram.
- setPeer(NamedObjectPeer).
Method in class hep.analysis.Cut
-
- setPeer(NamedObjectPeer).
Method in class hep.analysis.Folder
-
- setPeer(NamedObjectPeer).
Method in class hep.analysis.Histogram
-
- setPeer(NamedObjectPeer).
Method in interface hep.analysis.NamedObject
-
- setPeer(NamedObjectPeer).
Method in class hep.analysis.Page
-
- setPeer(NamedObjectPeer).
Method in class hep.analysis.ScatterPlot
-
- setPlusError(int, double).
Method in class hep.analysis.FilledPartition
-
- setPlusErrors(double[]).
Method in class hep.analysis.FilledPartition
-
- setProperties(CutProperties).
Method in class hep.analysis.Cut
- Set the properties to those specified by the parameter
prop
.
- setProperties(CutProperties).
Method in class hep.analysis.DoubleCut
- Set the properties to those specified by the parameter
prop
.
- setRangeChanged().
Method in class hep.analysis.Abstract1DPartition
- Indicate that the range has changed and notify observers of the change.
- setRMS(double).
Method in class hep.analysis.FilledPartition
-
- setSize(double, double).
Method in interface hep.analysis.Drawable
-
- setSize(double, double).
Method in class hep.analysis.Plot
-
- setSnapshot(boolean).
Method in class hep.analysis.Abstract1DPartition
- Sets the snap shot mode of the partition.
- setSnapshot(boolean).
Method in class hep.analysis.AsymmetryPartition
- Sets the snap shot mode of the partition.
- setSnapshot(boolean).
Method in class hep.analysis.AutoPartition
- Sets the snap shot mode of the partition.
- setSnapshot(boolean).
Method in class hep.analysis.DividePartition
- Sets the snap shot mode of the partition.
- setSnapshot(boolean).
Method in class hep.analysis.FilledPartition
- Sets the snap shot mode of the partition.
- setSnapshot(boolean).
Method in class hep.analysis.FixedPartition
- Sets the snap shot mode of the partition.
- setSnapshot(boolean).
Method in class hep.analysis.Partition
- Sets the snap shot mode of the partition.
- setSnapshot(boolean).
Method in class hep.analysis.ScatterPlotPartition
- Designed for clear() to be called immediately afterwards if
useSnapshot
is true
.
- setSnapshot(boolean).
Method in class hep.analysis.SimplePartition
- Designed for clear() to be called immediately afterwards if
useSnapshot
is true
.
- setSnapshot(boolean).
Method in class hep.analysis.StringPartition
- Sets the snap shot mode of the partition.
- setUnderflow(double).
Method in class hep.analysis.FilledPartition
-
- setVisible(boolean).
Method in class hep.analysis.Page
-
- SimpleDatePartition().
Constructor for class hep.analysis.SimpleDatePartition
-
- SimpleDatePartition(Date, Date).
Constructor for class hep.analysis.SimpleDatePartition
-
- SimpleIntPartition().
Constructor for class hep.analysis.SimpleIntPartition
-
- SimpleIntPartition(int, int).
Constructor for class hep.analysis.SimpleIntPartition
-
- SimplePartition().
Constructor for class hep.analysis.SimplePartition
-
- SimplePartition(double, double).
Constructor for class hep.analysis.SimplePartition
-
- size().
Method in interface hep.physics.ParticleVector
-
- source1.
Variable in class hep.analysis.DividePartition
-
- source2.
Variable in class hep.analysis.DividePartition
-
- startEnumeration().
Method in class hep.analysis.ScatterPlotPartition
-
- startEnumeration(double, double, double, double).
Method in class hep.analysis.ScatterPlotPartition
-
- step().
Method in class hep.analysis.Job
-
- StringPartition().
Constructor for class hep.analysis.StringPartition
-
- toString().
Method in class hep.analysis.DoubleCut
-
- UnknownParticleID(String).
Constructor for class hep.physics.UnknownParticleID
-