Interface IDecay

All Known Implementing Classes:
TwoBodyDecay

public interface IDecay
Author:
gagikgavalian
  • Method Details Link icon

    • init Link icon

      void init()
    • setDecayParticle Link icon

      void setDecayParticle(int id)
    • setDecayParticle Link icon

      void setDecayParticle(String name)
    • setDecayProducts Link icon

      void setDecayProducts(int pid1, int pid2)
    • setDecayProducts Link icon

      void setDecayProducts(String name1, String name2)
    • setDecayProducts Link icon

      void setDecayProducts(int pid1, int pid2, int pid3)
    • setDecayProducts Link icon

      void setDecayProducts(String name1, String name2, String name3)
    • decayParticles Link icon

      void decayParticles(PhysicsEvent event)