Package org.jlab.physics.process
Class DVCSProcess
java.lang.Object
org.jlab.physics.process.DVCSProcess
- All Implemented Interfaces:
- IPhysicsProcess
- Author:
- gavalian
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDvcsPhoton(double E, double q2, double xb, double t, double phield, double phigd) getEvent(PhaseSpace kinematics) doublegetProperty(String key, PhysicsEvent event) getProton(PhysicsEvent event, double q2, double xb, double t) doublegetWeight(PhaseSpace kinematics) static voiddoublet_max(double q2, double xb) doublet_min(double q2, double xb) 
- 
Constructor Details- 
DVCSProcesspublic DVCSProcess()
 
- 
- 
Method Details- 
getEvent- Specified by:
- getEventin interface- IPhysicsProcess
 
- 
getPhaseSpace- Specified by:
- getPhaseSpacein interface- IPhysicsProcess
 
- 
getKinematics
- 
getProperty
- 
t_minpublic double t_min(double q2, double xb) 
- 
t_maxpublic double t_max(double q2, double xb) 
- 
getProton
- 
getDvcsPhoton
- 
main
- 
getWeight- Specified by:
- getWeightin interface- IPhysicsProcess
 
 
-