Contents
Class CLAS12Particle
java.lang.Object
org.jlab.analysis.physics.CLAS12Particle
- Author:
- naharrison
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCLAS12Particle
(org.jlab.clas.physics.Particle particle, double Epreshower, double Einner, double Eouter, double tofTime, double tofPath, int ltccNphe, int htccNphe) -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
int
int
org.jlab.clas.physics.Particle
double
double
-
Field Details
-
Constructor Details
-
Method Details
-
getParticle
public org.jlab.clas.physics.Particle getParticle() -
getEpreshower
public double getEpreshower() -
getEinner
public double getEinner() -
getEouter
public double getEouter() -
getEtotal
public double getEtotal() -
getTofTime
public double getTofTime() -
getTofPath
public double getTofPath() -
getLtccNphe
public int getLtccNphe() -
getHtccNphe
public int getHtccNphe()
-