Package org.jlab.analysis.physics
Class CLAS12Particle
java.lang.Object
org.jlab.analysis.physics.CLAS12Particle
- Author:
- naharrison
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionCLAS12Particle(Particle particle, double Epreshower, double Einner, double Eouter, double tofTime, double tofPath, int ltccNphe, int htccNphe) 
- 
Method SummaryModifier and TypeMethodDescriptiondoubledoubledoubledoubleintintdoubledouble
- 
Field Details- 
particle
- 
Epreshowerpublic double Epreshower
- 
Einnerpublic double Einner
- 
Eouterpublic double Eouter
- 
Etotalpublic double Etotal
- 
tofTimepublic double tofTime
- 
tofPathpublic double tofPath
- 
ltccNphepublic int ltccNphe
- 
htccNphepublic int htccNphe
 
- 
- 
Constructor Details- 
CLAS12Particlepublic CLAS12Particle(Particle particle, double Epreshower, double Einner, double Eouter, double tofTime, double tofPath, int ltccNphe, int htccNphe) 
 
- 
- 
Method Details- 
getParticle
- 
getEpreshowerpublic double getEpreshower()
- 
getEinnerpublic double getEinner()
- 
getEouterpublic double getEouter()
- 
getEtotalpublic double getEtotal()
- 
getTofTimepublic double getTofTime()
- 
getTofPathpublic double getTofPath()
- 
getLtccNphepublic int getLtccNphe()
- 
getHtccNphepublic int getHtccNphe()
 
-