Package org.jlab.analysis.physics
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
-
particle
public org.jlab.clas.physics.Particle particle -
Epreshower
public double Epreshower -
Einner
public double Einner -
Eouter
public double Eouter -
Etotal
public double Etotal -
tofTime
public double tofTime -
tofPath
public double tofPath -
ltccNphe
public int ltccNphe -
htccNphe
public int htccNphe
-
-
Constructor Details
-
CLAS12Particle
public CLAS12Particle(org.jlab.clas.physics.Particle particle, double Epreshower, double Einner, double Eouter, double tofTime, double tofPath, int ltccNphe, int htccNphe)
-
-
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()
-