Contents
Class TwoBodyDecay
java.lang.Object
org.jlab.clas.reactions.TwoBodyDecay
- All Implemented Interfaces:
IDecay
-
Constructor Summary
ConstructorsConstructorDescriptionTwoBodyDecay
(int parentID, int childid1, int childid2) TwoBodyDecay
(String parent, String child1, String child2) -
Method Summary
Modifier and TypeMethodDescriptionvoid
decayParticles
(PhysicsEvent event) void
init()
void
setDecayParticle
(int id) void
setDecayParticle
(String name) void
setDecayProducts
(int pid1, int pid2) void
setDecayProducts
(int pid1, int pid2, int pid3) void
setDecayProducts
(String name1, String name2) void
setDecayProducts
(String name1, String name2, String name3)
-
Constructor Details
-
Method Details
-
init
-
setDecayParticle
public void setDecayParticle(int id) - Specified by:
setDecayParticle
in interfaceIDecay
-
setDecayParticle
- Specified by:
setDecayParticle
in interfaceIDecay
-
setDecayProducts
public void setDecayProducts(int pid1, int pid2) - Specified by:
setDecayProducts
in interfaceIDecay
-
setDecayProducts
- Specified by:
setDecayProducts
in interfaceIDecay
-
setDecayProducts
public void setDecayProducts(int pid1, int pid2, int pid3) - Specified by:
setDecayProducts
in interfaceIDecay
-
setDecayProducts
- Specified by:
setDecayProducts
in interfaceIDecay
-
decayParticles
- Specified by:
decayParticles
in interfaceIDecay
-