Index

A B C D E F G H I K L M N O P R S T U V X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ADCConvertor - Class in org.jlab.rec.cvt.hit
 
ADCConvertor() - Constructor for class org.jlab.rec.cvt.hit.ADCConvertor
 
add_Clusters(List<Cluster>) - Method in class org.jlab.rec.cvt.track.Seed
 
add_Crosses(List<Cross>) - Method in class org.jlab.rec.cvt.track.Seed
 
addMaterial(String, double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
addNeighbour(Cell) - Method in class org.jlab.rec.cvt.track.Cell
 
AllCircleCalcsFailed - Enum constant in enum class org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
cross-check using simple 3-point circle calculator
AllCircleCalcsFailed - Enum constant in enum class org.jlab.rec.cvt.fit.StraightTrackFitter.FitStatus
cross-check using simple 3-point circle calculator
appendCVTBanks(DataEvent, List<Hit>, List<Hit>, List<Cluster>, List<Cluster>, List<ArrayList<Cross>>, List<Seed>, List<Track>) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
appendCVTCosmicsBanks(DataEvent, List<Hit>, List<Hit>, List<Cluster>, List<Cluster>, List<ArrayList<Cross>>, List<StraightTrack>, List<StraightTrack>) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
AXES - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 

B

B - Variable in class org.jlab.rec.cvt.trajectory.Helix
 
B_grid - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
beamSpotConstraint - Variable in class org.jlab.rec.cvt.Constants
 
betterThan(Seed) - Method in class org.jlab.rec.cvt.track.Seed
Compare this track quality with the given track based on NDF and Chi2
betterThan(Track) - Method in class org.jlab.rec.cvt.track.Track
Compare this track quality with the given track based on NDF and Chi2
bmax - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
bmin - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
BMTConstants - Class in org.jlab.rec.cvt.bmt
 
BMTGeometry - Class in org.jlab.rec.cvt.bmt
 
BMTGeometry(IndexedTable) - Constructor for class org.jlab.rec.cvt.bmt.BMTGeometry
Handles BMT geometry
bmtHVCuts - Variable in class org.jlab.rec.cvt.Constants
 
BMTINNERTUBE - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTLAYER1 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTLAYER2 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTLAYER3 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTLAYER4 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTLAYER5 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTLAYER6 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTLINERESISNSIG - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
BMTOUTERTUBE - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
BMTType - Enum Class in org.jlab.rec.cvt.bmt
 
BSTEXCLUDEDFITREGION - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
BSTTRKINGNUMBERITERATIONS - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 

C

C - Enum constant in enum class org.jlab.rec.cvt.bmt.BMTType
 
CAANGLE1 - Static variable in class org.jlab.rec.cvt.Constants
 
CAANGLE2 - Static variable in class org.jlab.rec.cvt.Constants
 
CAANGLE3 - Static variable in class org.jlab.rec.cvt.Constants
 
CAANGLE4 - Static variable in class org.jlab.rec.cvt.Constants
 
CAANGLE5 - Static variable in class org.jlab.rec.cvt.Constants
 
calc_CentroidParams() - Method in class org.jlab.rec.cvt.cluster.Cluster
sets energy-weighted parameters; these are the strip centroid (energy-weighted) value, the energy-weighted phi for Z detectors and the energy-weighted z for C detectors
calcBMTStripParams(int, int, Swim) - Method in class org.jlab.rec.cvt.hit.Strip
 
calcCentErr(Cross, Cluster) - Method in class org.jlab.rec.cvt.cross.CrossMaker
 
calcNearestStrip(double, double, double, int, int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
calcStraightTrkChi2() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
calcTrackIntersBMT(Ray, int) - Static method in class org.jlab.rec.cvt.trajectory.TrajectoryFinder
 
calcTrackIntersSVT(Ray) - Static method in class org.jlab.rec.cvt.trajectory.TrajectoryFinder
 
CAonRZ(List<ArrayList<Cross>>, List<ArrayList<Cross>>) - Method in class org.jlab.rec.cvt.track.TrackSeederCA
 
CCDBConstantsLoader - Class in org.jlab.rec.cvt.bmt
 
CCDBConstantsLoader() - Constructor for class org.jlab.rec.cvt.bmt.CCDBConstantsLoader
 
Cell - Class in org.jlab.rec.cvt.track
Base cell for the cellular automaton A cell is defined by two crosses and its state
Cell() - Constructor for class org.jlab.rec.cvt.track.Cell
 
Cell(Cross, Cross) - Constructor for class org.jlab.rec.cvt.track.Cell
 
Cell(Cross, Cross, String) - Constructor for class org.jlab.rec.cvt.track.Cell
 
center() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
checkForOverlaps(List<Track>, String) - Static method in class org.jlab.rec.cvt.track.Track
 
chi2 - Variable in class org.jlab.rec.cvt.trajectory.Ray
 
CHI2CUT - Static variable in class org.jlab.rec.cvt.Constants
 
CHI2CUTSSA - Static variable in class org.jlab.rec.cvt.Constants
 
chisq() - Method in class org.jlab.rec.cvt.fit.CircleFitPars
Returns the chi^2 of the fit
chisq() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
CircleCalcInconsistentWithFit - Enum constant in enum class org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
 
CircleCalcInconsistentWithFit - Enum constant in enum class org.jlab.rec.cvt.fit.StraightTrackFitter.FitStatus
 
CircleCalcPars - Class in org.jlab.rec.cvt.fit
Returns the calculated center and radius of a circle from three points.
CircleCalcPars(double, double, double) - Constructor for class org.jlab.rec.cvt.fit.CircleCalcPars
 
CircleCalculator - Class in org.jlab.rec.cvt.fit
A simple algorithm to calculate the center and radius of a circle that passes through three points
CircleCalculator() - Constructor for class org.jlab.rec.cvt.fit.CircleCalculator
 
CIRCLEFIT_MAXCHI2 - Static variable in class org.jlab.rec.cvt.Constants
 
CircleFitFailed - Enum constant in enum class org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
CircleFit failed.
CircleFitFailed - Enum constant in enum class org.jlab.rec.cvt.fit.StraightTrackFitter.FitStatus
CircleFit failed.
CircleFitPars - Class in org.jlab.rec.cvt.fit
Returns the parameters of a fit with a circle to hits in the the CLAS12 where the solenoid field bends the particle path into a helix.
CircleFitPars(double, double, double, double, double, double, double[]) - Constructor for class org.jlab.rec.cvt.fit.CircleFitPars
 
CircleFitter - Class in org.jlab.rec.cvt.fit
Circle fit using the Karimaki algorithm.
CircleFitter(double, double) - Constructor for class org.jlab.rec.cvt.fit.CircleFitter
Constructor Sets the reference point to (0,0)
CleanupSpuriousCrosses(List<ArrayList<Cross>>, List<Track>) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
CleanupSpuriousSVTCrosses(List<Cross>, List<Track>) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
Cluster - Class in org.jlab.rec.cvt.cluster
A cluster in the BST consists of an array of hits that are grouped together according to the algorithm of the ClusterFinder class
Cluster(DetectorType, BMTType, int, int, int) - Constructor for class org.jlab.rec.cvt.cluster.Cluster
 
ClusterFinder - Class in org.jlab.rec.cvt.cluster
 
ClusterFinder() - Constructor for class org.jlab.rec.cvt.cluster.ClusterFinder
 
compare(Cell, Cell) - Method in class org.jlab.rec.cvt.track.Cell
 
compareStrips(List<Line3D>, List<Line3D>, Point3D) - Static method in class org.jlab.rec.cvt.Geometry
Draws representative plots of the differences between the two lists of strips, compensating for a global offset
compareTo(Cluster) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
compareTo(Cross) - Method in class org.jlab.rec.cvt.cross.Cross
Sorts crosses
compareTo(Hit) - Method in class org.jlab.rec.cvt.hit.Hit
 
compareTo(Cell) - Method in class org.jlab.rec.cvt.track.Cell
 
compareTo(Seed) - Method in class org.jlab.rec.cvt.track.Seed
 
compareTo(Seed.Key) - Method in class org.jlab.rec.cvt.track.Seed.Key
 
compareTo(Track) - Method in class org.jlab.rec.cvt.track.Track
 
compareTo(StateVec) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
Constants - Class in org.jlab.rec.cvt
 
contains(Cross) - Method in class org.jlab.rec.cvt.track.Cell
 
Contains(ArrayList<Cross>, ArrayList<Cross>) - Method in class org.jlab.rec.cvt.cross.CrossList
 
containsCross(Cross) - Method in class org.jlab.rec.cvt.track.StraightTrack
 
containsCross(Cross) - Method in class org.jlab.rec.cvt.track.Track
 
ContainsNot(ArrayList<ArrayList<Cross>>, ArrayList<Cross>) - Method in class org.jlab.rec.cvt.cross.CrossList
 
CosmicFitPars - Class in org.jlab.rec.cvt.fit
The fit parameters of a line fit returned by HelicalTrackFitter
CosmicFitPars(Ray, double[]) - Constructor for class org.jlab.rec.cvt.fit.CosmicFitPars
 
CosmicFitter - Class in org.jlab.rec.cvt.fit
A fitter which does sequential fit (for x, y coordinates) and then (for r, z coordinates) to a line using LineFitter.
CosmicFitter() - Constructor for class org.jlab.rec.cvt.fit.CosmicFitter
Creates a new instance of HelicalTrackFitter.
CosmicFitter.FitStatus - Enum Class in org.jlab.rec.cvt.fit
Status of the HelicalTrackFit
COSMICPLANE - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
COSMICSMINRESIDUALX - Static variable in class org.jlab.rec.cvt.Constants
 
COSMICSMINRESIDUALZ - Static variable in class org.jlab.rec.cvt.Constants
 
CosmicTracksRec - Class in org.jlab.rec.cvt.services
 
CosmicTracksRec() - Constructor for class org.jlab.rec.cvt.services.CosmicTracksRec
 
cosTheta() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
cov() - Method in class org.jlab.rec.cvt.fit.CircleFitPars
Returns the covariance matrix of the fit
COVCOSMIC - Static variable in class org.jlab.rec.cvt.Constants
 
COVHELIX - Static variable in class org.jlab.rec.cvt.Constants
 
COVMATSCALEFACT - Static variable in class org.jlab.rec.cvt.Constants
 
createCells(List<Cross>) - Method in class org.jlab.rec.cvt.track.MakerCA
 
Cross - Class in org.jlab.rec.cvt.cross
The crosses are objects used to find tracks and are characterized by a 3-D point and a direction unit vector.
Cross(DetectorType, BMTType, int, int, int) - Constructor for class org.jlab.rec.cvt.cross.Cross
 
crossIds - Variable in class org.jlab.rec.cvt.track.Seed.Key
 
CrossList - Class in org.jlab.rec.cvt.cross
List of crosses used to fit a track candidate
CrossList() - Constructor for class org.jlab.rec.cvt.cross.CrossList
 
CrossMaker - Class in org.jlab.rec.cvt.cross
Driver class to make crosses
CrossMaker() - Constructor for class org.jlab.rec.cvt.cross.CrossMaker
 
CROSSZCUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
CVTEngine - Class in org.jlab.rec.cvt.services
Service to return reconstructed TRACKS format
CVTEngine() - Constructor for class org.jlab.rec.cvt.services.CVTEngine
 
CVTEngine(String) - Constructor for class org.jlab.rec.cvt.services.CVTEngine
 
CVTReconstruction - Class in org.jlab.rec.cvt.services
 
CVTReconstruction() - Constructor for class org.jlab.rec.cvt.services.CVTReconstruction
 
CVTReconstruction(Swim) - Constructor for class org.jlab.rec.cvt.services.CVTReconstruction
 
CVTSecondPassEngine - Class in org.jlab.rec.cvt.services
Service to return reconstructed TRACKS format
CVTSecondPassEngine() - Constructor for class org.jlab.rec.cvt.services.CVTSecondPassEngine
 

D

DEFAULTPID - Static variable in class org.jlab.rec.cvt.Constants
 
DEFAULTSWIMACC - Static variable in class org.jlab.rec.cvt.Constants
 
DELTATHRESHOLD - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
detMatZ_ov_A_timesThickn - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
distanceToEdge(int, int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
doca() - Method in class org.jlab.rec.cvt.fit.CircleFitPars
Returns the doca to the reference point
draw() - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
DZCUTBUFFEESSA - Static variable in class org.jlab.rec.cvt.Constants
 
DZDRCUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 

E

E_grid - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
EDEPMIN - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
emax - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
EMAXREADOUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
emin - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
end() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
equals(Object) - Method in class org.jlab.rec.cvt.cross.Cross
 
equals(Object) - Method in class org.jlab.rec.cvt.track.Track
 
equals(Cell) - Method in class org.jlab.rec.cvt.track.Cell
 
ETOTCUT - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
ETOTCUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
evolve(int) - Method in class org.jlab.rec.cvt.track.MakerCA
 
EXCLUDELAYERS - Variable in class org.jlab.rec.cvt.Constants
 

F

f - Static variable in class org.jlab.rec.cvt.Constants
 
fetch_BMTHits(DataEvent, Swim, IndexedTable, IndexedTable, IndexedTable, IndexedTable) - Method in class org.jlab.rec.cvt.banks.HitReader
Gets the BMT hits from the BMT dgtz bank
fetch_SVTHits(DataEvent, int, int, IndexedTable, IndexedTable) - Method in class org.jlab.rec.cvt.banks.HitReader
Gets the SVT hits from the BMT dgtz bank
fillBMTClusterBank(DataEvent, List<Cluster>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillBMTCrossBank(DataEvent, List<Cross>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillBMTHitBank(DataEvent, List<Hit>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillKFTrajectoryBank(DataEvent, List<Track>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillSeedBank(DataEvent, List<Seed>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillSeedClusBank(DataEvent, List<Seed>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillStraightSeedsBank(DataEvent, List<StraightTrack>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillStraightTrackKFTrajectoryBank(DataEvent, List<StraightTrack>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillStraightTracksBank(DataEvent, List<StraightTrack>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillStraightTracksTrajectoryBank(DataEvent, List<StraightTrack>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillSVTClusterBank(DataEvent, List<Cluster>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillSVTCrossBank(DataEvent, List<Cross>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillSVTHitBank(DataEvent, List<Hit>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillTrackBank(DataEvent, List<Track>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillTrackCovMatBank(DataEvent, List<Track>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillTrajectoryBank(DataEvent, List<Track>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillTrkCrossBank(DataBank, Map<String, Integer>, List<Cross>, int) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
fillUTrackBank(DataEvent, List<Track>, String) - Static method in class org.jlab.rec.cvt.banks.RecoBankWriter
 
findBMTClustersOnTrk(List<Cluster>, List<Cross>, Helix, double, int, Swim) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
findBMTCrosses(ArrayList<Cluster>, ArrayList<Cluster>, int) - Method in class org.jlab.rec.cvt.cross.CrossMaker
 
findCandidateCrossLists(List<ArrayList<Cross>>, double, double, Swim) - Method in class org.jlab.rec.cvt.cross.HelixCrossListFinder
 
findCandUsingMicroMegas(Seed, List<Cross>) - Method in class org.jlab.rec.cvt.track.StraightTrackSeeder
 
findCandUsingMicroMegas(Seed, List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeeder
 
findClusters() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
findClusters(List<Hit>) - Method in class org.jlab.rec.cvt.cluster.ClusterFinder
 
findClustersOnTrack(List<Cluster>, StraightTrack) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
findClustersOnTrk(List<Cluster>, List<Cluster>, Track, Swim) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
findCosmicsCandidateCrossLists(List<ArrayList<Cross>>, int) - Method in class org.jlab.rec.cvt.cross.StraightTrackCrossListFinder
 
findCrosses() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
findCrosses(List<Cluster>) - Method in class org.jlab.rec.cvt.cross.CrossMaker
 
findCrossesFromClustersOnTrk(List<Cross>, List<Cluster>, Track, double, double) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
findCrossesOnBMTTrack(List<Cross>, List<Cluster>) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
findNeigbors() - Method in class org.jlab.rec.cvt.track.MakerCA
 
findSeed(List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeederXY
 
findSeed(List<Cross>, List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeeder
 
findSeed(List<Cross>, List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeederCA
 
findSeed(List<Cross>, List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeederSVTLinker
 
findSeed(List<Cross>, List<Cross>, boolean, double, double) - Method in class org.jlab.rec.cvt.track.StraightTrackSeeder
 
findSeedCrossList(List<Cross>) - Method in class org.jlab.rec.cvt.track.StraightTrackSeeder
 
findSeedCrossList(List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeeder
 
findSeedCrossList(List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeederXY
 
findSVTCrosses(List<Cluster>, List<Cluster>) - Method in class org.jlab.rec.cvt.cross.CrossMaker
 
findTrackSeeds(List<Cross>) - Method in class org.jlab.rec.cvt.cross.StraightTrackCrossListFinder
 
findTrajectory() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
findTrajectory(int, Ray, ArrayList<Cross>) - Method in class org.jlab.rec.cvt.trajectory.TrajectoryFinder
 
findTrajectory(Swim, List<Surface>) - Method in class org.jlab.rec.cvt.track.Track
 
FirstPassIdx - Variable in class org.jlab.rec.cvt.track.Seed
 
fit(int, double, double, double) - Method in class org.jlab.rec.cvt.track.Seed
 
fit(List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>) - Method in class org.jlab.rec.cvt.fit.CosmicFitter
Does fit to 2 sets of inputs : circle fit to array X[i] Y[i] and line fit to array Y_prime[j] Z[j]
fit(List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>) - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
fit(List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, double, double) - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
fit2(List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>, List<Double>) - Method in class org.jlab.rec.cvt.fit.CosmicFitter
 
fitSeed(List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeeder
 
fitSeed(List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeederXY
 
fitSeed(List<Cross>, int, boolean, double, double) - Method in class org.jlab.rec.cvt.track.StraightTrackSeeder
 
fitStatus(List<Double>, List<Double>, List<Double>, int) - Method in class org.jlab.rec.cvt.fit.CircleFitter
Fits the set of data points given by arrays xm[], ym[], with corresponding weights wm[].The number of points that are fitted is given by NP.The fit returns a boolean flag of true if the fit was successful.
fitStatus(List<Double>, List<Double>, List<Double>, List<Double>, int) - Method in class org.jlab.rec.cvt.fit.LineFitter
 
flagForExclusion - Variable in class org.jlab.rec.cvt.cluster.Cluster
 
flagMCSeeds(List<Seed>, int) - Static method in class org.jlab.rec.cvt.track.Seed
 
flagSeeds - Variable in class org.jlab.rec.cvt.Constants
 
flagSeeds - Variable in class org.jlab.rec.cvt.services.CVTEngine
 

G

gemcIgnBMT0ADC - Variable in class org.jlab.rec.cvt.Constants
 
gemcIgnBMT0ADC - Variable in class org.jlab.rec.cvt.services.CVTEngine
 
Geometry - Class in org.jlab.rec.cvt
 
geOuterSurfaces() - Method in class org.jlab.rec.cvt.Geometry
 
getabCrs() - Method in class org.jlab.rec.cvt.track.MakerCA
 
getActiveMeasurements(Seed) - Method in class org.jlab.rec.cvt.measurement.Measurements
 
getActiveMeasurements(StraightTrack) - Method in class org.jlab.rec.cvt.measurement.Measurements
 
getActiveSensorLength() - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getActiveSensorWidth() - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getaCvsR() - Method in class org.jlab.rec.cvt.track.MakerCA
 
getArc() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getArc() - Method in class org.jlab.rec.cvt.hit.Strip
 
getArcLengthDCA(Point3D) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getAssociatedClusterID() - Method in class org.jlab.rec.cvt.hit.Hit
 
getAssociatedTrackID() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getAssociatedTrackID() - Method in class org.jlab.rec.cvt.cross.Cross
 
getAssociatedTrackID() - Method in class org.jlab.rec.cvt.hit.Hit
 
getAxis() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getAxis(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return axis for the selected tile, identified by layer and sector
getBeamRadius() - Method in class org.jlab.rec.cvt.Constants
 
getBeamSpot(DataEvent, IndexedTable) - Static method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getBin(double, double) - Static method in class org.jlab.rec.cvt.bmt.Lorentz
 
getBMT() - Method in class org.jlab.rec.cvt.Geometry
 
getBMT(BMTType, int, String, IndexedTable) - Static method in class org.jlab.rec.cvt.Geometry
Get the list of BMT strips for the selected BMT tile type and the geometry defined by the selected run and variation
getBmtClusterBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getBMTclusters() - Method in class org.jlab.rec.cvt.services.CosmicTracksRec
 
getBMTclusters() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getBMTclusters() - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getBmtcmaxclussize() - Method in class org.jlab.rec.cvt.Constants
 
getBmtcmaxclussize() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getBmtCrossBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getBMTcrosses() - Method in class org.jlab.rec.cvt.services.CosmicTracksRec
 
getBMTcrosses() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getBMTcrosses() - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getBmtHitBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getBMThits() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getBMThits() - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getBMTHits() - Method in class org.jlab.rec.cvt.banks.HitReader
 
getBMTIntersections() - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
getBMTLayerExcld() - Method in class org.jlab.rec.cvt.Constants
 
getBMTPhiZRangeExcld() - Method in class org.jlab.rec.cvt.Constants
 
getBmtzmaxclussize() - Method in class org.jlab.rec.cvt.Constants
 
getBmtzmaxclussize() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getC1() - Method in class org.jlab.rec.cvt.track.Cell
 
getC2() - Method in class org.jlab.rec.cvt.track.Cell
 
getCAcandidates(List<Cell>) - Method in class org.jlab.rec.cvt.track.TrackSeederCA
 
getCalc() - Method in class org.jlab.rec.cvt.fit.CircleCalculator
 
getCalcCentroidStrip() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getCentroid() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getCentroid0() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getCentroidError() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getCentroidResidual() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getCentroidValue() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getCharge() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getChi2() - Method in class org.jlab.rec.cvt.fit.CosmicFitPars
 
getChi2() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitPars
 
getChi2() - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
getChi2() - Method in class org.jlab.rec.cvt.track.Seed
 
getChi2() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
getChi2() - Method in class org.jlab.rec.cvt.track.Track
 
getChi2Prob() - Method in class org.jlab.rec.cvt.track.Track
 
getchisq() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
getcirclecalcpars() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
getCircleFit() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
Return the circle fit for the most recent helix fit.
getCircleFitChi2PerNDF() - Method in class org.jlab.rec.cvt.track.Seed
 
getCluster1() - Method in class org.jlab.rec.cvt.cross.Cross
 
getCluster2() - Method in class org.jlab.rec.cvt.cross.Cross
 
getClusters() - Method in class org.jlab.rec.cvt.track.Seed
 
getClusters() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
getCND() - Method in class org.jlab.rec.cvt.Geometry
 
getcosBtwCells() - Method in class org.jlab.rec.cvt.track.MakerCA
 
getCovMat() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getCovMat() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
getCovMat() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getCovMatInTrackRep(Track) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
getCovMatrix() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getCRCDPHI() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCEDGE1() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCEDGE2() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCGROUP() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCGRPNMAX() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCGRPNMIN() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCGRPZMAX() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCGRPZMIN() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCLENGTH() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCNSTRIPS() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCOFFSET() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCPHI() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCRADIUS() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCSPACING() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCWIDTH() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCXPOS() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCZMAX() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRCZMIN() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCross(int, int, Line3D, Line3D, Vector3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getCrosses() - Method in class org.jlab.rec.cvt.track.Seed
 
getCrs2D(int) - Method in class org.jlab.rec.cvt.track.Cell
 
getCrs2D(int, String) - Method in class org.jlab.rec.cvt.track.Cell
 
getCRZDPHI() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZEDGE1() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZEDGE2() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZLENGTH() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZNSTRIPS() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZOFFSET() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZPHI() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZRADIUS() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZSPACING() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZWIDTH() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZXPOS() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZZMAX() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCRZZMIN() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getCstrip(int, int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Returns Arc3D corresponding to the selected C-detector strip according to real geometry
getCstrip(int, Point3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return the number of the closest strip to the given trajectory point in the detector local frame
getCstripZ(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Returns the Z position of the selected C-detector strip in the local frame
getCTOF() - Method in class org.jlab.rec.cvt.Geometry
 
getCurvature() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getCVTclusters() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getCVTcrosses() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getCVThits() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getCVTLayer() - Method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getDCA() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getDetector() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getDetector() - Method in class org.jlab.rec.cvt.cross.Cross
 
getDetector() - Method in class org.jlab.rec.cvt.hit.Hit
 
getDetectorId() - Method in enum class org.jlab.rec.cvt.bmt.BMTType
Returns the id number of the detector.
getDetectorType(int) - Static method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return region number for a given layer
getDetectorType(int) - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getDir() - Method in class org.jlab.rec.cvt.cross.Cross
 
getDir() - Method in class org.jlab.rec.cvt.track.Cell
 
getDir2D() - Method in class org.jlab.rec.cvt.track.Cell
 
getDir2D(String) - Method in class org.jlab.rec.cvt.track.Cell
 
getDirErr() - Method in class org.jlab.rec.cvt.cross.Cross
 
getDirVec() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getDoca() - Method in class org.jlab.rec.cvt.track.Seed
 
getDoca(int, int, int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getDocacut() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getDocacutsum() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getdocaToTrk() - Method in class org.jlab.rec.cvt.hit.Hit
 
getDPhi(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return half tile phi coverage
getDx() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getEdep() - Method in class org.jlab.rec.cvt.hit.Strip
 
getEdge() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getELoss(double, double) - Method in class org.jlab.rec.cvt.measurement.Measurements
 
getFaradayCageSurfaces(int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getFit() - Method in class org.jlab.rec.cvt.fit.CircleFitter
 
getFit() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
Return the results of the most recent helix fit.
getFit() - Method in class org.jlab.rec.cvt.fit.LineFitter
 
getFit() - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
Return the results of the most recent helix fit.
gethelix() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
getHelix() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitPars
 
getHelix() - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
getHelix() - Method in class org.jlab.rec.cvt.track.Seed
 
getHelix() - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
getHemisphere(int) - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getId() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getId() - Method in class org.jlab.rec.cvt.cross.Cross
 
getId() - Method in class org.jlab.rec.cvt.hit.Hit
 
getId() - Method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getId() - Method in class org.jlab.rec.cvt.track.Seed
 
getId() - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
getId(int, int) - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getID() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getIdealLCZstrip(int, int, int, Swim) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Returns Line3D for Z detector pseudostrip identified from region, sector, strip numbers, for ideal geometry After Loentz angle correction
getIndex() - Method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getIndex(int) - Method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getInnerTube() - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getInstance() - Static method in class org.jlab.rec.cvt.Constants
public access to the singleton
getInstance() - Static method in class org.jlab.rec.cvt.Geometry
public access to the singleton
getIntIdentifier() - Method in class org.jlab.rec.cvt.track.Seed
 
getKey() - Method in class org.jlab.rec.cvt.track.Seed
 
getKfIterations() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getKFIterations() - Method in class org.jlab.rec.cvt.track.Track
 
getKFTrajectories() - Method in class org.jlab.rec.cvt.track.Track
 
getKFTrajectoryBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getL() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getLayer() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getLayer() - Method in class org.jlab.rec.cvt.hit.Hit
 
getLayer() - Method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getLayer(int, BMTType) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return layer number for a given region and detector type
getLayer(Point3D, double) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return the layer number
getLayerGap() - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getLayerRadius(int) - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getLayerZ0(int) - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getlC() - Static method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getLCStrip() - Method in class org.jlab.rec.cvt.hit.Strip
 
getLCZstrip(int, int, int, Swim) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Returns Line3D for Z detector pseudo-strip identified from region, sector, strip numbers, for real geometry After Lorentz angle correction
getLength() - Method in class org.jlab.rec.cvt.track.Cell
 
getLine() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getLine() - Method in class org.jlab.rec.cvt.hit.Strip
 
getLineFit() - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
Return the s-z line fit for the most recent helix fit.
getLineFit() - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
Return the s-z line fit for the most recent helix fit.
getLineFitChi2PerNDF() - Method in class org.jlab.rec.cvt.track.Seed
 
getLocalAngle(int, int, Point3D, Vector3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getLocalAngle(int, int, Vector3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
Returns angle of the track with respect to the normal to the module in the x-z plane defined above
getLocalTrack(int, int, Point3D, Vector3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return track vector for local angle calculations 1) transform to the geometry service local frame first, 2) rotates to bring the track intersection at phi=90.
getLocalTrack(int, int, Vector3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
Return track vector for local angle calculations 1) transform to the geometry service local frame first: y axis pointing toward the center, z axis pointing downstream along the module x axis given by y.cross(z) 2) for even layers, it rotates by 180 deg to have the y axis pointing outward *
getLorentzAngle(double, double) - Static method in class org.jlab.rec.cvt.bmt.Lorentz
 
getlZ() - Static method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getMatchedCCross() - Method in class org.jlab.rec.cvt.cross.Cross
 
getMatchedZCross() - Method in class org.jlab.rec.cvt.cross.Cross
 
getMaterials() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
getMAXDOCA2STRIP() - Static method in class org.jlab.rec.cvt.svt.SVTParameters
 
getMAXDOCA2STRIPS() - Static method in class org.jlab.rec.cvt.svt.SVTParameters
 
getMaxStrip() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getMeasurements(Seed) - Method in class org.jlab.rec.cvt.measurement.Measurements
 
getMeasurements(StraightTrack) - Method in class org.jlab.rec.cvt.measurement.Measurements
 
getMinStrip() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getModule() - Method in class org.jlab.rec.cvt.hit.Strip
 
getModule(int, int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getModuleId(int, int) - Static method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getModuleId(int, int) - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getModuleLength() - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getN() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getName() - Method in enum class org.jlab.rec.cvt.bmt.BMTType
Returns the name of the detector.
getName() - Method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getNDF() - Method in class org.jlab.rec.cvt.track.Seed
 
getNDF() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
getNDF() - Method in class org.jlab.rec.cvt.track.Track
 
getNeighbors() - Method in class org.jlab.rec.cvt.track.Cell
 
getNLayers() - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getNodes() - Method in class org.jlab.rec.cvt.track.MakerCA
 
getNormal() - Method in class org.jlab.rec.cvt.hit.Strip
 
getNormal(int, int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getNSectors() - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getNStrips(int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return number of strips of the selected layer
getOffset(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return offset of the selected tile, identified by layer and sector
getOffset(List<Line3D>, List<Line3D>) - Static method in class org.jlab.rec.cvt.Geometry
Computes the average offset of the origins of the two strip lists
getOrderedRegion() - Method in class org.jlab.rec.cvt.cross.Cross
 
getOuters() - Static method in class org.jlab.rec.cvt.measurement.Measurements
 
getOuterTube() - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getOverlappingSeedList(List<Seed>) - Static method in class org.jlab.rec.cvt.services.RecUtilities
 
getOverlappingSeeds() - Method in class org.jlab.rec.cvt.track.Seed
 
getOverlapRemovedSeeds(List<Seed>) - Static method in class org.jlab.rec.cvt.track.Seed
 
getOverlapRemovedSeeds1Pass(List<Seed>) - Static method in class org.jlab.rec.cvt.track.Seed
 
getP() - Method in class org.jlab.rec.cvt.track.Track
 
getP() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getPath() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getPathToCTOF() - Method in class org.jlab.rec.cvt.track.Track
 
getPhi() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getPhi() - Method in class org.jlab.rec.cvt.hit.Strip
 
getPhi() - Method in class org.jlab.rec.cvt.track.Seed
 
getPhi(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return tile phi center
getPhi(int, int, Point3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getPhi0() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getPhi0() - Method in class org.jlab.rec.cvt.hit.Strip
 
getPhiAtDCA() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getPhiErr() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getPhiErr() - Method in class org.jlab.rec.cvt.hit.Strip
 
getPhiErr0() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getPhiErr0() - Method in class org.jlab.rec.cvt.hit.Strip
 
getPid() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getPID() - Method in class org.jlab.rec.cvt.track.Track
 
getPitch() - Method in class org.jlab.rec.cvt.hit.Strip
 
getPitch() - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getPitch(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return pitch for the selected layer and strip
getPlane() - Method in class org.jlab.rec.cvt.track.Cell
 
getPlane() - Method in class org.jlab.rec.cvt.track.MakerCA
 
getPlane(int, int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getPlaneIdx() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getPoint() - Method in class org.jlab.rec.cvt.cross.Cross
 
getPoint0() - Method in class org.jlab.rec.cvt.cross.Cross
 
getPointAtRadius(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getPointChi2() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
getPointErr() - Method in class org.jlab.rec.cvt.cross.Cross
 
getPointErr0() - Method in class org.jlab.rec.cvt.cross.Cross
 
getProb() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
getPt() - Method in class org.jlab.rec.cvt.track.Track
 
getPt(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getPXYZ(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getPz() - Method in class org.jlab.rec.cvt.track.Track
 
getQ() - Method in class org.jlab.rec.cvt.track.Track
 
getQualityFac() - Method in class org.jlab.rec.cvt.hit.Hit
 
getRadius() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getRadius() - Method in class org.jlab.rec.cvt.cross.Cross
 
getRadius(int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return radius of the selected strip layer
getRadiusMidDrift(int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return radius of the selected layer corresponding to the center of the drift gap
getray() - Method in class org.jlab.rec.cvt.fit.CosmicFitter
 
getRay() - Method in class org.jlab.rec.cvt.fit.CosmicFitPars
 
getRay() - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
getrayfitoutput() - Method in class org.jlab.rec.cvt.fit.CosmicFitter
 
getRayMeasurementsArrays(ArrayList<Cross>, boolean, boolean, boolean) - Method in class org.jlab.rec.cvt.track.StraightTrackCandListFinder
 
getRCUT() - Static method in class org.jlab.rec.cvt.Constants
 
getRefPoint() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getRegion() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getRegion() - Method in class org.jlab.rec.cvt.cross.Cross
 
getRegion() - Method in class org.jlab.rec.cvt.hit.Hit
 
getRegion(int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return region number for a given layer
getRegionRadius(int) - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getRegionSlayer() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getRegionSlayer() - Method in class org.jlab.rec.cvt.hit.Hit
 
getResidual() - Method in class org.jlab.rec.cvt.hit.Hit
 
getResidual(int, int, int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getResolution() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getResolutionAlongZ(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getRho() - Method in class org.jlab.rec.cvt.track.Seed
 
getRmReg() - Method in class org.jlab.rec.cvt.Constants
 
getRotation(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return ROTATIONS for the selected tile, identified by layer and sector
getRun(DataEvent) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getRun(DataEvent) - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getS() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getScatteringChamber() - Method in class org.jlab.rec.cvt.Geometry
 
getSecondaryChi2() - Method in class org.jlab.rec.cvt.track.Track
 
getSecondaryHelix() - Method in class org.jlab.rec.cvt.track.Track
 
getSecondaryNDF() - Method in class org.jlab.rec.cvt.track.Track
 
getSector() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getSector() - Method in class org.jlab.rec.cvt.cross.Cross
 
getSector() - Method in class org.jlab.rec.cvt.hit.Hit
 
getSector(int, double) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return the sector number
getSector(int, Point3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return the sector number
getSector(int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
Deprecated.
getSectorPhi(int, int) - Static method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getSeed() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getSeed() - Method in class org.jlab.rec.cvt.track.Track
 
getSeedBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getSeedClusBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getSeedResidual() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getSeeds(List<ArrayList<Cluster>>, List<ArrayList<Cross>>) - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getSeeds(List<Cross>, Map<Integer, Map<Integer, List<Cross>>>) - Method in class org.jlab.rec.cvt.track.TrackSeederRZ
 
getSeeds(DataEvent, List<Cluster>, List<Cluster>, List<ArrayList<Cross>>) - Method in class org.jlab.rec.cvt.services.CosmicTracksRec
 
getSeedScan() - Method in class org.jlab.rec.cvt.track.TrackSeeder
 
getSeedsFromBanks(DataEvent) - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getSeedStrip() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getSerialversionuid() - Static method in class org.jlab.rec.cvt.cross.Cross
 
getSerialversionuid() - Static method in class org.jlab.rec.cvt.track.Track
 
getSerialversionuid() - Static method in class org.jlab.rec.cvt.trajectory.StateVec
 
getSingleStripResolution(int, int, double) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getSolenoidMagnitude() - Static method in class org.jlab.rec.cvt.Constants
 
getSolenoidScale() - Static method in class org.jlab.rec.cvt.Constants
 
getState() - Method in class org.jlab.rec.cvt.track.Cell
 
getState(int) - Method in class org.jlab.rec.cvt.track.Cell
 
getStatus() - Method in class org.jlab.rec.cvt.hit.Strip
 
getStatus() - Method in class org.jlab.rec.cvt.track.Seed
 
getStatus() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
getStatus() - Method in class org.jlab.rec.cvt.track.Track
 
getStraightTracks(CrossList, List<Cross>) - Method in class org.jlab.rec.cvt.track.StraightTrackCandListFinder
 
getStrip() - Method in class org.jlab.rec.cvt.hit.Hit
 
getStrip() - Method in class org.jlab.rec.cvt.hit.Strip
 
getStrip(int, int, int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getStrip(int, int, Point3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return the number of the closest strip to the given trajectory point Detector mis-alignments geometry are taken into account by transforming the trajectory point to detector local frame
getStrip(Point3D, double) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Checks whether a trajectory point is within the active area of a tile
getStrip0(int, int, int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getStripProjection(Line3D, Plane3D, Vector3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getstripResolutionAtDoca() - Method in class org.jlab.rec.cvt.hit.Hit
 
getSurface(int, int, int, double, Line3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getSurface(int, int, Strip) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getSurface(int, int, Strip) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getSurfaceC(int, int, int, double, double) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getSurfaceComponent() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getSurfaceDetector() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getSurfaceLayer() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getSurfaces() - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getSurfaces() - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getSurfaceSector() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getSurfaceZ(int, int, int, double, double, double, double) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getSVT() - Method in class org.jlab.rec.cvt.Geometry
 
getSVT(int, int, String, IndexedTable) - Static method in class org.jlab.rec.cvt.Geometry
Get the list of SVT strips for geometry defined by the selected run and variation
getSvtClusterBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getSVTclusters() - Method in class org.jlab.rec.cvt.services.CosmicTracksRec
 
getSVTclusters() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getSVTclusters() - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getSVTCosmicsRegion() - Method in class org.jlab.rec.cvt.cross.Cross
 
getSvtCrossBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getSVTCrossDerivative(int, Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
Calculate the cross derivative for the translation of one strip useful for the error calculation
getSVTCrossError(Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
Calculate the cross position error from the two strips and the track direction
getSVTcrosses() - Method in class org.jlab.rec.cvt.services.CosmicTracksRec
 
getSVTcrosses() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getSVTcrosses() - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getSVTCrossPoint(Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
Calculate the cross point from the two strips and the track direction
getSvtHitBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getSVThits() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getSVThits() - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getSVTHits() - Method in class org.jlab.rec.cvt.banks.HitReader
 
getSVTIntersections() - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
getSvtmaxclussize() - Method in class org.jlab.rec.cvt.Constants
 
getSvtmaxclussize() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getSVTSector() - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
getTanDip() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getTargetCellSurface() - Method in class org.jlab.rec.cvt.Geometry
 
getTargetHalfLength() - Method in class org.jlab.rec.cvt.Geometry
 
getTargetMaterials() - Method in class org.jlab.rec.cvt.Geometry
 
getTargetRadius() - Method in class org.jlab.rec.cvt.Geometry
 
getTargetShield() - Method in class org.jlab.rec.cvt.Geometry
 
getTargetType() - Method in class org.jlab.rec.cvt.Constants
 
getTargetZOffset() - Method in class org.jlab.rec.cvt.Geometry
 
getTempId() - Method in class org.jlab.rec.cvt.track.Track
 
getThetaC(int, int, Point3D, Vector3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Returns the local angle of the track for C detectors the angle is positive for tracks going at positive z
getThetaLorentz(int, int, double, double, double, Swim) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Calculate Theta Lorentz based on solenoid scale and drift settings
getThetaLorentz(int, int, Point3D, Swim) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Calculate Theta Lorentz based on solenoid scale and drift settings
getThetaZ(int, int, Point3D, Vector3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Returns the local angle of the track for Z detectors the angle is positive for tracks going toward positive phi
getThickness() - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return thickness of the drift gap
getTile() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getTile() - Method in class org.jlab.rec.cvt.hit.Strip
 
getTileSurface(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
getTime() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getTime() - Method in class org.jlab.rec.cvt.hit.Strip
 
getTlayer() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getTotalEnergy() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getTotalNbTruHits() - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
getTrackBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getTrackCovMat() - Method in class org.jlab.rec.cvt.track.Track
 
getTrackDirAtCTOF() - Method in class org.jlab.rec.cvt.track.Track
 
getTrackDirectionAtRadius(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getTrackPosAtCTOF() - Method in class org.jlab.rec.cvt.track.Track
 
getTracks(DataEvent, boolean, boolean, int) - Method in class org.jlab.rec.cvt.services.CosmicTracksRec
 
getTracks(DataEvent, boolean, boolean, int, boolean, int) - Method in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
getTrajectories() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
getTrajectory() - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
getTrajectoryBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getTrakInters() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getTrkgStatus() - Method in class org.jlab.rec.cvt.hit.Hit
 
getTrkPhiAtSurface() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getTrkThetaAtSurface() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getTrkToModuleAngle() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
getTwinLayer(int) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getType() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getType() - Method in class org.jlab.rec.cvt.cross.Cross
 
getType() - Method in class org.jlab.rec.cvt.hit.Hit
 
getType(Integer) - Static method in enum class org.jlab.rec.cvt.bmt.BMTType
 
getType(Integer) - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getType(String) - Static method in enum class org.jlab.rec.cvt.bmt.BMTType
 
getType(String) - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getType(DetectorType, int) - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
 
getUniqueSeedList(List<Seed>) - Static method in class org.jlab.rec.cvt.services.RecUtilities
 
getUsedLayers() - Method in class org.jlab.rec.cvt.Constants
 
getUTrackBank() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
getVertex() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getXAtZ(int, double, double) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
getXb() - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
getXb() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getY() - Method in class org.jlab.rec.cvt.cross.Cross
 
getYb() - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
getYb() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getYXInterc() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getYXIntercErr() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getYXRay() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
getYXSlope() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getYXSlopeErr() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getYZInterc() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getYZIntercErr() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getYZRay() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
getYZSlope() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getYZSlopeErr() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
getZ() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getZ() - Method in class org.jlab.rec.cvt.cross.Cross
 
getZ() - Method in class org.jlab.rec.cvt.hit.Strip
 
getZ0() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
getZErr() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
getZErr() - Method in class org.jlab.rec.cvt.cross.Cross
 
getZErr() - Method in class org.jlab.rec.cvt.hit.Strip
 
getZmax(int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return maximum z of the selected layer in the local frame
getZmin(int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return minimum z of the selected layer in the local frame
getZRANGE() - Static method in class org.jlab.rec.cvt.Constants
 
getZstrip(int, int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Returns Line3D for Z detector strip identified from region, sector, strip numbers, for real geometry
getZstrip(int, Point3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Return the number of the closest strip to the given trajectory point in the detector local frame
getZstripPhi(int, int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 

H

hashCode() - Method in class org.jlab.rec.cvt.cross.Cross
 
hashCode() - Method in class org.jlab.rec.cvt.track.Track
 
HDRIFT - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
HelicalTrackFitPars - Class in org.jlab.rec.cvt.fit
The fit parameters of a line fit returned by HelicalTrackFitter
HelicalTrackFitPars(Helix, double[]) - Constructor for class org.jlab.rec.cvt.fit.HelicalTrackFitPars
 
HelicalTrackFitter - Class in org.jlab.rec.cvt.fit
A fitter which does sequential fit (for r, phi coordinates) to a circle using CircleFitter and then (for r, z coordinates) to a line using LineFitter.
HelicalTrackFitter() - Constructor for class org.jlab.rec.cvt.fit.HelicalTrackFitter
Creates a new instance of HelicalTrackFitter.
HelicalTrackFitter.FitStatus - Enum Class in org.jlab.rec.cvt.fit
Status of the HelicalTrackFit
Helix - Class in org.jlab.rec.cvt.trajectory
A class describing a helix; the helix parameters are field of the track object These parameters are private and accessed by getters: _dca; // distance of closest approach to the z-axis in the lab frame _phi_at_dca; // azimuth at the DOCA _curvature; // track curvature = 1/R, where R is the radius of the circle _Z0; // intersect of the helix axis with the z-axis _tandip; // tangent of the dip angle = pz/pt Has a method getPointAtRadius(double r) which returns the point position along the helix at a given radial distance from the lab origin.
Helix(double, double, double, double, double, double, double) - Constructor for class org.jlab.rec.cvt.trajectory.Helix
 
Helix(double, double, double, double, double, double, double, double[][]) - Constructor for class org.jlab.rec.cvt.trajectory.Helix
 
Helix(double, double, double, double, double, int, double, double) - Constructor for class org.jlab.rec.cvt.trajectory.Helix
 
Helix(Helix, double[][]) - Constructor for class org.jlab.rec.cvt.trajectory.Helix
 
HelixCrossListFinder - Class in org.jlab.rec.cvt.cross
A class with methods used to find lists of crosses.
HelixCrossListFinder() - Constructor for class org.jlab.rec.cvt.cross.HelixCrossListFinder
 
Hit - Class in org.jlab.rec.cvt.hit
A hit characterized by layer, sector, wire number, and Edep.
Hit(DetectorType, BMTType, int, int, Strip) - Constructor for class org.jlab.rec.cvt.hit.Hit
 
HitReader - Class in org.jlab.rec.cvt.banks
A class to fill in lists of hits corresponding to reconstructed hits characterized by the strip, its location in the detector (layer, sector), its reconstructed time.
HitReader() - Constructor for class org.jlab.rec.cvt.banks.HitReader
 
hitsToArray(List<Hit>) - Method in class org.jlab.rec.cvt.trajectory.TrajectoryFinder
 
HVHIEFFUPBOUND - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
HVLOEFFLOBOUND - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 

I

IGNOREERR - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
inDetector(int, int, Point3D) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
Checks whether a trajectory point is within the active area of a tile
init() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
initConstantsTables() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
INITFROMMC - Static variable in class org.jlab.rec.cvt.Constants
 
initialize(String, boolean, boolean, String, String, int, int, double, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, boolean, double, double, int, int, int, double, double) - Method in class org.jlab.rec.cvt.Constants
 
initialize(String, int, IndexedTable, IndexedTable) - Static method in class org.jlab.rec.cvt.Geometry
 
initialize(String, String) - Method in class org.jlab.rec.cvt.Constants
 
initKF(boolean, boolean, int) - Method in class org.jlab.rec.cvt.services.CosmicTracksRec
 
INITTHRESHOLD - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
INNERSVTCAGE - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
intercept() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
interceptErr() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
invert3x3Matrix(double[][]) - Method in class org.jlab.rec.cvt.fit.CircleFitter
 
is_usedInXYcand() - Method in class org.jlab.rec.cvt.cross.Cross
 
is_usedInZRcand() - Method in class org.jlab.rec.cvt.cross.Cross
 
isCorrupted - Variable in class org.jlab.rec.cvt.hit.Hit
 
isCosmics - Variable in class org.jlab.rec.cvt.Constants
 
isEventUnCorrupted(int, int) - Static method in class org.jlab.rec.cvt.hit.ADCConvertor
 
isFinal - Variable in class org.jlab.rec.cvt.trajectory.Trajectory
 
isGood() - Method in class org.jlab.rec.cvt.track.Seed
Check if track passes basic quality cuts
isGood() - Method in class org.jlab.rec.cvt.track.Track
Check if track passes basic quality cuts
isInFiducial(int, int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
isInitFromMc() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
isInSeed - Variable in class org.jlab.rec.cvt.cross.Cross
 
isInside(int, int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
isKfFilterOn() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
isSameAs(Hit) - Method in class org.jlab.rec.cvt.hit.Hit
 
isUsed() - Method in class org.jlab.rec.cvt.track.Cell
 

K

Key(Seed) - Constructor for class org.jlab.rec.cvt.track.Seed.Key
 
kfBeamSpot() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
kfBeamSpotConstraint() - Method in class org.jlab.rec.cvt.Constants
 
KFDIR - Static variable in class org.jlab.rec.cvt.Constants
 
KFfailRecovery - Variable in class org.jlab.rec.cvt.Constants
 
KFfailRecovery - Variable in class org.jlab.rec.cvt.services.CVTEngine
 
KFfailRecovMisCls - Variable in class org.jlab.rec.cvt.Constants
 
KFfailRecovMisCls - Variable in class org.jlab.rec.cvt.services.CVTEngine
 
KFFILTERON - Static variable in class org.jlab.rec.cvt.Constants
 
KFITERATIONS - Static variable in class org.jlab.rec.cvt.Constants
 
KFMatrixLibrary - Variable in class org.jlab.rec.cvt.Constants
 

L

LAYEREFFS - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
LIGHTVEL - Static variable in class org.jlab.rec.cvt.Constants
 
LineFitFailed - Enum constant in enum class org.jlab.rec.cvt.fit.CosmicFitter.FitStatus
line fit failed.
LineFitFailed - Enum constant in enum class org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
rho-z line fit failed.
LineFitFailed - Enum constant in enum class org.jlab.rec.cvt.fit.StraightTrackFitter.FitStatus
rho-z line fit failed.
LineFitPars - Class in org.jlab.rec.cvt.fit
The fit parameters of a line fit returned by LineFitter
LineFitPars(double, double, double, double, double, double, double[], int) - Constructor for class org.jlab.rec.cvt.fit.LineFitPars
 
LineFitter - Class in org.jlab.rec.cvt.fit
A least square fitting method For a linear fit,f(a,b)=a+bx taking y errors into account
LineFitter() - Constructor for class org.jlab.rec.cvt.fit.LineFitter
 
linInterp(double, double, double, double, double) - Static method in class org.jlab.rec.cvt.bmt.Lorentz
 
Load(DatabaseConstantProvider) - Static method in class org.jlab.rec.cvt.bmt.CCDBConstantsLoader
 
loadConfiguration() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
LOGGER - Static variable in class org.jlab.rec.cvt.bmt.CCDBConstantsLoader
 
LOGGER - Static variable in class org.jlab.rec.cvt.Constants
 
lorentz - Variable in class org.jlab.rec.cvt.svt.SVTGeometry
 
Lorentz - Class in org.jlab.rec.cvt.bmt
 
Lorentz() - Constructor for class org.jlab.rec.cvt.bmt.Lorentz
 

M

main(String[]) - Static method in class org.jlab.rec.cvt.bmt.BMTGeometry
Executable method: implements checks
main(String[]) - Static method in class org.jlab.rec.cvt.cross.Cross
 
main(String[]) - Static method in class org.jlab.rec.cvt.fit.CircleFitter
 
main(String[]) - Static method in class org.jlab.rec.cvt.Geometry
Compares the CVT geometry for two geometry variations selected from command line, with the option of compensating for the average offset between the SVT-R1 strip upstream endpoints
MakerCA - Class in org.jlab.rec.cvt.track
Cellular automaton maker.
MakerCA() - Constructor for class org.jlab.rec.cvt.track.MakerCA
 
MakerCA(boolean) - Constructor for class org.jlab.rec.cvt.track.MakerCA
 
matchClusters(List<Cluster>, TrajectoryFinder, boolean, ArrayList<StateVec>, int) - Method in class org.jlab.rec.cvt.track.StraightTrackCandListFinder
 
matchTrack2Traj(Seed, Map<Integer, AKFitter.HitOnTrack>) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
matchTrackToBMT(StraightTrack, List<Cross>) - Method in class org.jlab.rec.cvt.track.StraightTrackCandListFinder
 
MAXBMTHITS - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
MAXCLUSSIZE - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
MAXDISTTOTRAJXY - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MAXNCANDS - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MAXNUMCROSSES - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MAXNUMCROSSESINMODULE - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MAXSTRIPSUM - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MAXSVTCROSSES - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MAXSVTHITS - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MCstatus - Variable in class org.jlab.rec.cvt.hit.Hit
 
mcTrackPars(DataEvent) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
measurement() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
Measurements - Class in org.jlab.rec.cvt.measurement
 
Measurements(boolean) - Constructor for class org.jlab.rec.cvt.measurement.Measurements
 
Measurements(double, double, boolean) - Constructor for class org.jlab.rec.cvt.measurement.Measurements
 
MINRADCURV - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MINSTRIPSUM - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
MINSVTCRSFORCOSMIC - Static variable in class org.jlab.rec.cvt.Constants
 
MLayer - Enum Class in org.jlab.rec.cvt.measurement
 
multiply3x3Matrices(double[][], double[][]) - Method in class org.jlab.rec.cvt.fit.CircleFitter
 

N

Nb - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
NBITSADC - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
NDF() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
NDFCUT - Static variable in class org.jlab.rec.cvt.Constants
 
Ne - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
newCluster(Hit, int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
newClustering - Variable in class org.jlab.rec.cvt.hit.Hit
 
NLAYERS - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
NLAYERS - Static variable in class org.jlab.rec.cvt.bmt.BMTGeometry
 
NLAYERS - Static variable in class org.jlab.rec.cvt.svt.SVTGeometry
 
NPASSIVE - Static variable in class org.jlab.rec.cvt.bmt.BMTGeometry
 
NPASSIVE - Static variable in class org.jlab.rec.cvt.svt.SVTGeometry
 
NREGIONS - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
NREGIONS - Static variable in class org.jlab.rec.cvt.svt.SVTGeometry
 
NSECTORS - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
NSECTORS - Static variable in class org.jlab.rec.cvt.bmt.BMTGeometry
 
NSECTORS - Static variable in class org.jlab.rec.cvt.svt.SVTGeometry
 
NSTRIPS - Static variable in class org.jlab.rec.cvt.svt.SVTGeometry
 

O

oldStraightTrackSeeder - Variable in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
org.jlab.rec.cvt - package org.jlab.rec.cvt
 
org.jlab.rec.cvt.banks - package org.jlab.rec.cvt.banks
 
org.jlab.rec.cvt.bmt - package org.jlab.rec.cvt.bmt
 
org.jlab.rec.cvt.cluster - package org.jlab.rec.cvt.cluster
 
org.jlab.rec.cvt.cross - package org.jlab.rec.cvt.cross
 
org.jlab.rec.cvt.fit - package org.jlab.rec.cvt.fit
 
org.jlab.rec.cvt.hit - package org.jlab.rec.cvt.hit
 
org.jlab.rec.cvt.measurement - package org.jlab.rec.cvt.measurement
 
org.jlab.rec.cvt.services - package org.jlab.rec.cvt.services
 
org.jlab.rec.cvt.svt - package org.jlab.rec.cvt.svt
 
org.jlab.rec.cvt.track - package org.jlab.rec.cvt.track
 
org.jlab.rec.cvt.trajectory - package org.jlab.rec.cvt.trajectory
 
origin() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
OUTERSVTCAGE - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
overlapWith(Track) - Method in class org.jlab.rec.cvt.track.Track
Check track overlaps with the given track an overlaps is detected if the tracks share at least two crosses
overlapWithUsingClusters(Seed) - Method in class org.jlab.rec.cvt.track.Seed
 
overlapWithUsingCrosses(Seed) - Method in class org.jlab.rec.cvt.track.Seed
Check track overlaps with the given track an overlaps is detected if the tracks share at least two crosses

P

percentTruthMatch - Variable in class org.jlab.rec.cvt.track.Seed
 
phi() - Method in class org.jlab.rec.cvt.fit.CircleFitPars
Returns the phi at the reference point
PHI12CUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
PHI13CUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
PHI14CUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
PIDCUTOFF - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
preElossCorrection - Variable in class org.jlab.rec.cvt.Constants
 
printConfiguration() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
printInfo() - Method in class org.jlab.rec.cvt.cross.Cross
 
printInfo() - Method in class org.jlab.rec.cvt.hit.Hit
 
processDataEvent(DataEvent) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
processDataEvent(DataEvent) - Method in class org.jlab.rec.cvt.services.CVTSecondPassEngine
 
propagatefit(double, double) - Method in class org.jlab.rec.cvt.fit.CircleFitter
 

R

RADCUT - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
radius() - Method in class org.jlab.rec.cvt.fit.CircleCalcPars
Returns the radius of curvature
radius() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
Ray - Class in org.jlab.rec.cvt.trajectory
 
Ray(double, double, double, double) - Constructor for class org.jlab.rec.cvt.trajectory.Ray
 
Ray(double, double, double, double, double, double, double, double) - Constructor for class org.jlab.rec.cvt.trajectory.Ray
 
Ray(Point3D, Vector3D) - Constructor for class org.jlab.rec.cvt.trajectory.Ray
 
readBMTClusterBank(DataEvent, List<Hit>) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readBMTCrossBank(DataEvent, Map<Integer, Cluster>) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readBMTHitBank(DataEvent) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readBSTClusterBank(DataEvent, List<Hit>) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readBSTCrossBank(DataEvent, Map<Integer, Cluster>) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readBSTHitBank(DataEvent) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readCVTSeedsBank(DataEvent, double, double, Map<Integer, Cross>, Map<Integer, Cross>) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readCVTTracksBank(DataEvent, double, double, Map<Integer, Seed>, Map<Integer, Cross>, Map<Integer, Cross>) - Static method in class org.jlab.rec.cvt.banks.RecoBankReader
 
readHits(DataEvent, IndexedTable, IndexedTable, IndexedTable, IndexedTable, IndexedTable, IndexedTable) - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
RecoBankReader - Class in org.jlab.rec.cvt.banks
 
RecoBankReader() - Constructor for class org.jlab.rec.cvt.banks.RecoBankReader
 
RecoBankWriter - Class in org.jlab.rec.cvt.banks
 
RecoBankWriter() - Constructor for class org.jlab.rec.cvt.banks.RecoBankWriter
 
RecUtilities - Class in org.jlab.rec.cvt.services
Service to return reconstructed TRACKS format
RecUtilities() - Constructor for class org.jlab.rec.cvt.services.RecUtilities
 
reFit(List<Seed>, Swim, StraightTrackSeeder, double, double) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
reFit(List<Seed>, Swim, TrackSeederSVTLinker, TrackSeeder, double, double) - Method in class org.jlab.rec.cvt.services.RecUtilities
Deprecated.
reFit(List<StraightTrack>, CosmicFitter, StraightTrackCandListFinder) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
reFitCircle(Seed, int, double, double) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
reFitSeed(Seed, Swim, TrackSeederSVTLinker, TrackSeeder) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
reFitSeed(Seed, StraightTrackSeeder, double, double) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
reFitSeed(StraightTrack, CosmicFitter, StraightTrackCandListFinder) - Method in class org.jlab.rec.cvt.services.RecUtilities
 
registerBanks() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
REMOVECLONES - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
removeOverlappingSeeds - Variable in class org.jlab.rec.cvt.Constants
 
removeOverlappingSeeds - Variable in class org.jlab.rec.cvt.services.CVTEngine
 
removeOverlappingSeeds(List<Seed>) - Static method in class org.jlab.rec.cvt.track.Seed
 
removeOverlappingTracks(List<Track>) - Static method in class org.jlab.rec.cvt.track.Track
 
reset() - Method in class org.jlab.rec.cvt.cross.Cross
 
RESICUT - Static variable in class org.jlab.rec.cvt.Constants
 
residual(Point3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
residual(Point3D) - Method in class org.jlab.rec.cvt.hit.Hit
 
RESIMAX - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
rho() - Method in class org.jlab.rec.cvt.fit.CircleFitPars
Returns the radius of curvature
ROTATIONS - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
runCAMaker(String, int, ArrayList<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeederCA
 

S

scaleCovMat(double[][]) - Static method in class org.jlab.rec.cvt.Constants
 
SCHAMBER - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
SCINTILLATOR - Static variable in class org.jlab.rec.cvt.Geometry
 
Seed - Class in org.jlab.rec.cvt.track
 
Seed() - Constructor for class org.jlab.rec.cvt.track.Seed
 
Seed(List<Cross>) - Constructor for class org.jlab.rec.cvt.track.Seed
 
Seed(List<Cross>, double, double, double) - Constructor for class org.jlab.rec.cvt.track.Seed
 
Seed(List<Cross>, Helix) - Constructor for class org.jlab.rec.cvt.track.Seed
 
Seed.Key - Class in org.jlab.rec.cvt.track
 
seedBeamSpot() - Method in class org.jlab.rec.cvt.services.CVTEngine
 
seedBeamSpotConstraint() - Method in class org.jlab.rec.cvt.Constants
 
SEEDFITITERATIONS - Static variable in class org.jlab.rec.cvt.Constants
 
seedingDebugMode - Variable in class org.jlab.rec.cvt.Constants
 
set(double, double, double, double, double, double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
Sets the stateVec
set(StateVec) - Method in class org.jlab.rec.cvt.trajectory.StateVec
Sets the.
setabCrs(double) - Method in class org.jlab.rec.cvt.track.MakerCA
 
setaCvsR(double) - Method in class org.jlab.rec.cvt.track.MakerCA
 
setArc(Arc3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setArc(Arc3D) - Method in class org.jlab.rec.cvt.hit.Strip
 
setAssociatedClusterID(int) - Method in class org.jlab.rec.cvt.hit.Hit
 
setAssociatedTrackID(int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setAssociatedTrackID(int) - Method in class org.jlab.rec.cvt.cross.Cross
 
setAssociatedTrackID(int) - Method in class org.jlab.rec.cvt.hit.Hit
 
setB_grid(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setBmtClusterBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setBmtcmaxclussize(int) - Method in class org.jlab.rec.cvt.Constants
 
setBmtcmaxclussize(int) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setBmtCrossBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setBMTExclude(String) - Method in class org.jlab.rec.cvt.Constants
 
setBmtHitBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setBMTHits(List<Hit>) - Method in class org.jlab.rec.cvt.banks.HitReader
sets the list of BMT hits
setBMTIntersections(double[][][]) - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
setBmtzmaxclussize(int) - Method in class org.jlab.rec.cvt.Constants
 
setBmtzmaxclussize(int) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setC1(Cross) - Method in class org.jlab.rec.cvt.track.Cell
 
setC2(Cross) - Method in class org.jlab.rec.cvt.track.Cell
 
setCalcCentroidStrip(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setCentroid(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setCentroid0(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setCentroidError(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setCentroidResidual(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setCentroidResidual(Point3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setCentroidValue(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setChi2(double) - Method in class org.jlab.rec.cvt.track.Seed
 
setChi2(double) - Method in class org.jlab.rec.cvt.track.StraightTrack
 
setChi2(double) - Method in class org.jlab.rec.cvt.track.Track
 
setChi2(double[]) - Method in class org.jlab.rec.cvt.fit.CosmicFitPars
 
setChi2(double[]) - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitPars
 
setcirclecalcpars(CircleCalcPars) - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
setCircleFitChi2PerNDF(double) - Method in class org.jlab.rec.cvt.track.Seed
 
setCluster1(Cluster) - Method in class org.jlab.rec.cvt.cross.Cross
Set the first cluster (corresponding to the first superlayer in a region)
setCluster2(Cluster) - Method in class org.jlab.rec.cvt.cross.Cross
Set the second Cluster (corresponding to the second superlayer in a region)
setcosBtwCells(double) - Method in class org.jlab.rec.cvt.track.MakerCA
 
setcovmat(double[]) - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
setCovMat(double[]) - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
setCovMat(double[][]) - Method in class org.jlab.rec.cvt.track.StraightTrack
 
setCovMatBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setCovMatrix(double[][]) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setCRCDPHI(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCEDGE1(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCEDGE2(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCGROUP(int[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCGRPNMAX(int[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCGRPNMIN(int[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCGRPZMAX(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCGRPZMIN(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCLENGTH(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCNSTRIPS(int[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCOFFSET(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCPHI(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCRADIUS(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCSPACING(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCWIDTH(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCXPOS(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCZMAX(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRCZMIN(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCrosses(List<Cross>) - Method in class org.jlab.rec.cvt.track.Seed
 
setCRZDPHI(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZEDGE1(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZEDGE2(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZLENGTH(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZNSTRIPS(int[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZOFFSET(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZPHI(double[][]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZRADIUS(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZSPACING(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZWIDTH(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZXPOS(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZZMAX(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCRZZMIN(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setCurvature(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setDCA(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setDetector(DetectorType) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setDetector(DetectorType) - Method in class org.jlab.rec.cvt.cross.Cross
 
setDetector(DetectorType) - Method in class org.jlab.rec.cvt.hit.Hit
 
setDir(Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the cross unit direction vector
setDir(Vector3D) - Method in class org.jlab.rec.cvt.track.Cell
 
setDirErr(Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the cross unit direction vector
setDirVec(Vector3D) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setDoca(double) - Method in class org.jlab.rec.cvt.track.Seed
 
setDocacut(double) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setDocacutsum(double) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setdocaToTrk(double) - Method in class org.jlab.rec.cvt.hit.Hit
 
setdocaToTrk(Point3D) - Method in class org.jlab.rec.cvt.hit.Hit
 
setDx(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setE_grid(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setEdep(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setEdge(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
sethelix(Helix) - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
setHelix(Helix) - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitPars
 
setHelix(Helix) - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
setHelix(Helix) - Method in class org.jlab.rec.cvt.track.Seed
 
setHelix(Helix) - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
setHitResolParams(String, int, int, Cluster, StateVec, boolean) - Method in class org.jlab.rec.cvt.trajectory.TrajectoryFinder
 
setId(int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setId(int) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the cross ID
setId(int) - Method in class org.jlab.rec.cvt.hit.Hit
Sets the hit ID.
setId(int) - Method in class org.jlab.rec.cvt.track.Seed
 
setId(int) - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
setID(int) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setKey(Seed.Key) - Method in class org.jlab.rec.cvt.track.Seed
 
setKFIterations(int) - Method in class org.jlab.rec.cvt.track.Track
 
setKFTrajectories(Map<Integer, AKFitter.HitOnTrack>) - Method in class org.jlab.rec.cvt.track.Track
 
setKFTrajectoryBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setL(Vector3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setLayer(int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setLayer(int) - Method in class org.jlab.rec.cvt.hit.Hit
Sets the layer
setLCStrip(int) - Method in class org.jlab.rec.cvt.hit.Strip
 
setLine(Line3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setLine(Line3D) - Method in class org.jlab.rec.cvt.hit.Strip
 
setLineFitChi2PerNDF(double) - Method in class org.jlab.rec.cvt.track.Seed
 
setMatchedCCross(Cross) - Method in class org.jlab.rec.cvt.cross.Cross
 
setMatchedZCross(Cross) - Method in class org.jlab.rec.cvt.cross.Cross
 
setMaterials(Map<String, double[]>) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setMatLib(String) - Method in class org.jlab.rec.cvt.Constants
 
setMAXDOCA2STRIP(double) - Static method in class org.jlab.rec.cvt.svt.SVTParameters
 
setMAXDOCA2STRIPS(double) - Static method in class org.jlab.rec.cvt.svt.SVTParameters
 
setMaxStrip(int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setMinStrip(int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setModule(Line3D) - Method in class org.jlab.rec.cvt.hit.Strip
 
setN(Vector3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setNDF(int) - Method in class org.jlab.rec.cvt.track.Seed
 
setNDF(int) - Method in class org.jlab.rec.cvt.track.StraightTrack
 
setNDF(int) - Method in class org.jlab.rec.cvt.track.Track
 
setNodes(List<Cell>) - Method in class org.jlab.rec.cvt.track.MakerCA
 
setNormal(Vector3D) - Method in class org.jlab.rec.cvt.hit.Strip
 
setOrderedRegion(int) - Method in class org.jlab.rec.cvt.cross.Cross
 
setOutputBankPrefix(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setOverlappingSeed(List<Seed>) - Method in class org.jlab.rec.cvt.track.Seed
 
setOverlaps(List<Seed>) - Static method in class org.jlab.rec.cvt.track.Seed
 
setP(double) - Method in class org.jlab.rec.cvt.track.Track
Sets the total momentum value
setP(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setPar_grid() - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setPath(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setPathToCTOF(double) - Method in class org.jlab.rec.cvt.track.Track
 
setPhi(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setPhi(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setPhi(double) - Method in class org.jlab.rec.cvt.track.Seed
 
setPhi0(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setPhi0(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setPhiAtDCA(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setPhiErr(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setPhiErr(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setPhiErr0(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setPhiErr0(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setPID(int) - Method in class org.jlab.rec.cvt.track.Track
 
setPitch(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setPlane(String) - Method in class org.jlab.rec.cvt.track.Cell
 
setPlane(String) - Method in class org.jlab.rec.cvt.track.MakerCA
 
setPlaneIdx(int) - Method in class org.jlab.rec.cvt.trajectory.StateVec
Sets the wire plane index in the series of planes used in the trajectory
setPoint(Point3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the cross 3-D point
setPoint0(Point3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the cross 3-D point
setPointErr(Point3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets a 3-dimensional error on the 3-D point
setPointErr0(Point3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets a 3-dimensional error on the 3-D point
setPt(double) - Method in class org.jlab.rec.cvt.track.Track
 
setPXYZ() - Method in class org.jlab.rec.cvt.track.Track
Sets the track helical track parameters P, Pt, Pz
setPz(double) - Method in class org.jlab.rec.cvt.track.Track
 
setQ(int) - Method in class org.jlab.rec.cvt.track.Track
Sets the charge
setQualityFac(double) - Method in class org.jlab.rec.cvt.hit.Hit
 
setray(Ray) - Method in class org.jlab.rec.cvt.fit.CosmicFitter
 
setRay(Ray) - Method in class org.jlab.rec.cvt.fit.CosmicFitPars
 
setRay(Ray) - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
setrayfitoutput(CosmicFitPars) - Method in class org.jlab.rec.cvt.fit.CosmicFitter
 
setRCUT(double) - Static method in class org.jlab.rec.cvt.Constants
 
setrefcoords(double, double) - Method in class org.jlab.rec.cvt.fit.CircleFitter
 
setReferencePoint(double, double) - Method in class org.jlab.rec.cvt.fit.HelicalTrackFitter
 
setRefPoint(Point3D) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setRegion(int) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the region
setResolution(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setRho(double) - Method in class org.jlab.rec.cvt.track.Seed
 
setS(Vector3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setSecondaryChi2(double) - Method in class org.jlab.rec.cvt.track.Track
 
setSecondaryHelix(Helix) - Method in class org.jlab.rec.cvt.track.Track
 
setSecondaryNDF(int) - Method in class org.jlab.rec.cvt.track.Track
 
setSector(int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setSector(int) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the sector
setSector(int) - Method in class org.jlab.rec.cvt.hit.Hit
Sets the sector
setSeed(Hit) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setSeed(Seed) - Method in class org.jlab.rec.cvt.track.Track
 
setSeedBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setSeedClusBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setSeedResidual(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setSeedResidual(Point3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setSeedScan(List<Seed>) - Method in class org.jlab.rec.cvt.track.TrackSeeder
 
setStatus(int) - Method in class org.jlab.rec.cvt.hit.Strip
 
setStatus(int) - Method in class org.jlab.rec.cvt.track.Seed
 
setStatus(int) - Method in class org.jlab.rec.cvt.track.StraightTrack
 
setStatus(int) - Method in class org.jlab.rec.cvt.track.Track
 
setStrip(int) - Method in class org.jlab.rec.cvt.hit.Strip
 
setStrip(Strip) - Method in class org.jlab.rec.cvt.hit.Hit
 
setstripResolutionAtDoca(double) - Method in class org.jlab.rec.cvt.hit.Hit
 
setSurfaceComponent(int) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setSurfaceDetector(int) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setSurfaceLayer(int) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setSurfaceSector(int) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setSvtClusterBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setSvtCrossBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setSvtHitBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setSVTHits(List<Hit>) - Method in class org.jlab.rec.cvt.banks.HitReader
sets the list of SVT hits
setSVTIntersections(double[][][]) - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
setSvtmaxclussize(int) - Method in class org.jlab.rec.cvt.Constants
 
setSvtmaxclussize(int) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setSVTSector(int[]) - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
setTanDip(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setTargetMaterial(String) - Method in class org.jlab.rec.cvt.Constants
 
setTempId(int) - Method in class org.jlab.rec.cvt.track.Track
 
setTHETAL_grid(double[]) - Static method in class org.jlab.rec.cvt.bmt.BMTConstants
 
setTile(Cylindrical3D) - Method in class org.jlab.rec.cvt.hit.Strip
 
setTime(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setTime(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setTlayer(int) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setToGlobal(Transformation3D) - Method in class org.jlab.rec.cvt.hit.Strip
 
setToLocal(Transformation3D) - Method in class org.jlab.rec.cvt.hit.Strip
 
setTotalEnergy(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setTotalNbTruHits(int) - Method in class org.jlab.rec.cvt.services.CVTReconstruction
 
setTrackBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setTrackCovMat(double[][]) - Method in class org.jlab.rec.cvt.track.Track
 
setTrackDirAtCTOF(Vector3D) - Method in class org.jlab.rec.cvt.track.Track
 
setTrackPosAtCTOF(Point3D) - Method in class org.jlab.rec.cvt.track.Track
 
setTrajectory(ArrayList<StateVec>) - Method in class org.jlab.rec.cvt.trajectory.Trajectory
 
setTrajectoryBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setTrakInters(Point3D) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setTrkgStatus(int) - Method in class org.jlab.rec.cvt.hit.Hit
 
setTrkPhiAtSurface(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setTrkThetaAtSurface(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setTrkToModuleAngle(double) - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
setType(BMTType) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setType(BMTType) - Method in class org.jlab.rec.cvt.cross.Cross
 
setType(BMTType) - Method in class org.jlab.rec.cvt.hit.Hit
 
setUsed(boolean) - Method in class org.jlab.rec.cvt.track.Cell
 
setusedInXYcand(boolean) - Method in class org.jlab.rec.cvt.cross.Cross
 
setusedInZRcand(boolean) - Method in class org.jlab.rec.cvt.cross.Cross
 
setUsedLayers(String) - Method in class org.jlab.rec.cvt.Constants
 
setUTrackBank(String) - Method in class org.jlab.rec.cvt.services.CVTEngine
 
setXb(double) - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
setXb(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setYb(double) - Method in class org.jlab.rec.cvt.fit.StraightTrackFitter
 
setYb(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setYXInterc(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setYXInterErr(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setYXSlope(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setYXSlopeErr(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setYZInterc(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setYZIntercErr(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setYZSlope(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setYZSlopeErr(double) - Method in class org.jlab.rec.cvt.trajectory.Ray
 
setZ(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setZ(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setZ0(double) - Method in class org.jlab.rec.cvt.trajectory.Helix
 
setZErr(double) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
setZErr(double) - Method in class org.jlab.rec.cvt.hit.Strip
 
setZRANGE(double) - Static method in class org.jlab.rec.cvt.Constants
 
SHIELD - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
SHIFTS - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
SIGMADRIFT - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
sinTheta() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
slope() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
slopeErr() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
slopeIntercCov() - Method in class org.jlab.rec.cvt.fit.LineFitPars
 
sortClusterByDetectorAndIO(List<Cluster>) - Method in class org.jlab.rec.cvt.cross.CrossMaker
 
sortingMethod - Variable in class org.jlab.rec.cvt.track.Seed
 
sortXYCrosses(List<Cross>) - Method in class org.jlab.rec.cvt.track.TrackSeederSVTLinker
 
STARTINGLAYR - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
StateVec - Class in org.jlab.rec.cvt.trajectory
A StateVec describes a cross measurement in the CVT.
StateVec() - Constructor for class org.jlab.rec.cvt.trajectory.StateVec
Instantiates a new vec.
StateVec(double, double, double, double, double, double) - Constructor for class org.jlab.rec.cvt.trajectory.StateVec
Instantiates a new stateVec
StateVec(int, AKFitter.HitOnTrack, DetectorType) - Constructor for class org.jlab.rec.cvt.trajectory.StateVec
 
StateVec(int, Point3D, Vector3D, Surface, double) - Constructor for class org.jlab.rec.cvt.trajectory.StateVec
 
StateVec(StateVec) - Constructor for class org.jlab.rec.cvt.trajectory.StateVec
Instantiates a new stateVec
status(List<Double>, List<Double>, List<Double>) - Method in class org.jlab.rec.cvt.fit.CircleCalculator
 
StraightTrack - Class in org.jlab.rec.cvt.track
 
StraightTrack(StraightTrack, KFitter) - Constructor for class org.jlab.rec.cvt.track.StraightTrack
 
StraightTrack(Ray) - Constructor for class org.jlab.rec.cvt.track.StraightTrack
 
StraightTrackCandListFinder - Class in org.jlab.rec.cvt.track
A class with a method implementing an algorithm that finds lists of track candidates in the BST
StraightTrackCandListFinder() - Constructor for class org.jlab.rec.cvt.track.StraightTrackCandListFinder
 
StraightTrackCandListFinder.RayMeasurements - Class in org.jlab.rec.cvt.track
A class representing the measurement variables used to fit a straight track
StraightTrackCrossListFinder - Class in org.jlab.rec.cvt.cross
A class with methods used to find lists of crosses.
StraightTrackCrossListFinder() - Constructor for class org.jlab.rec.cvt.cross.StraightTrackCrossListFinder
 
StraightTrackFitter - Class in org.jlab.rec.cvt.fit
A fitter which does sequential fit (for r, phi coordinates) to a circle using CircleFitter and then (for r, z coordinates) to a line using LineFitter.
StraightTrackFitter() - Constructor for class org.jlab.rec.cvt.fit.StraightTrackFitter
 
StraightTrackFitter.FitStatus - Enum Class in org.jlab.rec.cvt.fit
Status of the HelicalTrackFit
StraightTrackSeeder - Class in org.jlab.rec.cvt.track
 
StraightTrackSeeder(double, double) - Constructor for class org.jlab.rec.cvt.track.StraightTrackSeeder
 
Strip - Class in org.jlab.rec.cvt.hit
 
Strip(int, double, double) - Constructor for class org.jlab.rec.cvt.hit.Strip
 
Successful - Enum constant in enum class org.jlab.rec.cvt.fit.CosmicFitter.FitStatus
Successful Fit.
Successful - Enum constant in enum class org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
Successful Fit.
Successful - Enum constant in enum class org.jlab.rec.cvt.fit.StraightTrackFitter.FitStatus
Successful Fit.
SVTADCtoDAQ(int) - Static method in class org.jlab.rec.cvt.hit.ADCConvertor
 
SVTGeometry - Class in org.jlab.rec.cvt.svt
 
SVTGeometry(SVTStripFactory, IndexedTable) - Constructor for class org.jlab.rec.cvt.svt.SVTGeometry
 
SVTLAYER1 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
SVTLAYER2 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
SVTLAYER3 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
SVTLAYER4 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
SVTLAYER5 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
SVTLAYER6 - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
svtLinkerSeeding - Variable in class org.jlab.rec.cvt.Constants
 
svtOnly - Variable in class org.jlab.rec.cvt.Constants
 
SVTParameters - Class in org.jlab.rec.cvt.svt
 
svtSeeding - Variable in class org.jlab.rec.cvt.Constants
 
SWIMACCURACYBMT - Static variable in class org.jlab.rec.cvt.Constants
 
SWIMACCURACYCD - Static variable in class org.jlab.rec.cvt.Constants
 
SWIMACCURACYSVT - Static variable in class org.jlab.rec.cvt.Constants
 

T

TANDIP - Static variable in class org.jlab.rec.cvt.Constants
 
TARGET - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
theta() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
ThetaL_grid - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
TIMECUTLOW - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
timeCuts - Variable in class org.jlab.rec.cvt.Constants
 
TOCLUSN - Static variable in class org.jlab.rec.cvt.svt.SVTParameters
 
toGlobal() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
toGlobal() - Method in class org.jlab.rec.cvt.hit.Strip
 
toGlobal(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
toGlobal(int, int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
toGlobal(int, int, Vector3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
toGlobal(Point3D, int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
TOGLOBAL - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
toLine() - Method in class org.jlab.rec.cvt.trajectory.Ray
 
toLocal() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
toLocal() - Method in class org.jlab.rec.cvt.hit.Strip
 
toLocal(int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
toLocal(int, int, Point3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
toLocal(int, int, Vector3D) - Method in class org.jlab.rec.cvt.svt.SVTGeometry
 
toLocal(Point3D, int, int) - Method in class org.jlab.rec.cvt.bmt.BMTGeometry
 
TOLOCAL - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
TOPOSITION - Static variable in class org.jlab.rec.cvt.bmt.BMTConstants
 
toString() - Method in class org.jlab.rec.cvt.cluster.Cluster
 
toString() - Method in class org.jlab.rec.cvt.cross.Cross
 
toString() - Method in class org.jlab.rec.cvt.hit.Hit
 
toString() - Method in class org.jlab.rec.cvt.track.Cell
 
toString() - Method in class org.jlab.rec.cvt.track.Seed
 
toString() - Method in class org.jlab.rec.cvt.track.Track
 
toString() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
toString() - Method in class org.jlab.rec.cvt.trajectory.StateVec
 
totpercentTruthMatch - Variable in class org.jlab.rec.cvt.track.Seed
 
totTruthHits - Variable in class org.jlab.rec.cvt.services.TracksFromTargetRec
 
Track - Class in org.jlab.rec.cvt.track
A class representing track candidates in the CVT.
Track(Seed) - Constructor for class org.jlab.rec.cvt.track.Track
 
Track(Seed, KFitter) - Constructor for class org.jlab.rec.cvt.track.Track
 
Track(Seed, KFitter, int) - Constructor for class org.jlab.rec.cvt.track.Track
 
Track(Helix) - Constructor for class org.jlab.rec.cvt.track.Track
 
TrackSeeder - Class in org.jlab.rec.cvt.track
 
TrackSeeder(Swim, double, double) - Constructor for class org.jlab.rec.cvt.track.TrackSeeder
 
TrackSeederCA - Class in org.jlab.rec.cvt.track
 
TrackSeederCA(Swim, double, double) - Constructor for class org.jlab.rec.cvt.track.TrackSeederCA
 
TrackSeederRZ - Class in org.jlab.rec.cvt.track
 
TrackSeederRZ() - Constructor for class org.jlab.rec.cvt.track.TrackSeederRZ
 
TrackSeederSVTLinker - Class in org.jlab.rec.cvt.track
 
TrackSeederSVTLinker(Swim, double, double) - Constructor for class org.jlab.rec.cvt.track.TrackSeederSVTLinker
 
TrackSeederXY - Class in org.jlab.rec.cvt.track
 
TrackSeederXY(double, double) - Constructor for class org.jlab.rec.cvt.track.TrackSeederXY
 
TracksFromTargetRec - Class in org.jlab.rec.cvt.services
 
TracksFromTargetRec(Swim, double[]) - Constructor for class org.jlab.rec.cvt.services.TracksFromTargetRec
 
Trajectory - Class in org.jlab.rec.cvt.trajectory
The trajectory is a set of state vectors at BST planes along the particle path. * A StateVec describes a cross measurement in the BST. directions in that coordinate system.
Trajectory(Helix) - Constructor for class org.jlab.rec.cvt.trajectory.Trajectory
 
Trajectory(Ray) - Constructor for class org.jlab.rec.cvt.trajectory.Trajectory
 
TrajectoryFinder - Class in org.jlab.rec.cvt.trajectory
A driver class to find the trajectory of a track candidate.
TrajectoryFinder() - Constructor for class org.jlab.rec.cvt.trajectory.TrajectoryFinder
 
trajs - Variable in class org.jlab.rec.cvt.track.StraightTrack
 
transpose3x3Matrix(double[][]) - Method in class org.jlab.rec.cvt.fit.CircleFitter
 
TSHIELDI - Static variable in class org.jlab.rec.cvt.Geometry
 
TSHIELDLENGTH - Static variable in class org.jlab.rec.cvt.Geometry
 
TSHIELDRADLEN - Static variable in class org.jlab.rec.cvt.Geometry
 
TSHIELDRHO - Static variable in class org.jlab.rec.cvt.Geometry
 
TSHIELDRMAX - Static variable in class org.jlab.rec.cvt.Geometry
 
TSHIELDRMIN - Static variable in class org.jlab.rec.cvt.Geometry
 
TSHIELDZOVERA - Static variable in class org.jlab.rec.cvt.Geometry
 
TSHIELDZPOS - Static variable in class org.jlab.rec.cvt.Geometry
 

U

UNDEFINED - Enum constant in enum class org.jlab.rec.cvt.bmt.BMTType
 
UNDEFINED - Enum constant in enum class org.jlab.rec.cvt.measurement.MLayer
 
unUsedHitsOnly - Variable in class org.jlab.rec.cvt.track.TrackSeeder
 
unUsedHitsOnly - Variable in class org.jlab.rec.cvt.track.TrackSeederRZ
 
unUsedHitsOnly - Variable in class org.jlab.rec.cvt.track.TrackSeederXY
 
update(int, AKFitter.HitOnTrack) - Method in class org.jlab.rec.cvt.cluster.Cluster
 
update(KFitter) - Method in class org.jlab.rec.cvt.track.StraightTrack
 
update(Point3D, Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
 
update_Clusters(int) - Method in class org.jlab.rec.cvt.track.Track
 
update_Crosses(double, double) - Method in class org.jlab.rec.cvt.track.Seed
Updates the crosses positions based on trajectories or helix
update_Crosses(int, double, double) - Method in class org.jlab.rec.cvt.track.Track
Updates the crosses positions based on trajectories or helix
update_Crosses(List<Cross>, double, double) - Method in class org.jlab.rec.cvt.track.Seed
 
updateBMTCross(Point3D, Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the cross parameters: the position and direction unit vector
updateClusters() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
updateCrosses() - Method in class org.jlab.rec.cvt.track.StraightTrack
 
updateCrosses(Ray) - Method in class org.jlab.rec.cvt.track.StraightTrack
 
updateCrossesFromTraj(StraightTrack, Trajectory) - Method in class org.jlab.rec.cvt.track.StraightTrackCandListFinder
 
updateSVTCross(Vector3D) - Method in class org.jlab.rec.cvt.cross.Cross
Sets the cross parameters: the position and direction unit vector
useOnlyBMTC50PercTruthHits - Variable in class org.jlab.rec.cvt.Constants
 
useOnlyBMTCTruthHits - Variable in class org.jlab.rec.cvt.Constants
 
useOnlyBMTCTruthHits() - Method in class org.jlab.rec.cvt.Constants
 
useOnlyBMTTruthHits - Variable in class org.jlab.rec.cvt.Constants
 
useOnlyBMTTruthHits() - Method in class org.jlab.rec.cvt.Constants
 
useOnlyBMTZ50PercTruthHits - Variable in class org.jlab.rec.cvt.Constants
 
useOnlyBMTZTruthHits - Variable in class org.jlab.rec.cvt.Constants
 
useOnlyBMTZTruthHits() - Method in class org.jlab.rec.cvt.Constants
 
useOnlyMCTruthHits() - Method in class org.jlab.rec.cvt.Constants
 
useOnlyTruthHits - Variable in class org.jlab.rec.cvt.Constants
 
useSVTTimingCuts - Variable in class org.jlab.rec.cvt.Constants
 
useSVTTimingCuts - Variable in class org.jlab.rec.cvt.services.CVTEngine
 
ux() - Method in class org.jlab.rec.cvt.trajectory.StateVec
Description of ux().
uy() - Method in class org.jlab.rec.cvt.trajectory.StateVec
Description of uy().
uz() - Method in class org.jlab.rec.cvt.trajectory.StateVec
Description of uz().

V

VACUUM - Static variable in class org.jlab.rec.cvt.Geometry
 
valueOf(String) - Static method in enum class org.jlab.rec.cvt.bmt.BMTType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.rec.cvt.fit.CosmicFitter.FitStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.rec.cvt.fit.StraightTrackFitter.FitStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.jlab.rec.cvt.bmt.BMTType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.rec.cvt.fit.CosmicFitter.FitStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.rec.cvt.fit.StraightTrackFitter.FitStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jlab.rec.cvt.measurement.MLayer
Returns an array containing the constants of this enum class, in the order they are declared.

X

x() - Method in class org.jlab.rec.cvt.trajectory.StateVec
Description of x().
xcen() - Method in class org.jlab.rec.cvt.fit.CircleCalcPars
Returns the x coordinate of the reference point
xCen() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
xDCA() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
xref() - Method in class org.jlab.rec.cvt.fit.CircleFitPars
Returns the x coordinate of the reference point

Y

y() - Method in class org.jlab.rec.cvt.trajectory.StateVec
Description of y().
ycen() - Method in class org.jlab.rec.cvt.fit.CircleCalcPars
Returns the y coordinate of the reference point
yCen() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
yDCA() - Method in class org.jlab.rec.cvt.trajectory.Helix
 
yref() - Method in class org.jlab.rec.cvt.fit.CircleFitPars
Returns the y coordinate of the reference point

Z

z() - Method in class org.jlab.rec.cvt.trajectory.StateVec
Description of z().
Z - Enum constant in enum class org.jlab.rec.cvt.bmt.BMTType
 

_

_ErrRt - Variable in class org.jlab.rec.cvt.track.StraightTrackCandListFinder.RayMeasurements
 
_ErrY_prime - Variable in class org.jlab.rec.cvt.track.StraightTrackCandListFinder.RayMeasurements
 
_ErrZ - Variable in class org.jlab.rec.cvt.track.StraightTrackCandListFinder.RayMeasurements
 
_QualityFac - Variable in class org.jlab.rec.cvt.hit.Hit
 
_X - Variable in class org.jlab.rec.cvt.track.StraightTrackCandListFinder.RayMeasurements
 
_Y - Variable in class org.jlab.rec.cvt.track.StraightTrackCandListFinder.RayMeasurements
 
_Y_prime - Variable in class org.jlab.rec.cvt.track.StraightTrackCandListFinder.RayMeasurements
 
_Z - Variable in class org.jlab.rec.cvt.track.StraightTrackCandListFinder.RayMeasurements
 
A B C D E F G H I K L M N O P R S T U V X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form