Package angleVetoes
Class AngleVeto
java.lang.Object
angleVetoes.AngleVeto
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Data for a single angle veto. Note that the channel
number information is not currently used.
- Author:
- Douglas Gillespie
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
double
Get a set of data that describes all of the parameters in a classdouble
void
setChannels
(int channels) void
setEndAngle
(double endAngle) void
setStartAngle
(double startAngle)
-
Constructor Details
-
AngleVeto
public AngleVeto() -
AngleVeto
public AngleVeto(int channels, double startAngle, double endAngle)
-
-
Method Details
-
getChannels
public int getChannels() -
setChannels
public void setChannels(int channels) -
getEndAngle
public double getEndAngle() -
setEndAngle
public void setEndAngle(double endAngle) -
getStartAngle
public double getStartAngle() -
setStartAngle
public void setStartAngle(double startAngle) -
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-