Contents
Class ParticleResolutionCentralIn
java.lang.Object
org.jlab.clas.fastmc.ParticleResolutionCentralIn
- All Implemented Interfaces:
IParticleResolution
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(org.jlab.clas.physics.Particle p, double torus_scale, double solenoid_scale) double
getSigmaMom
(org.jlab.clas.physics.Particle part, double torus) double
getSigmaPhi
(org.jlab.clas.physics.Particle part, double torus) double
getSigmaTheta
(org.jlab.clas.physics.Particle part, double torus)
-
Constructor Details
-
Method Details
-
getSigmaTheta
public double getSigmaTheta(org.jlab.clas.physics.Particle part, double torus) -
getSigmaPhi
public double getSigmaPhi(org.jlab.clas.physics.Particle part, double torus) -
getSigmaMom
public double getSigmaMom(org.jlab.clas.physics.Particle part, double torus) -
apply
public void apply(org.jlab.clas.physics.Particle p, double torus_scale, double solenoid_scale) - Specified by:
apply
in interfaceIParticleResolution
-