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:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected doubleprotected double - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()intdoubleGet a set of data that describes all of the parameters in a classdoublevoidsetChannels(int channels) voidsetEndAngle(double endAngle) voidsetStartAngle(double startAngle)  
- 
Field Details
- 
channels
protected int channels - 
startAngle
protected double startAngle - 
endAngle
protected double endAngle 
 - 
 - 
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:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -