Class CLAS12Particle

java.lang.Object
org.jlab.analysis.physics.CLAS12Particle

public class CLAS12Particle extends Object
Author:
naharrison
  • Field Details Link icon

    • particle Link icon

      public org.jlab.clas.physics.Particle particle
    • Epreshower Link icon

      public double Epreshower
    • Einner Link icon

      public double Einner
    • Eouter Link icon

      public double Eouter
    • Etotal Link icon

      public double Etotal
    • tofTime Link icon

      public double tofTime
    • tofPath Link icon

      public double tofPath
    • ltccNphe Link icon

      public int ltccNphe
    • htccNphe Link icon

      public int htccNphe
  • Constructor Details Link icon

    • CLAS12Particle Link icon

      public CLAS12Particle(org.jlab.clas.physics.Particle particle, double Epreshower, double Einner, double Eouter, double tofTime, double tofPath, int ltccNphe, int htccNphe)
  • Method Details Link icon

    • getParticle Link icon

      public org.jlab.clas.physics.Particle getParticle()
    • getEpreshower Link icon

      public double getEpreshower()
    • getEinner Link icon

      public double getEinner()
    • getEouter Link icon

      public double getEouter()
    • getEtotal Link icon

      public double getEtotal()
    • getTofTime Link icon

      public double getTofTime()
    • getTofPath Link icon

      public double getTofPath()
    • getLtccNphe Link icon

      public int getLtccNphe()
    • getHtccNphe Link icon

      public int getHtccNphe()