|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectangleVetoes.AngleVetoParameters
public class AngleVetoParameters
PArameters controlling angle vetoes for a particular detector.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
private java.util.ArrayList<AngleVeto> |
vetoList
|
| Constructor Summary | |
|---|---|
AngleVetoParameters()
|
|
| Method Summary | |
|---|---|
void |
addVeto(AngleVeto angleVeto)
Add a veto to the list. |
AngleVetoParameters |
clone()
|
AngleVeto |
getVeto(int index)
Get an angle veto from the list |
int |
getVetoCount()
Get a count of the number of angle vetoes in the list |
boolean |
removeVeto(AngleVeto angleVeto)
Remove a veto from the list. |
void |
removeVeto(int index)
Remove a veto from the list |
void |
replaceVeto(int index,
AngleVeto newOne)
Replace a veto in the list at given index. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
private java.util.ArrayList<AngleVeto> vetoList
| Constructor Detail |
|---|
public AngleVetoParameters()
| Method Detail |
|---|
public int getVetoCount()
public AngleVeto getVeto(int index)
index - index of veto to retreive.
public void addVeto(AngleVeto angleVeto)
angleVeto - new angle vetopublic void removeVeto(int index)
index - index of veto to removepublic boolean removeVeto(AngleVeto angleVeto)
angleVeto - reference to veto to remove
public void replaceVeto(int index,
AngleVeto newOne)
index - index of veto to replacenewOne - new vetopublic AngleVetoParameters clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||