Package org.jlab.clas.decay.analysis
Class Reaction
java.lang.Object
org.jlab.clas.decay.analysis.Reaction
- Author:
- ziegler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDau1()
getDau2()
getDau3()
void
initialize
(String engine, String decays) void
void
void
void
void
setHighBound
(List<Double> highBound) void
setLowBound
(List<Double> lowBound) void
-
Constructor Details
-
Reaction
public Reaction()
-
-
Method Details
-
setDecays
-
initialize
-
getParent
- Returns:
- the parent
-
setParent
- Parameters:
parent
- the parent to set
-
getDau1
- Returns:
- the dau1
-
setDau1
- Parameters:
dau1
- the dau1 to set
-
getDau2
- Returns:
- the dau2
-
setDau2
- Parameters:
dau2
- the dau2 to set
-
getDau3
- Returns:
- the dau3
-
setDau3
- Parameters:
dau3
- the dau3 to set
-
getLowBound
- Returns:
- the lowBound
-
setLowBound
- Parameters:
lowBound
- the lowBound to set
-
getHighBound
- Returns:
- the highBound
-
setHighBound
- Parameters:
highBound
- the highBound to set
-