Uses of Class
org.jlab.clas.swimtools.Swim
Packages that use Swim
Package
Description
- 
Uses of Swim in org.jlab.clas.decay.analysisConstructors in org.jlab.clas.decay.analysis with parameters of type Swim
- 
Uses of Swim in org.jlab.clas.tracking.kalmanfilterFields in org.jlab.clas.tracking.kalmanfilter declared as SwimMethods in org.jlab.clas.tracking.kalmanfilter that return SwimMethods in org.jlab.clas.tracking.kalmanfilter with parameters of type SwimModifier and TypeMethodDescriptionabstract booleanAStateVecs.getStateVecPosAtMeasSite(AStateVecs.StateVec iVec, AMeasVecs.MeasVec mv, Swim swim) abstract double[]AMeasVecs.H(AStateVecs.StateVec stateVec, AStateVecs sv, AMeasVecs.MeasVec mv, Swim swimmer) abstract voidAStateVecs.init(Helix trk, double[][] cov, double xref, double yref, double zref, double mass, Swim swimmer) AStateVecs.newStateVecAtMeasSite(AStateVecs.StateVec vec, AMeasVecs.MeasVec mv, Swim swimmer) abstract booleanAStateVecs.setStateVecPosAtMeasSite(AStateVecs.StateVec vec, AMeasVecs.MeasVec mv, Swim swimmer) voidAKFitter.setSwimmer(Swim swimmer) final voidAStateVecs.transport(AStateVecs.StateVec iVec, int f, AMeasVecs mv, Swim swimmer) Constructors in org.jlab.clas.tracking.kalmanfilter with parameters of type SwimModifierConstructorDescriptionAKFitter(boolean filter, int iterations, int dir, Swim swim, MatrixOps.Libr m) 
- 
Uses of Swim in org.jlab.clas.tracking.kalmanfilter.helicalMethods in org.jlab.clas.tracking.kalmanfilter.helical with parameters of type SwimModifier and TypeMethodDescriptionbooleanStateVecs.getStateVecPosAtMeasSite(AStateVecs.StateVec sv, AMeasVecs.MeasVec mv, Swim swim) double[]MeasVecs.H(AStateVecs.StateVec stateVec, AStateVecs sv, AMeasVecs.MeasVec mv, Swim swimmer) voidStateVecs.init(Helix helix, double[][] cov, double xref, double yref, double zref, double mass, Swim swimmer) booleanStateVecs.setStateVecPosAtMeasSite(AStateVecs.StateVec sv, AMeasVecs.MeasVec mv, Swim swimmer) Constructors in org.jlab.clas.tracking.kalmanfilter.helical with parameters of type SwimModifierConstructorDescriptionKFitter(boolean filter, int iterations, int dir, Swim swim, MatrixOps.Libr mo) 
- 
Uses of Swim in org.jlab.clas.tracking.kalmanfilter.straightMethods in org.jlab.clas.tracking.kalmanfilter.straight with parameters of type SwimModifier and TypeMethodDescriptionbooleanStateVecs.getStateVecPosAtMeasSite(AStateVecs.StateVec vec, AMeasVecs.MeasVec mv, Swim swim) double[]MeasVecs.H(AStateVecs.StateVec stateVec, AStateVecs sv, AMeasVecs.MeasVec mv, Swim swimmer) voidStateVecs.init(Helix trk, double[][] cov, double xref, double yref, double zref, double mass, Swim swimmer) booleanStateVecs.setStateVecPosAtMeasSite(AStateVecs.StateVec sv, AMeasVecs.MeasVec mv, Swim swimmer) 
- 
Uses of Swim in org.jlab.clas.tracking.kalmanfilter.zReferenceMethods in org.jlab.clas.tracking.kalmanfilter.zReference with parameters of type SwimModifier and TypeMethodDescriptiondoubleStateVecs.getDeltaPath(int sector, int i, double Zf, AStateVecs.StateVec iVec, AMeasVecs mv, Swim swimmer) booleanStateVecs.getStateVecPosAtMeasSite(AStateVecs.StateVec sv, AMeasVecs.MeasVec mv, Swim swim) double[]MeasVecs.H(AStateVecs.StateVec stateVec, AStateVecs sv, AMeasVecs.MeasVec mv, Swim swimmer) voidStateVecs.init(Helix helix, double[][] cov, double xref, double yref, double zref, double mass, Swim swimmer) booleanStateVecs.setStateVecPosAtMeasSite(AStateVecs.StateVec sv, AMeasVecs.MeasVec mv, Swim swimmer) org.jlab.jnp.matrix.MatrixStateVecs.transport(int sector, int i, double Zf, AStateVecs.StateVec iVec, AMeasVecs mv, Swim swimmer) booleanStateVecs.transport(int sector, int i, int f, AStateVecs.StateVec iVec, AMeasVecs mv, Swim swimmer, boolean forward) Constructors in org.jlab.clas.tracking.kalmanfilter.zReference with parameters of type SwimModifierConstructorDescriptionKFitter(boolean filter, int iterations, int dir, Swim swim, double[] Z, MatrixOps.Libr mo) KFitterStraight(boolean filter, int iterations, int dir, Swim swim, double[] Z, MatrixOps.Libr mo) 
- 
Uses of Swim in org.jlab.clas.tracking.utilitiesMethods in org.jlab.clas.tracking.utilities with parameters of type SwimModifier and TypeMethodDescriptionvoidRungeKuttaDoca.RK4transport(int sector, double h, Swim swim, org.jlab.jnp.matrix.Matrix cMat, AStateVecs.StateVec vec) Transport using Runge Kutta 4, updating the covariance matrix.voidRungeKuttaDoca.SwimToZ(int sector, AStateVecs.StateVec vec, Swim swim, double z0, float[] bf) Swim to Z position without updating the covariance matrix.
- 
Uses of Swim in org.jlab.rec.cvt.banksMethods in org.jlab.rec.cvt.banks with parameters of type SwimModifier and TypeMethodDescriptionvoidHitReader.fetch_BMTHits(DataEvent event, Swim swim, IndexedTable status, IndexedTable timeCuts, IndexedTable bmtStripVoltage, IndexedTable bmtStripVoltageThresh) Gets the BMT hits from the BMT dgtz bank
- 
Uses of Swim in org.jlab.rec.cvt.bmtMethods in org.jlab.rec.cvt.bmt with parameters of type SwimModifier and TypeMethodDescriptionBMTGeometry.getIdealLCZstrip(int region, int sector, int strip, Swim swim) Returns Line3D for Z detector pseudostrip identified from region, sector, strip numbers, for ideal geometry After Loentz angle correctionBMTGeometry.getLCZstrip(int region, int sector, int strip, Swim swim) Returns Line3D for Z detector pseudo-strip identified from region, sector, strip numbers, for real geometry After Lorentz angle correctiondoubleBMTGeometry.getThetaLorentz(int layer, int sector, double x, double y, double z, Swim swim) Calculate Theta Lorentz based on solenoid scale and drift settingsdoubleBMTGeometry.getThetaLorentz(int layer, int sector, Point3D pos, Swim swim) Calculate Theta Lorentz based on solenoid scale and drift settings
- 
Uses of Swim in org.jlab.rec.cvt.crossMethods in org.jlab.rec.cvt.cross with parameters of type Swim
- 
Uses of Swim in org.jlab.rec.cvt.hitMethods in org.jlab.rec.cvt.hit with parameters of type SwimModifier and TypeMethodDescriptionvoidStrip.calcBMTStripParams(int sector, int layer, Swim swim) 
- 
Uses of Swim in org.jlab.rec.cvt.servicesMethods in org.jlab.rec.cvt.services with parameters of type SwimModifier and TypeMethodDescriptionRecUtilities.findBMTClustersOnTrk(List<Cluster> allClusters, List<Cross> seedCrosses, Helix helix, double P, int Q, Swim swimmer) RecUtilities.findClustersOnTrk(List<Cluster> allClusters, List<Cluster> seedCluster, Track trk, Swim swimmer) RecUtilities.reFit(List<Seed> seedlist, Swim swimmer, StraightTrackSeeder trseed, double xb, double yb) RecUtilities.reFit(List<Seed> seedlist, Swim swimmer, TrackSeederSVTLinker trseed, TrackSeeder trseed2, double xb, double yb) Deprecated.RecUtilities.reFitSeed(Seed bseed, Swim swimmer, TrackSeederSVTLinker trseed, TrackSeeder trseed2) Constructors in org.jlab.rec.cvt.services with parameters of type SwimModifierConstructorDescriptionCVTReconstruction(Swim swimmer) TracksFromTargetRec(Swim swimmer, double[] beamPos) 
- 
Uses of Swim in org.jlab.rec.cvt.trackMethods in org.jlab.rec.cvt.track with parameters of type SwimConstructors in org.jlab.rec.cvt.track with parameters of type SwimModifierConstructorDescriptionTrackSeeder(Swim swimmer, double xb, double yb) TrackSeederCA(Swim swimmer, double xb, double yb) TrackSeederSVTLinker(Swim swimmer, double xb, double yb) 
- 
Uses of Swim in org.jlab.rec.dc.crossMethods in org.jlab.rec.dc.cross with parameters of type SwimModifier and TypeMethodDescriptionCrossListFinder.candCrossLists(DataEvent event, List<Cross> dccrosslist, boolean TimeBased, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde, Swim swimmer, boolean FOOS) voidCrossListFinder.updateBFittedHits(DataEvent event, Cross c, IndexedTable tab, DCGeant4Factory DcDetector, TimeToDistanceEstimator tde, Swim swimmer) 
- 
Uses of Swim in org.jlab.rec.dc.trackMethods in org.jlab.rec.dc.track with parameters of type SwimModifier and TypeMethodDescriptionvoidTrackCandListFinder.getInitState(Track trkcand, double z0, int c, AStateVecs.StateVec initStateVec, Swim dcSwim, float[] bf) TrackCandListFinder.getTrackCands(CrossList crossList, DCGeant4Factory DcDetector, double TORSCALE, Swim dcSwim, boolean donotapplyCuts) voidTrackCandListFinder.matchHits(List<StateVec> stateVecAtPlanesList, Track trk, DCGeant4Factory DcDetector, Swim dcSwim) voidTrackCandListFinder.setTrackPars(Track cand, Trajectory traj, TrajectoryFinder trjFind, StateVec stateVec, double z, DCGeant4Factory getDcDetector, Swim dcSwim) voidTrackCandListFinder.setTrackPars(Track cand, Trajectory traj, TrajectoryFinder trjFind, StateVec stateVec, double z, DCGeant4Factory getDcDetector, Swim dcSwim, double xB, double yB) 
- 
Uses of Swim in org.jlab.rec.dc.track.fitMethods in org.jlab.rec.dc.track.fit with parameters of type SwimModifier and TypeMethodDescriptionvoidRungeKuttaDoca.SwimToZ(int sector, StateVecsDoca.StateVec vec, Swim swim, double z0, float[] bf) Swim to Z position without updating the covariance matrix.Constructors in org.jlab.rec.dc.track.fit with parameters of type SwimModifierConstructorDescriptionKFitterDoca(Track trk, DCGeant4Factory DcDetector, boolean TimeBasedUsingHBtrack, Swim swimmer, int c) StateVecsDoca(Swim swimmer) State vector representing the track in the sector coordinate system at the measurement layer
- 
Uses of Swim in org.jlab.rec.dc.trajectoryMethods in org.jlab.rec.dc.trajectory with parameters of type SwimModifier and TypeMethodDescriptionvoidTrajectory.calcTrajectory(int trackId, Swim dcSwim, Point3D v, Vector3D p, int q) TrajectoryFinder.findTrajectory(List<Cross> candCrossList, DCGeant4Factory DcDetector, Swim dcSwim) doubleTrajectoryFinder.integralBdl(int sector, DCGeant4Factory DcDetector, Swim dcSwim) 
- 
Uses of Swim in org.jlab.rec.fmt.trackMethods in org.jlab.rec.fmt.track with parameters of type Swim
- 
Uses of Swim in org.jlab.rec.fmt.track.fitMethods in org.jlab.rec.fmt.track.fit with parameters of type SwimModifier and TypeMethodDescriptionvoidRungeKutta.SwimToZ(int sector, StateVecs.StateVec fVec, Swim dcSwim, double z0, float[] bf) Constructors in org.jlab.rec.fmt.track.fit with parameters of type Swim
- 
Uses of Swim in org.jlab.rec.vtxSubclasses of Swim in org.jlab.rec.vtx
- 
Uses of Swim in org.jlab.service.dcMethods in org.jlab.service.dc with parameters of type SwimModifier and TypeMethodDescriptionvoidDCTBEngine.getInitState(Track trkcand, double z0, AStateVecs.StateVec initStateVec, KFitter kf, Swim dcSwim, float[] bf) voidDCTBEngine.getInitState(Track trkcand, double z0, AStateVecs.StateVec initStateVec, KFitterStraight kf, Swim dcSwim, float[] bf)