|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TupleProjectionTag
A top level tag which cretes a projection from an ITuple
.
Method Summary | |
---|---|
void |
setFilter(String filter)
Set the filter. |
void |
setName(String name)
|
void |
setScope(String scope)
Set the scope of the output variable. |
void |
setTuple(hep.aida.ITuple tuple)
Set the ITuple from which to make the projection. |
void |
setVar(String var)
Set the name of the output variable for the projection; it is an IManagedObject . |
void |
setXbins(int xbins)
Set the number of bins along the x on the projection. |
void |
setXmax(double xmax)
Set the upper edge along x. |
void |
setXmin(double xmin)
Set the lower edge along x. |
void |
setXprojection(String xproj)
Set the x projection. |
void |
setYbins(int ybins)
Set the number of bins along the y on the projection. |
void |
setYmax(double ymax)
Set the upper edge along y. |
void |
setYmin(double ymin)
Set the lower edge along y. |
void |
setYprojection(String yproj)
Set the y projection. |
Method Detail |
---|
void setName(String name)
void setVar(String var)
IManagedObject
. This is a required attribute. If the scope is
not specified (see setScope(String)
) then the projection will
be stored in page
scope.
var
- the name of the output variablesetScope(String)
void setScope(String scope)
page
,request
,
session
or application
. The default is
page
.
scope
- scope of the output variablesetVar(String)
void setTuple(hep.aida.ITuple tuple)
ITuple
from which to make the projection. This is a
required attribute.
tuple
- the ITuple
to project.void setXprojection(String xproj)
xproj
- the value to project.void setYprojection(String yproj)
yproj
- the value to project.void setFilter(String filter)
filter
- the filter for the projection.void setXbins(int xbins)
xbins
- The number of bins on the x axis.void setYbins(int ybins)
ybins
- The number of bins on the y axis.void setXmin(double xmin)
xmin
- The lower edge along x.void setXmax(double xmax)
xmax
- The upper edge along x.void setYmin(double ymin)
ymin
- The lower edge along y.void setYmax(double ymax)
ymax
- The upper edge along y.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |