Package org.jlab.clas.fastmc
Class ParticleResolutionCentralIn
java.lang.Object
org.jlab.clas.fastmc.ParticleResolutionCentralIn
- All Implemented Interfaces:
IParticleResolution
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.jlab.clas.physics.Particle p, double torus_scale, double solenoid_scale) doublegetSigmaMom(org.jlab.clas.physics.Particle part, double torus) doublegetSigmaPhi(org.jlab.clas.physics.Particle part, double torus) doublegetSigmaTheta(org.jlab.clas.physics.Particle part, double torus)
-
Constructor Details
-
ParticleResolutionCentralIn
public ParticleResolutionCentralIn()
-
-
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:
applyin interfaceIParticleResolution
-