Uses of Class
org.jlab.clas.physics.Particle
Packages that use Particle
Package
Description
-
Uses of Particle in org.jlab.analysis.physics
Fields 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.roads
Methods 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.analysis
Methods 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.detector
Methods 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.fastmc
Methods in org.jlab.clas.fastmc with parameters of type ParticleModifier and TypeMethodDescriptionvoid
void
void
boolean
Clas12FastMC.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.double
ParticleResolutionCentralIn.getSigmaMom
(Particle part, double torus) double
ParticleResolutionCentralOut.getSigmaMom
(Particle part, double torus) double
ParticleResolutionCentralIn.getSigmaPhi
(Particle part, double torus) double
ParticleResolutionCentralOut.getSigmaPhi
(Particle part, double torus) double
ParticleResolutionCentralIn.getSigmaTheta
(Particle part, double torus) double
ParticleResolutionCentralOut.getSigmaTheta
(Particle part, double torus) void
Clas12FastMC.showDetectorResponses
(Particle part) -
Uses of Particle in org.jlab.clas.physics
Methods in org.jlab.clas.physics that return ParticleModifier and TypeMethodDescriptionPhysicsEvent.beamParticle()
PhysicsEvent.closestParticle
(Particle child) static Particle
Particle.createWithMassCharge
(double mass, int charge, double px, double py, double pz, double vx, double vy, double vz) static Particle
Particle.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 Particle
PhysicsKinematics.getParticleUnBoosted
(Particle frame, Particle part) static Particle
PhysicsKinematics.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 TypeMethodDescriptionvoid
void
PhysicsEvent.addGeneratedParticle
(Particle part) void
RecEvent.addGeneratedParticle
(Particle p) void
PhysicsEvent.addParticle
(Particle part) void
RecEvent.addParticle
(Particle p) PhysicsEvent.closestParticle
(Particle child) void
void
void
Particle.copyParticle
(Particle part) double
double
Particle.euclideanDistance
(Particle part) static Particle
PhysicsKinematics.getParticleUnBoosted
(Particle frame, Particle part) static Particle
PhysicsKinematics.getParticleUnBoosted
(Particle frame, Particle part, Boolean isBoosted) Particle.particleDoca
(Particle cpart) void
PhysicsEvent.setBeamParticle
(Particle p) void
PhysicsEvent.setTargetParticle
(Particle p) Constructors in org.jlab.clas.physics with parameters of type Particle -
Uses of Particle in org.jlab.physics.base
Fields 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 TypeMethodDescriptionboolean
ParticleSelector.getParticle
(PhysicsEvent event, Particle p) -
Uses of Particle in org.jlab.physics.process
Methods in org.jlab.physics.process that return ParticleModifier and TypeMethodDescriptionstatic Particle
KinematicsFactory.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)