Uses of Class
org.jlab.clas.physics.Particle
Packages that use Particle
Package
Description
- 
Uses of Particle in org.jlab.analysis.physicsFields in org.jlab.analysis.physics declared as ParticleMethods in org.jlab.analysis.physics that return ParticleConstructors in org.jlab.analysis.physics with parameters of type ParticleModifierConstructorDescriptionCLAS12Particle(Particle particle, double Epreshower, double Einner, double Eouter, double tofTime, double tofPath, int ltccNphe, int htccNphe) 
- 
Uses of Particle in org.jlab.analysis.roadsMethods in org.jlab.analysis.roads that return ParticleMethods in org.jlab.analysis.roads with parameters of type ParticleConstructors in org.jlab.analysis.roads with parameters of type Particle
- 
Uses of Particle in org.jlab.clas.decay.analysisMethods in org.jlab.clas.decay.analysis that return ParticleMethods in org.jlab.clas.decay.analysis with parameters of type Particle
- 
Uses of Particle in org.jlab.clas.detectorMethods in org.jlab.clas.detector that return ParticleMethods in org.jlab.clas.detector with parameters of type Particle
- 
Uses of Particle in org.jlab.clas.fastmcMethods in org.jlab.clas.fastmc with parameters of type ParticleModifier and TypeMethodDescriptionvoidvoidvoidbooleanClas12FastMC.checkParticle(Particle part) Swims particle through magnetic field and checks if all detector requirements are passed. returns false if any detector cut required is not satisfied.Clas12FastMC.getDetectorResponses(Particle part) ParticleSwimmer.getParticlePath(Particle part) Returns a Path3D object for particle swam through the magnetic field.doubleParticleResolutionCentralIn.getSigmaMom(Particle part, double torus) doubleParticleResolutionCentralOut.getSigmaMom(Particle part, double torus) doubleParticleResolutionCentralIn.getSigmaPhi(Particle part, double torus) doubleParticleResolutionCentralOut.getSigmaPhi(Particle part, double torus) doubleParticleResolutionCentralIn.getSigmaTheta(Particle part, double torus) doubleParticleResolutionCentralOut.getSigmaTheta(Particle part, double torus) voidClas12FastMC.showDetectorResponses(Particle part) 
- 
Uses of Particle in org.jlab.clas.physicsMethods in org.jlab.clas.physics that return ParticleModifier and TypeMethodDescriptionPhysicsEvent.beamParticle()PhysicsEvent.closestParticle(Particle child) static ParticleParticle.createWithMassCharge(double mass, int charge, double px, double py, double pz, double vx, double vy, double vz) static ParticleParticle.createWithPid(int pid, double px, double py, double pz, double vx, double vy, double vz) ParticleList.getByCharge(int charge, int skip) returns particles by charge skipping skip particles.ParticleList.getByPid(int pid, int skip) returns particle with id = pid and skips 'skip' particlesPhysicsEvent.getGeneratedParticle(int index) RecEvent.getMatched(int gindex) ParticleGenerator.getParticle()PhysicsEvent.getParticle(int index) PhysicsEvent.getParticle(String selector) PhysicsEvent.getParticleByCharge(int charge, int skip) PhysicsEvent.getParticleByCharge(int charge, int skip, int pid) PhysicsEvent.getParticleByPid(int pid, int skip) PhysicsEvent.getParticleMatchByPid(int pid, int skip) returns particle from reconstructed event that matches particle selected from generated event.static ParticlePhysicsKinematics.getParticleUnBoosted(Particle frame, Particle part) static ParticlePhysicsKinematics.getParticleUnBoosted(Particle frame, Particle part, Boolean isBoosted) ParticleFinder.getPion(PhysicsEvent event) PhysicsEvent.targetParticle()Methods in org.jlab.clas.physics that return types with arguments of type ParticleMethods in org.jlab.clas.physics with parameters of type ParticleModifier and TypeMethodDescriptionvoidvoidPhysicsEvent.addGeneratedParticle(Particle part) voidRecEvent.addGeneratedParticle(Particle p) voidPhysicsEvent.addParticle(Particle part) voidRecEvent.addParticle(Particle p) PhysicsEvent.closestParticle(Particle child) voidvoidvoidParticle.copyParticle(Particle part) doubledoubleParticle.euclideanDistance(Particle part) static ParticlePhysicsKinematics.getParticleUnBoosted(Particle frame, Particle part) static ParticlePhysicsKinematics.getParticleUnBoosted(Particle frame, Particle part, Boolean isBoosted) Particle.particleDoca(Particle cpart) voidPhysicsEvent.setBeamParticle(Particle p) voidPhysicsEvent.setTargetParticle(Particle p) Constructors in org.jlab.clas.physics with parameters of type Particle
- 
Uses of Particle in org.jlab.physics.baseFields in org.jlab.physics.base with type parameters of type ParticleMethods in org.jlab.physics.base that return ParticleModifier and TypeMethodDescriptionEventSelector.get(PhysicsEvent event) ParticleSelector.getParticle(PhysicsEvent event) Methods in org.jlab.physics.base with parameters of type ParticleModifier and TypeMethodDescriptionbooleanParticleSelector.getParticle(PhysicsEvent event, Particle p) 
- 
Uses of Particle in org.jlab.physics.processMethods in org.jlab.physics.process that return ParticleModifier and TypeMethodDescriptionstatic ParticleKinematicsFactory.getElectron(double E, double q2, double xb) returns an electron for given beam energy, q2 and xbDVCSProcess.getProton(PhysicsEvent event, double q2, double xb, double t)