Documentation of 'hep.physics.particle.Particle' Java class
Particle
hep.physics.particle

Interface Particle

  • All Known Implementing Classes:
    BasicParticle


    public interface Particle
    Description of a particle equivalent to HEPevt description
    • Method Detail

      • getEnergy

        double getEnergy()
        Energy
      • getMass

        double getMass()
        Mass
      • getPDGID

        int getPDGID()
        Convenience method for getting particles PDGID
      • getOrigin

        Hep3Vector getOrigin()
        Point of origin
      • getOriginX

        double getOriginX()
      • getOriginY

        double getOriginY()
      • getOriginZ

        double getOriginZ()
      • getPX

        double getPX()
        X component of momentum
      • getPY

        double getPY()
        Y component of momentum
      • getPZ

        double getPZ()
        Z component of momentum
      • getProductionTime

        double getProductionTime()
        Production time
      • getGeneratorStatus

        int getGeneratorStatus()
        Status code, one of FINALSTATE, INTERMEDIATE or DOCUMENTATION
      • getDaughters

        java.util.List getDaughters()
        Returns a list of the decay products of this particle
      • getParents

        java.util.List getParents()
        Returns a list of the parent(s) of this particle
      • getCharge

        double getCharge()
        Returns the particle's charge
      • asFourVector

        HepLorentzVector asFourVector()
        Return this particles momentum and energy as a 4-vector

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.