Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- actionTreeNode(TreePath[], int) - Method in class org.jlab.clas.physics.EventTree
- add(DetectorTrack.TrajectoryPoint) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- addAssociation(int) - Method in class org.jlab.clas.detector.DetectorResponse
- addBranch(String, String) - Method in class org.jlab.clas.physics.EventTree
- addBranchWithFilter(String, String, String) - Method in class org.jlab.clas.physics.EventTree
- addCross(double, double, double, double, double, double) - Method in class org.jlab.clas.detector.DetectorTrack
- addDetector(String, Detector) - Method in class org.jlab.clas.fastmc.Clas12FastMC
-
adds a detector to fast MC check list. with given cuts for each detector.
- addEngine(String) - Method in class org.jlab.clas.reco.EngineProcessor
-
Add reconstruction engine to the chain
- addEngine(String, String) - Method in class org.jlab.clas.reco.EngineProcessor
-
Adding engine to the map the order of the services matters, since they will be executed in order added.
- addEngine(String, String, String) - Method in class org.jlab.clas.reco.EngineProcessor
-
Adding engine to the map the order of the services matters, since they will be executed in order added.
- addEngine(String, ReconstructionEngine) - Method in class org.jlab.clas.reco.EngineProcessor
-
add a reconstruction engine to the chain
- addEventHeader(DetectorHeader) - Method in class org.jlab.clas.detector.DetectorEvent
- addFilter(int, String[], int[]) - Method in class org.jlab.clas.fastmc.Clas12FastMC
-
add a detector filter for accepting particles, the filter will be applied only to particles with specified charge, and the arrays indicate the detector names and minimum number of hits for given detector. for example: addFilter(-1,new String[]{"DC","EC"},new int[]{36,9}); will require for negative particle to have minimum of 36 hits in DC and minimum of 9 hits in EC to be accepted.
- addGeneratedParticle(Particle) - Method in class org.jlab.clas.physics.RecEvent
- addLeaf(String, String, String...) - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- addLeaf(String, String, String, String...) - Method in class org.jlab.clas.physics.EventTree
- addParticle(double, double, double, double, double, double) - Method in class org.jlab.clas.detector.DetectorEvent
- addParticle(DetectorParticle) - Method in class org.jlab.clas.detector.DetectorEvent
- addParticle(Particle) - Method in class org.jlab.clas.physics.RecEvent
- addProperties(String...) - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- addProperty(String) - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- addResolutionFunc(int, IParticleResolution) - Method in class org.jlab.clas.fastmc.Clas12FastMC
- addResponse(DetectorResponse) - Method in class org.jlab.clas.detector.DetectorParticle
-
add detector response to the particle
- addResponse(DetectorResponse, boolean) - Method in class org.jlab.clas.detector.DetectorParticle
- addResponse(DetectorResponse, boolean) - Method in class org.jlab.clas.detector.DetectorParticlePOCA
- addResponse(DetectorResponse, boolean) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- AMatch - Class in org.jlab.clas.detector.matching
- AMatch() - Constructor for class org.jlab.clas.detector.matching.AMatch
- AnalysisTree - Class in org.jlab.clas.physics
- AnalysisTree() - Constructor for class org.jlab.clas.physics.AnalysisTree
- apply(Particle, double, double) - Method in interface org.jlab.clas.fastmc.IParticleResolution
- apply(Particle, double, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralIn
- apply(Particle, double, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralOut
- applyTriggerMask(DataEvent) - Method in class org.jlab.clas.reco.ReconstructionEngine
B
- BAND - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
- beamEnergy - Variable in class org.jlab.clas.physics.GenericKinematicFitter
- bestMatch(DetectorParticle, List<DetectorResponse>, DetectorType) - Method in class org.jlab.clas.detector.matching.AMatch
-
Find the best matching response in the given list for the given particle.
- bestMatch(DetectorParticle, List<DetectorResponse>, DetectorType) - Method in interface org.jlab.clas.detector.matching.IMatch
- bestMatch(DetectorParticle, List<DetectorResponse>, DetectorType, int) - Method in class org.jlab.clas.detector.matching.AMatch
-
Find the best matching response in the given list for the given particle.
- bestMatch(DetectorParticle, List<DetectorResponse>, DetectorType, int) - Method in interface org.jlab.clas.detector.matching.IMatch
C
- CALORIMETER - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
- CalorimeterResponse - Class in org.jlab.clas.detector
- CalorimeterResponse() - Constructor for class org.jlab.clas.detector.CalorimeterResponse
- CalorimeterResponse(int, int, int) - Constructor for class org.jlab.clas.detector.CalorimeterResponse
- CalorimeterResponse(CalorimeterResponse) - Constructor for class org.jlab.clas.detector.CalorimeterResponse
- CENTRAL - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
- checkParticle(Particle) - Method in class org.jlab.clas.fastmc.Clas12FastMC
-
Swims particle through magnetic field and checks if all detector requirements are passed. returns false if any detector cut required is not satisfied.
- checkRunNumber(DataEvent) - Method in class org.jlab.clas.reco.ReconstructionEngine
- CHERENKOV - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
- CherenkovResponse - Class in org.jlab.clas.detector
- CherenkovResponse() - Constructor for class org.jlab.clas.detector.CherenkovResponse
- CherenkovResponse(double, double) - Constructor for class org.jlab.clas.detector.CherenkovResponse
- CherenkovResponse(CherenkovResponse) - Constructor for class org.jlab.clas.detector.CherenkovResponse
- CherenkovResponse.TrackResidual - Class in org.jlab.clas.detector
- Clas12FastMC - Class in org.jlab.clas.fastmc
- Clas12FastMC(double, double) - Constructor for class org.jlab.clas.fastmc.Clas12FastMC
-
constructor initialized part Monte-Carlo module module. arguments given are field strengths for torus and solenoid magnets.
- Clas12FastMC.DetectorSensitivity - Class in org.jlab.clas.fastmc
-
Internal class to keep requirements for given detectors.
- Clas12Types - Class in org.jlab.clas.reco
- clear() - Method in class org.jlab.clas.detector.DetectorEvent
- clear() - Method in class org.jlab.clas.detector.DetectorParticle
- clearAssociations() - Method in class org.jlab.clas.detector.DetectorResponse
- compare(double, double, double) - Method in class org.jlab.clas.detector.DetectorParticle
- compare(Pair<DetectorParticle, DetectorResponse>, Pair<DetectorParticle, DetectorResponse>) - Method in class org.jlab.clas.detector.matching.AMatch
-
Compare the quality of two particle-response pairs.
- compare(DetectorResponse, DetectorResponse) - Method in class org.jlab.clas.detector.DetectorResponseComparators.EnergyCompare
- compare(DetectorResponse, DetectorResponse) - Method in class org.jlab.clas.detector.DetectorResponseComparators.LayerEnergyCompare
- compare(DetectorResponse, DetectorResponse) - Method in class org.jlab.clas.detector.DetectorResponseComparators.PathCompare
- compare(DetectorResponse, DetectorResponse) - Method in class org.jlab.clas.detector.DetectorResponseComparators.TimeCompare
- compare(Vector3) - Method in class org.jlab.clas.detector.DetectorParticle
- compareTo(Object) - Method in class org.jlab.clas.detector.CherenkovResponse.TrackResidual
- compareTo(Object) - Method in class org.jlab.clas.detector.DetectorParticle
- compareTo(Object) - Method in class org.jlab.clas.detector.DetectorTrack
- CONFIG_BANK_NAME - Static variable in class org.jlab.clas.reco.ReconstructionEngine
- configure(EngineData) - Method in class org.jlab.clas.reco.ReconstructionEngine
- connect(String) - Method in class org.jlab.clas.service.DataDistributionService
- connect(String, String, boolean) - Method in class org.jlab.clas.service.DataDistributionService
- connectHipo(String) - Method in class org.jlab.clas.service.DataDistributionService
- constantManagerStatus() - Method in class org.jlab.clas.reco.ReconstructionEngine
- contains(int) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- contains(int, int) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- contains(DetectorResponse) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- contains(DetectorDescriptor) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- copy(CalorimeterResponse) - Method in class org.jlab.clas.detector.CalorimeterResponse
- copy(CherenkovResponse) - Method in class org.jlab.clas.detector.CherenkovResponse
- copy(DetectorResponse) - Method in class org.jlab.clas.detector.DetectorResponse
- copy(ScintillatorResponse) - Method in class org.jlab.clas.detector.ScintillatorResponse
- copy(TaggerResponse) - Method in class org.jlab.clas.detector.TaggerResponse
- countResponses(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- countResponses(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- create(DetectorParticle, double, double) - Static method in class org.jlab.clas.detector.DetectorParticleStatus
- create(DetectorResponse) - Static method in class org.jlab.clas.detector.DetectorResponseFactory
- createDST(String, List<String>) - Static method in class org.jlab.clas.reco.io.ReconstructionIO
- createEvent(DataEvent) - Method in class org.jlab.clas.physics.GenericKinematicFitter
- createEvent(HipoEvent) - Method in class org.jlab.clas.physics.GenericKinematicFitter
- createHeaderBank(HipoDataEvent, int, int, float, float) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- createHeaderBank(Event, int, int, float, float) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- createNeutral(double, double, double) - Static method in class org.jlab.clas.detector.DetectorParticle
- createNeutral(double, double, double, double, double, double) - Static method in class org.jlab.clas.detector.DetectorParticle
- createNeutral(DetectorResponse) - Static method in class org.jlab.clas.detector.DetectorParticle
- createNeutral(DetectorResponse, Vector3) - Static method in class org.jlab.clas.detector.DetectorParticle
- createRecBanksCTOF(HipoDataEvent, EvioDataEvent) - Static method in class org.jlab.clas.reco.io.HipoConvertor
- createRecBanksTOF(HipoDataEvent, EvioDataEvent) - Static method in class org.jlab.clas.reco.io.HipoConvertor
D
- DataAnalysis - Class in org.jlab.clas.physics
- DataAnalysis() - Constructor for class org.jlab.clas.physics.DataAnalysis
- DataDistributionService - Class in org.jlab.clas.service
- DataDistributionService() - Constructor for class org.jlab.clas.service.DataDistributionService
- DEFAULTQUALITY - Static variable in class org.jlab.clas.detector.DetectorParticle
- destroy() - Method in class org.jlab.clas.reco.ReconstructionEngine
- DetectorData - Class in org.jlab.clas.detector
- DetectorData() - Constructor for class org.jlab.clas.detector.DetectorData
- DetectorEvent - Class in org.jlab.clas.detector
- DetectorEvent() - Constructor for class org.jlab.clas.detector.DetectorEvent
- DetectorHeader - Class in org.jlab.clas.detector
- DetectorHeader() - Constructor for class org.jlab.clas.detector.DetectorHeader
- DetectorParticle - Class in org.jlab.clas.detector
- DetectorParticle() - Constructor for class org.jlab.clas.detector.DetectorParticle
- DetectorParticle(int, double, double, double) - Constructor for class org.jlab.clas.detector.DetectorParticle
- DetectorParticle(int, double, double, double, double, double, double) - Constructor for class org.jlab.clas.detector.DetectorParticle
- DetectorParticle(DetectorTrack) - Constructor for class org.jlab.clas.detector.DetectorParticle
- DetectorParticlePOCA - Class in org.jlab.clas.detector
-
Override methods to get old POCA-based behavior.
- DetectorParticlePOCA(DetectorTrack) - Constructor for class org.jlab.clas.detector.DetectorParticlePOCA
- DetectorParticleStatus - Class in org.jlab.clas.detector
-
A particle status definition based on detector "topology".
- DetectorParticleStatus() - Constructor for class org.jlab.clas.detector.DetectorParticleStatus
- DetectorParticleTraj - Class in org.jlab.clas.detector
-
Override methods to use new tracking trajectory surfaces.
- DetectorParticleTraj(DetectorTrack) - Constructor for class org.jlab.clas.detector.DetectorParticleTraj
- DetectorResponse - Class in org.jlab.clas.detector
- DetectorResponse() - Constructor for class org.jlab.clas.detector.DetectorResponse
- DetectorResponse(int, int, int) - Constructor for class org.jlab.clas.detector.DetectorResponse
- DetectorResponse(DetectorResponse) - Constructor for class org.jlab.clas.detector.DetectorResponse
- DetectorResponseComparators - Class in org.jlab.clas.detector
- DetectorResponseComparators() - Constructor for class org.jlab.clas.detector.DetectorResponseComparators
- DetectorResponseComparators.EnergyCompare - Class in org.jlab.clas.detector
- DetectorResponseComparators.LayerEnergyCompare - Class in org.jlab.clas.detector
- DetectorResponseComparators.PathCompare - Class in org.jlab.clas.detector
- DetectorResponseComparators.TimeCompare - Class in org.jlab.clas.detector
- DetectorResponseFactory - Class in org.jlab.clas.detector
- DetectorResponseFactory() - Constructor for class org.jlab.clas.detector.DetectorResponseFactory
- DetectorSensitivity(int, String[], int[]) - Constructor for class org.jlab.clas.fastmc.Clas12FastMC.DetectorSensitivity
- detectorTrack - Variable in class org.jlab.clas.detector.DetectorParticle
- DetectorTrack - Class in org.jlab.clas.detector
- DetectorTrack(int) - Constructor for class org.jlab.clas.detector.DetectorTrack
- DetectorTrack(int, double) - Constructor for class org.jlab.clas.detector.DetectorTrack
- DetectorTrack(int, double, double, double) - Constructor for class org.jlab.clas.detector.DetectorTrack
- DetectorTrack(int, double, double, double, double, double, double) - Constructor for class org.jlab.clas.detector.DetectorTrack
- DetectorTrack(int, double, int) - Constructor for class org.jlab.clas.detector.DetectorTrack
- DetectorTrack.Trajectory - Class in org.jlab.clas.detector
- DetectorTrack.TrajectoryPoint - Class in org.jlab.clas.detector
- doPidMatch() - Method in class org.jlab.clas.physics.RecEvent
- dropBanks(DataEvent) - Method in class org.jlab.clas.reco.ReconstructionEngine
E
- energy - Static variable in class org.jlab.clas.detector.DetectorResponseComparators
- EnergyCompare() - Constructor for class org.jlab.clas.detector.DetectorResponseComparators.EnergyCompare
- ENGINE_CLASS_BG - Static variable in class org.jlab.clas.reco.EngineProcessor
- ENGINE_CLASS_PP - Static variable in class org.jlab.clas.reco.EngineProcessor
- EngineProcessor - Class in org.jlab.clas.reco
- EngineProcessor() - Constructor for class org.jlab.clas.reco.EngineProcessor
- eventShow(String, String, String, String, int) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- eventShowHipo(String, String, String, String, int) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- EventTree - Class in org.jlab.clas.physics
- EventTree() - Constructor for class org.jlab.clas.physics.EventTree
- EventTree.EventTreeBranch - Class in org.jlab.clas.physics
-
class describing EventTree branch
- EventTree.EventTreeLeaf - Class in org.jlab.clas.physics
- EventTreeBranch() - Constructor for class org.jlab.clas.physics.EventTree.EventTreeBranch
- EventTreeBranch(String) - Constructor for class org.jlab.clas.physics.EventTree.EventTreeBranch
- EventTreeBranch(String, String) - Constructor for class org.jlab.clas.physics.EventTree.EventTreeBranch
- EventTreeLeaf(String, String) - Constructor for class org.jlab.clas.physics.EventTree.EventTreeLeaf
- EVIO - Static variable in class org.jlab.clas.reco.Clas12Types
- EvioHipoEvent - Class in org.jlab.clas.reco.io
- EvioHipoEvent() - Constructor for class org.jlab.clas.reco.io.EvioHipoEvent
- EvioHipoEvent4 - Class in org.jlab.clas.reco.io
- EvioHipoEvent4() - Constructor for class org.jlab.clas.reco.io.EvioHipoEvent4
- execute(EngineData) - Method in class org.jlab.clas.reco.ReconstructionEngine
- executeGroup(Set<EngineData>) - Method in class org.jlab.clas.reco.ReconstructionEngine
F
- fillHipoEventBAND(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventBMT(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventBMT(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventBST(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventBST(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventCND(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventCND(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventCTOF(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventCTOF(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventDC(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventDC(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventECAL(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
-
Fill the ECAL EVENT combines PCAL with EC
- fillHipoEventECAL(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
-
Fill the ECAL EVENT combines PCAL with EC
- fillHipoEventFMT(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventFMT(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventFTCAL(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventFTCAL(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventFTHODO(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventFTHODO(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventFTOF(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventFTOF(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventFTTRK(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventFTTRK(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventGenPart(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventGenPart(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventHTCC(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventHTCC(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventLTCC(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventLTCC(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventRF(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventRF(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventRICH(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventRICH(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventRTPC(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventRTPC(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventTrigger(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventTrigger(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- fillHipoEventTrueInfo(HipoDataEvent, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- fillHipoEventTrueInfo(Event, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- filterEvent(DataEvent) - Method in class org.jlab.clas.reco.ReconstructionEngine
- findClosestTrack(List<DetectorParticle>) - Method in class org.jlab.clas.detector.CherenkovResponse
- firstMatch(DetectorParticle, List<DetectorResponse>, DetectorType) - Method in class org.jlab.clas.detector.matching.AMatch
-
Find the first matching response in the given list for the given particle.
- firstMatch(DetectorParticle, List<DetectorResponse>, DetectorType) - Method in interface org.jlab.clas.detector.matching.IMatch
- firstMatch(DetectorParticle, List<DetectorResponse>, DetectorType, int) - Method in class org.jlab.clas.detector.matching.AMatch
-
Find the first matching response in the given list for the given particle.
- firstMatch(DetectorParticle, List<DetectorResponse>, DetectorType, int) - Method in interface org.jlab.clas.detector.matching.IMatch
- FORWARD - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
G
- generateConfig() - Method in class org.jlab.clas.reco.ReconstructionEngine
-
Generate a configuration section to drop in a HIPO bank, as the engineConfigMap appended with the software version.
- GenericKinematicFitter - Class in org.jlab.clas.physics
- GenericKinematicFitter(double) - Constructor for class org.jlab.clas.physics.GenericKinematicFitter
- get(int, int) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- get(DetectorDescriptor) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- get_cluster() - Method in class org.jlab.clas.detector.RingCherenkovResponse
- get_xtalk() - Method in class org.jlab.clas.detector.RingCherenkovResponse
- getAssociation() - Method in class org.jlab.clas.detector.DetectorResponse
- getAssociation() - Method in class org.jlab.clas.detector.DetectorTrack
- getAssociation(int) - Method in class org.jlab.clas.detector.DetectorResponse
- getAuthor() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getBeamChargeGated() - Method in class org.jlab.clas.detector.DetectorHeader
- getBeta() - Method in class org.jlab.clas.detector.DetectorParticle
- getBeta(DetectorType, int, double) - Method in class org.jlab.clas.detector.DetectorParticle
- getBeta(DetectorType, int, double) - Method in class org.jlab.clas.detector.DetectorParticlePOCA
- getBeta(DetectorType, int, double) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- getCaloExtrasResponseBank(List<DetectorResponse>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getCalorimeterCount() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- getCalorimeterResponseBank(List<DetectorResponse>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
-
creates a detector response bank
- getCalorimeterResponseList() - Method in class org.jlab.clas.detector.DetectorEvent
- getCentralParticles() - Method in class org.jlab.clas.detector.DetectorEvent
- getCharge() - Method in class org.jlab.clas.detector.DetectorParticle
- getCharge() - Method in class org.jlab.clas.detector.DetectorTrack
- getCharge() - Method in class org.jlab.clas.fastmc.Clas12FastMC.DetectorSensitivity
- getCherenkovCount() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- getCherenkovResponseBank(List<DetectorResponse>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getCherenkovResponseList() - Method in class org.jlab.clas.detector.DetectorEvent
- getCherenkovSignal(List<DetectorResponse>, DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getCherenkovSignal(List<DetectorResponse>, DetectorType) - Method in class org.jlab.clas.detector.DetectorParticlePOCA
- getCherenkovSignal(List<DetectorResponse>, DetectorType) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- getchi2() - Method in class org.jlab.clas.detector.DetectorTrack
- getChi2() - Method in class org.jlab.clas.detector.DetectorParticle
-
returns chi2 of score.
- getClusterSize() - Method in class org.jlab.clas.detector.ScintillatorResponse
- getConeAngle() - Method in class org.jlab.clas.detector.CherenkovResponse.TrackResidual
- getConfigMap() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getConstantsManager() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getCoordUVW() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getCovMatrix() - Method in class org.jlab.clas.detector.DetectorParticle
- getCovMatrix() - Method in class org.jlab.clas.detector.DetectorTrack
- getCovMatrix(int, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getCovMatrix(int, int) - Method in class org.jlab.clas.detector.DetectorTrack
- getCovMatrixBank(List<DetectorParticle>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getCross() - Method in class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- getCross(int) - Method in class org.jlab.clas.detector.DetectorTrack
- getCross(DetectorParticle) - Method in class org.jlab.clas.detector.CherenkovResponse
- getCrossCount() - Method in class org.jlab.clas.detector.DetectorTrack
- getDedx() - Method in class org.jlab.clas.detector.ScintillatorResponse
- getDeltaPhi() - Method in class org.jlab.clas.detector.CherenkovResponse
- getDeltaPhi() - Method in class org.jlab.clas.detector.CherenkovResponse.TrackResidual
- getDeltaPhi(double, double) - Method in class org.jlab.clas.detector.CherenkovResponse
-
Wrap delta-phi into -pi/pi:
- getDeltaPhi(double, double) - Static method in class org.jlab.clas.detector.matching.AMatch
- getDeltaPhi(Point3D, Point3D) - Static method in class org.jlab.clas.detector.matching.AMatch
- getDeltaTheta() - Method in class org.jlab.clas.detector.CherenkovResponse
- getDeltaTheta() - Method in class org.jlab.clas.detector.CherenkovResponse.TrackResidual
- getDescription() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getDescriptor() - Method in class org.jlab.clas.detector.DetectorResponse
- getDetectorHit(List<DetectorResponse>, DetectorType, int, double) - Method in class org.jlab.clas.detector.DetectorParticle
- getDetectorHit(List<DetectorResponse>, DetectorType, int, double) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- getDetectorHitQuality(List<DetectorResponse>, int, Vector3D) - Method in class org.jlab.clas.detector.DetectorParticle
- getDetectorId() - Method in class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- getDetectorID() - Method in class org.jlab.clas.detector.DetectorTrack
- getDetectorParticleBank(List<DetectorParticle>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
-
creates a bank with particles information.
- getDetectorParticleShadowBank(List<DetectorParticle>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
-
creates a bank with particles information.
- getDetectorResponseList() - Method in class org.jlab.clas.detector.DetectorEvent
-
returns detector response list contained in all the particles. first the association is ran to ensure that all detector responses have proper a
- getDetectorResponses() - Method in class org.jlab.clas.detector.DetectorParticle
- getDetectorResponses(Particle) - Method in class org.jlab.clas.fastmc.Clas12FastMC
- getDetectorResponses(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getDetectors() - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- getDistance(DetectorResponse) - Method in class org.jlab.clas.detector.DetectorParticle
- getDistance(DetectorResponse) - Method in class org.jlab.clas.detector.DetectorParticlePOCA
- getDistance(DetectorResponse) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- getDx() - Method in class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- getDynamicTree() - Method in class org.jlab.clas.physics.EventTree
- getEdge() - Method in class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- getEnergy() - Method in class org.jlab.clas.detector.DetectorResponse
- getEnergy(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getEnergy(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getEnergyFraction(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getEngineConfigString(String) - Method in class org.jlab.clas.reco.ReconstructionEngine
- getEngineConfigString(String, String) - Method in class org.jlab.clas.reco.ReconstructionEngine
- getEngineConfiguration() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getEntries() - Method in class org.jlab.clas.physics.EventTree
- getEvent() - Method in class org.jlab.clas.detector.DetectorHeader
- getEvent(PhysicsEvent) - Method in class org.jlab.clas.fastmc.Clas12FastMC
- getEventBank(DetectorEvent, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getEventCategory() - Method in class org.jlab.clas.detector.DetectorHeader
- getEventCategoryFT() - Method in class org.jlab.clas.detector.DetectorHeader
- getEventHeader() - Method in class org.jlab.clas.detector.DetectorEvent
- getEventShadowBank(DetectorEvent, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getExpression() - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- getFatal() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getFilter() - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- getFilterGenerated() - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- getFirstCross() - Method in class org.jlab.clas.detector.DetectorParticle
- getFirstCross() - Method in class org.jlab.clas.detector.DetectorTrack
- getForwardTaggerBank(List<DetectorResponse>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getGenerated() - Method in class org.jlab.clas.physics.RecEvent
- getGeneratedBank(PhysicsEvent) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- getGeneratedEvent() - Method in class org.jlab.clas.detector.DetectorEvent
- getGeneratedEvent(DataEvent) - Method in class org.jlab.clas.physics.GenericKinematicFitter
- getGenPart(PhysicsEvent) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- getHelicity() - Method in class org.jlab.clas.detector.DetectorHeader
- getHelicityRaw() - Method in class org.jlab.clas.detector.DetectorHeader
- getHipoEvent(HipoDataSync, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent
- getHipoEvent(HipoWriter, EvioDataEvent) - Method in class org.jlab.clas.reco.io.EvioHipoEvent4
- getHit(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getHit(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getHitIndex() - Method in class org.jlab.clas.detector.DetectorResponse
- getHitPosition() - Method in class org.jlab.clas.detector.CherenkovResponse
- getID() - Method in class org.jlab.clas.detector.TaggerResponse
- getInputDataTypes() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getIntersection(Line3D) - Method in class org.jlab.clas.detector.CherenkovResponse
- getLastCross() - Method in class org.jlab.clas.detector.DetectorParticle
- getLastCross() - Method in class org.jlab.clas.detector.DetectorTrack
- getLayerId() - Method in class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- getLayerMultiplicity() - Method in class org.jlab.clas.detector.ScintillatorResponse
- getLayers(int) - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- getLeafPropertyName(int) - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- getLeafs() - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- getListByEnergy(List<DetectorResponse>, double) - Static method in class org.jlab.clas.detector.DetectorResponse
-
Returns a list of detectorResponses where all entries have energy above given threshold.
- getListByLayer(List<DetectorResponse>, DetectorType, int) - Static method in class org.jlab.clas.detector.DetectorResponse
- getListBySector(List<DetectorResponse>, DetectorType, int) - Static method in class org.jlab.clas.detector.DetectorResponse
- getListBySectorLayer(List<DetectorResponse>, DetectorType, int, int) - Static method in class org.jlab.clas.detector.DetectorResponse
- getLivetime() - Method in class org.jlab.clas.detector.DetectorHeader
- getMap() - Method in class org.jlab.clas.fastmc.Clas12FastMC.DetectorSensitivity
- getMass() - Method in class org.jlab.clas.detector.DetectorParticle
- getMatched(int) - Method in class org.jlab.clas.physics.RecEvent
- getMatchedDistance() - Method in class org.jlab.clas.detector.DetectorResponse
- getMatchedPosition() - Method in class org.jlab.clas.detector.DetectorResponse
- getMaxLineLength() - Method in class org.jlab.clas.detector.DetectorTrack
- getMomentum() - Method in class org.jlab.clas.detector.TaggerResponse
- getName() - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- getName() - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- getName() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getNAssociations() - Method in class org.jlab.clas.detector.DetectorResponse
- getNDF() - Method in class org.jlab.clas.detector.DetectorParticle
- getNDF() - Method in class org.jlab.clas.detector.DetectorTrack
- getNeutralBeta(DetectorType, List<Integer>, double) - Method in class org.jlab.clas.detector.DetectorParticle
-
Calculate beta for given detector type/layer, prioritized by layer:
- getNphe() - Method in class org.jlab.clas.detector.CherenkovResponse
- getNphe(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getOutputDataTypes() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getP() - Method in class org.jlab.clas.detector.DetectorTrack
- getParent() - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- getParticle(int) - Method in class org.jlab.clas.detector.DetectorEvent
- getParticlePath(Particle) - Method in class org.jlab.clas.fastmc.ParticleSwimmer
-
Returns a Path3D object for particle swam through the magnetic field.
- getParticles() - Method in class org.jlab.clas.detector.DetectorEvent
- getPath() - Method in class org.jlab.clas.detector.DetectorResponse
- getPath() - Method in class org.jlab.clas.detector.DetectorTrack
- getPathLength() - Method in class org.jlab.clas.detector.DetectorParticle
- getPathLength() - Method in class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- getPathLength(double, double, double) - Method in class org.jlab.clas.detector.DetectorParticle
- getPathLength(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getPathLength(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticlePOCA
- getPathLength(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- getPathLength(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorTrack
- getPathLength(Vector3D) - Method in class org.jlab.clas.detector.DetectorParticle
- getPeakFADCTime() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getPeakStatus() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getPeakTDCTime() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getPhysicsEvent() - Method in class org.jlab.clas.detector.DetectorEvent
- getPhysicsEvent(DataEvent) - Method in class org.jlab.clas.physics.GenericKinematicFitter
-
Returns PhysicsEvent object with reconstructed particles.
- getPhysicsParticle(int) - Method in class org.jlab.clas.detector.DetectorParticle
- getPid() - Method in class org.jlab.clas.detector.DetectorParticle
- getPidQuality() - Method in class org.jlab.clas.detector.DetectorParticle
- getPindexMask() - Method in class org.jlab.clas.detector.DetectorResponse
- getPosition() - Method in class org.jlab.clas.detector.DetectorResponse
- getPositionWidth() - Method in class org.jlab.clas.detector.TaggerResponse
- getProperties() - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- getRadius() - Method in class org.jlab.clas.detector.TaggerResponse
- getRawBankReader(String) - Method in class org.jlab.clas.reco.ReconstructionEngine
- getRawBankReader(String, RawBank.OrderType...) - Method in class org.jlab.clas.reco.ReconstructionEngine
- getRawPeakEnergy() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getRecEvent(DataEvent) - Method in class org.jlab.clas.physics.GenericKinematicFitter
- getReconPeakEnergy() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getReconstructed() - Method in class org.jlab.clas.physics.RecEvent
- getResolution(int) - Method in class org.jlab.clas.physics.RecEvent
- getResponse(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
-
Deprecated.Just for backward compatibility for any external usage
- getResponseList(DetectorType) - Method in class org.jlab.clas.detector.DetectorEvent
- getResponseList(DetectorType[]) - Method in class org.jlab.clas.detector.DetectorEvent
- getRfTime() - Method in class org.jlab.clas.detector.DetectorHeader
- getRun() - Method in class org.jlab.clas.detector.DetectorHeader
- getSchemaFactory() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getScintExtrasResponseBank(List<DetectorResponse>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getScintillatorCount() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- getScintillatorResponseBank(List<DetectorResponse>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getScintillatorResponseList() - Method in class org.jlab.clas.detector.DetectorEvent
- getScore() - Method in class org.jlab.clas.detector.DetectorParticle
-
returns particle score.
- getSecondMomentUVW() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getSector() - Method in class org.jlab.clas.detector.DetectorParticle
-
Deprecated.Just for backward compatibility for any external usage
- getSector() - Method in class org.jlab.clas.detector.DetectorResponse
- getSector() - Method in class org.jlab.clas.detector.DetectorTrack
- getSector(double) - Static method in class org.jlab.clas.detector.DetectorResponse
- getSector(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getSector(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getSharing() - Method in class org.jlab.clas.detector.matching.AMatch
- getSigmaMom(Particle, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralIn
- getSigmaMom(Particle, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralOut
- getSigmaPhi(Particle, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralIn
- getSigmaPhi(Particle, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralOut
- getSigmaTheta(Particle, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralIn
- getSigmaTheta(Particle, double) - Method in class org.jlab.clas.fastmc.ParticleResolutionCentralOut
- getSize() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getSize() - Method in class org.jlab.clas.detector.TaggerResponse
- getStartTime() - Method in class org.jlab.clas.detector.DetectorHeader
- getStartTime() - Method in class org.jlab.clas.detector.DetectorParticle
- getStartTimeFT() - Method in class org.jlab.clas.detector.DetectorHeader
- getStates() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getStatus() - Method in class org.jlab.clas.detector.DetectorParticle
- getStatus() - Method in class org.jlab.clas.detector.DetectorResponse
- getStatus() - Method in class org.jlab.clas.detector.DetectorTrack
- getStringConfigParameter(String, String) - Method in class org.jlab.clas.reco.ReconstructionEngine
- getStringConfigParameter(String, String, String) - Method in class org.jlab.clas.reco.ReconstructionEngine
-
Method helps to extract configuration parameters defined in the Clara YAML file.
- getTaggerResponseList() - Method in class org.jlab.clas.detector.DetectorEvent
- getTheoryBeta(int) - Method in class org.jlab.clas.detector.DetectorParticle
- getThirdMomentUVW() - Method in class org.jlab.clas.detector.CalorimeterResponse
- getTime() - Method in class org.jlab.clas.detector.DetectorResponse
- getTime(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- getTime(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getTrack() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrackChi2() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrackDetector() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrackDetectorID() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrackEnd() - Method in class org.jlab.clas.detector.DetectorTrack
- getTrackIndex() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrackIndex() - Method in class org.jlab.clas.detector.DetectorTrack
- getTrackResidual(DetectorParticle) - Method in class org.jlab.clas.detector.CherenkovResponse
- getTrackResidual(Line3D) - Method in class org.jlab.clas.detector.CherenkovResponse
- getTracksBank(List<DetectorParticle>, DataEvent, String, int) - Static method in class org.jlab.clas.detector.DetectorData
- getTrackSector() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrackStatus() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrackTrajectory() - Method in class org.jlab.clas.detector.DetectorParticle
- getTrajectoriesBank(List<DetectorParticle>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getTrajectory() - Method in class org.jlab.clas.detector.DetectorTrack
- getTrajectoryPoint(int, int) - Method in class org.jlab.clas.detector.DetectorTrack
- getTrajectoryPoint(DetectorResponse) - Method in class org.jlab.clas.detector.DetectorTrack
- getTrajectoryPoint(DetectorDescriptor) - Method in class org.jlab.clas.detector.DetectorTrack
- getTreeBranches(String) - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- getTreeModel() - Method in class org.jlab.clas.physics.EventTree
- getTrigger() - Method in class org.jlab.clas.detector.DetectorHeader
- getTriggerParticle() - Method in class org.jlab.clas.detector.DetectorEvent
- getUTracksBank(List<DetectorTrack>, List<DetectorTrack>, DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- getValue() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- getVector() - Method in class org.jlab.clas.detector.DetectorTrack
- getVersion() - Method in class org.jlab.clas.reco.ReconstructionEngine
- getVertex() - Method in class org.jlab.clas.detector.DetectorTrack
- getVertexTime(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getVertexTime(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticlePOCA
- getVertexTime(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- getVertexTime(DetectorType, int, int) - Method in class org.jlab.clas.detector.DetectorParticle
- getVertexTime(DetectorType, int, int) - Method in class org.jlab.clas.detector.DetectorParticlePOCA
- getVertexTime(DetectorType, int, int) - Method in class org.jlab.clas.detector.DetectorParticleTraj
- getWidthUVW() - Method in class org.jlab.clas.detector.CalorimeterResponse
H
- hasAssociation(int) - Method in class org.jlab.clas.detector.DetectorResponse
- hasHit(DetectorType) - Method in class org.jlab.clas.detector.DetectorParticle
- hasHit(DetectorType, int) - Method in class org.jlab.clas.detector.DetectorParticle
- HIPO - Static variable in class org.jlab.clas.reco.Clas12Types
- HipoConvertor - Class in org.jlab.clas.reco.io
- HipoConvertor() - Constructor for class org.jlab.clas.reco.io.HipoConvertor
- HipoFileUtils - Class in org.jlab.clas.reco.io
- HipoFileUtils() - Constructor for class org.jlab.clas.reco.io.HipoFileUtils
I
- IMatch - Interface in org.jlab.clas.detector.matching
- init() - Method in class org.jlab.clas.reco.EngineProcessor
-
Initialize all the engines in the chain.
- init() - Method in class org.jlab.clas.reco.ReconstructionEngine
- init() - Method in class org.jlab.clas.reco.ReconstructionEngine.Reco
- init() - Method in class org.jlab.clas.service.PulseExtractorEngine
- initAll() - Method in class org.jlab.clas.reco.EngineProcessor
- initCaloDebug() - Method in class org.jlab.clas.reco.EngineProcessor
- initDefault() - Method in class org.jlab.clas.reco.EngineProcessor
- initTree() - Method in class org.jlab.clas.physics.EventTree
- IParticleResolution - Interface in org.jlab.clas.fastmc
- isBAND() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- isCentral() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- isForward() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- isSmeared - Variable in class org.jlab.clas.fastmc.Clas12FastMC
- isTagger() - Method in class org.jlab.clas.detector.DetectorParticleStatus
- isTriggerParticle() - Method in class org.jlab.clas.detector.DetectorParticle
-
returns whether this is the trigger particle.
- isValid(Map<String, Integer>) - Method in class org.jlab.clas.fastmc.Clas12FastMC.DetectorSensitivity
L
- layerEnergy - Static variable in class org.jlab.clas.detector.DetectorResponseComparators
- LayerEnergyCompare() - Constructor for class org.jlab.clas.detector.DetectorResponseComparators.LayerEnergyCompare
M
- main(String[]) - Static method in class org.jlab.clas.physics.DataAnalysis
- main(String[]) - Static method in class org.jlab.clas.physics.EventTree
- main(String[]) - Static method in class org.jlab.clas.reco.EngineProcessor
- main(String[]) - Static method in class org.jlab.clas.reco.io.EvioHipoEvent
- main(String[]) - Static method in class org.jlab.clas.reco.io.EvioHipoEvent4
- main(String[]) - Static method in class org.jlab.clas.reco.io.HipoConvertor
- main(String[]) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- main(String[]) - Static method in class org.jlab.clas.reco.io.ReconstructionIO
- main(String[]) - Static method in class org.jlab.clas.reco.ReconstructionEngine
- main(String[]) - Static method in class org.jlab.clas.service.DataDistributionService
- MatchCND - Class in org.jlab.clas.detector.matching
- MatchCND(double, double, double) - Constructor for class org.jlab.clas.detector.matching.MatchCND
- MatchDOCA - Class in org.jlab.clas.detector.matching
-
Matching based only on distance of closest approach between the last cross and the detector hit position.
- MatchDOCA(double) - Constructor for class org.jlab.clas.detector.matching.MatchDOCA
- matchedParticle(int, int) - Method in class org.jlab.clas.detector.DetectorEvent
- matchedParticle(Particle) - Method in class org.jlab.clas.detector.DetectorEvent
- matches(DetectorParticle, DetectorResponse) - Method in interface org.jlab.clas.detector.matching.IMatch
- matches(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchCND
- matches(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchDOCA
- matches(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchPOCA
- matches(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchThetaPhi
- matches(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchTrajDistance
- matches(DetectorParticle, DetectorResponse, boolean) - Method in class org.jlab.clas.detector.matching.MatchCND
- matchesCharged(DetectorParticle, DetectorResponse, boolean) - Method in class org.jlab.clas.detector.matching.MatchCND
- matchesNeutral(DetectorParticle, DetectorResponse, boolean) - Method in class org.jlab.clas.detector.matching.MatchCND
- MatchPOCA - Class in org.jlab.clas.detector.matching
-
Matching based on point of closest approach, 3-d distance between the last cross and the detector hit position.
- MatchPOCA(Point3D) - Constructor for class org.jlab.clas.detector.matching.MatchPOCA
- MatchThetaPhi - Class in org.jlab.clas.detector.matching
- MatchThetaPhi(double, double) - Constructor for class org.jlab.clas.detector.matching.MatchThetaPhi
- MatchThetaPhi(double, double, double) - Constructor for class org.jlab.clas.detector.matching.MatchThetaPhi
- MatchTrajDistance - Class in org.jlab.clas.detector.matching
- MatchTrajDistance(double) - Constructor for class org.jlab.clas.detector.matching.MatchTrajDistance
- moveUp(int) - Method in class org.jlab.clas.detector.DetectorEvent
O
- openFile() - Method in class org.jlab.clas.physics.EventTree
- org.jlab.clas.detector - package org.jlab.clas.detector
- org.jlab.clas.detector.matching - package org.jlab.clas.detector.matching
- org.jlab.clas.fastmc - package org.jlab.clas.fastmc
- org.jlab.clas.physics - package org.jlab.clas.physics
- org.jlab.clas.reco - package org.jlab.clas.reco
- org.jlab.clas.reco.io - package org.jlab.clas.reco.io
- org.jlab.clas.service - package org.jlab.clas.service
P
- ParticleResolutionCentralIn - Class in org.jlab.clas.fastmc
- ParticleResolutionCentralIn() - Constructor for class org.jlab.clas.fastmc.ParticleResolutionCentralIn
- ParticleResolutionCentralOut - Class in org.jlab.clas.fastmc
- ParticleResolutionCentralOut() - Constructor for class org.jlab.clas.fastmc.ParticleResolutionCentralOut
- ParticleSwimmer - Class in org.jlab.clas.fastmc
- ParticleSwimmer() - Constructor for class org.jlab.clas.fastmc.ParticleSwimmer
- ParticleSwimmer(double, double) - Constructor for class org.jlab.clas.fastmc.ParticleSwimmer
- path - Static variable in class org.jlab.clas.detector.DetectorResponseComparators
- PathCompare() - Constructor for class org.jlab.clas.detector.DetectorResponseComparators.PathCompare
- processDataEvent(DataEvent) - Method in class org.jlab.clas.reco.ReconstructionEngine
- processDataEvent(DataEvent) - Method in class org.jlab.clas.reco.ReconstructionEngine.Reco
- processDataEvent(DataEvent) - Method in class org.jlab.clas.service.PulseExtractorEngine
- processEvent(DataEvent) - Method in class org.jlab.clas.physics.EventTree
- processEvent(DataEvent) - Method in class org.jlab.clas.reco.EngineProcessor
-
process a single event through the chain.
- processFile(String, String) - Method in class org.jlab.clas.reco.EngineProcessor
- processFile(String, String, int, int) - Method in class org.jlab.clas.reco.EngineProcessor
-
process entire file through engine chain.
- PROPERTY_LIST - Static variable in class org.jlab.clas.reco.Clas12Types
- PulseExtractorEngine - Class in org.jlab.clas.service
-
An example of using a
HipoExtractor
from aReconstructionEngine
. - PulseExtractorEngine() - Constructor for class org.jlab.clas.service.PulseExtractorEngine
Q
- quality(DetectorParticle, DetectorResponse) - Method in interface org.jlab.clas.detector.matching.IMatch
- quality(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchCND
- quality(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchDOCA
- quality(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchPOCA
- quality(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchThetaPhi
- quality(DetectorParticle, DetectorResponse) - Method in class org.jlab.clas.detector.matching.MatchTrajDistance
R
- rawBankOrders - Variable in class org.jlab.clas.reco.ReconstructionEngine
- readCentralDetectorTracks(DataEvent, String, String) - Static method in class org.jlab.clas.detector.DetectorData
- readDetectorEvent(DataEvent) - Static method in class org.jlab.clas.detector.DetectorData
-
reads Detector Event, detector particles and detector responses and then adds all associated responses to each particle.
- readDetectorEvent(DataEvent) - Static method in class org.jlab.clas.detector.DetectorEvent
- readDetectorEvent(DataEvent, String, String) - Static method in class org.jlab.clas.detector.DetectorData
- readDetectorParticles(DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- readDetectorResponses(DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
-
Read detector hits from the bank
- readDetectorTracks(DataEvent, String, String, String) - Static method in class org.jlab.clas.detector.DetectorData
- readEntry(int) - Method in class org.jlab.clas.physics.EventTree
- readForwardTaggerIndex(DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- readForwardTaggerParticles(DataEvent, String) - Static method in class org.jlab.clas.detector.DetectorData
- readHipoEvent(DataEvent, String, DetectorType) - Static method in class org.jlab.clas.detector.CalorimeterResponse
-
Read just the main calorimeter cluster bank.
- readHipoEvent(DataEvent, String, DetectorType) - Static method in class org.jlab.clas.detector.CherenkovResponse
- readHipoEvent(DataEvent, String, DetectorType) - Static method in class org.jlab.clas.detector.DetectorResponse
-
reads DetectorResponse List from DataEvent class. it has to contain branches: sector and layer (type BYTE), x,y,z (type FLOAT) energy,time (type FLOAT)
- readHipoEvent(DataEvent, String, DetectorType) - Static method in class org.jlab.clas.detector.ScintillatorResponse
- readHipoEvent(DataEvent, String, DetectorType) - Static method in class org.jlab.clas.detector.TaggerResponse
- readHipoEvent(DataEvent, String, DetectorType, double) - Static method in class org.jlab.clas.detector.DetectorResponse
-
Reads a HIPO event, constructs list of detector responses then returns only entries with energy above given threshold.
- readHipoEvent(DataEvent, String, DetectorType, int) - Static method in class org.jlab.clas.detector.RingCherenkovResponse
- readHipoEvent(DataEvent, String, DetectorType, String) - Static method in class org.jlab.clas.detector.CalorimeterResponse
-
Read the main calorimeter cluster bank and its moments partner bank.
- readHipoEvent(DataEvent, String, DetectorType, String, String) - Static method in class org.jlab.clas.detector.CalorimeterResponse
-
Read the main calorimeter cluster bank and its moments and extras partner banks.
- readNext() - Method in class org.jlab.clas.physics.AnalysisTree
- readNext() - Method in class org.jlab.clas.physics.EventTree
- readVector(DataBank, int, String, String, String) - Static method in class org.jlab.clas.detector.DetectorData
- RecEvent - Class in org.jlab.clas.physics
- RecEvent(double) - Constructor for class org.jlab.clas.physics.RecEvent
- RecEvent.RecResolution - Class in org.jlab.clas.physics
- Reco() - Constructor for class org.jlab.clas.reco.ReconstructionEngine.Reco
- ReconstructionEngine - Class in org.jlab.clas.reco
- ReconstructionEngine(String, String) - Constructor for class org.jlab.clas.reco.ReconstructionEngine
- ReconstructionEngine(String, String, String) - Constructor for class org.jlab.clas.reco.ReconstructionEngine
- ReconstructionEngine.Reco - Class in org.jlab.clas.reco
- ReconstructionIO - Class in org.jlab.clas.reco.io
- ReconstructionIO() - Constructor for class org.jlab.clas.reco.io.ReconstructionIO
- RecResolution() - Constructor for class org.jlab.clas.physics.RecEvent.RecResolution
- REGION - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
- registerOutputBank(String...) - Method in class org.jlab.clas.reco.ReconstructionEngine
- requireConstants(String...) - Method in class org.jlab.clas.reco.ReconstructionEngine
- requireConstants(List<String>) - Method in class org.jlab.clas.reco.ReconstructionEngine
- requireConstants(Map<String, Integer>) - Method in class org.jlab.clas.reco.ReconstructionEngine
-
Use a map just to avoid name clash in ConstantsManager.
- reset() - Method in class org.jlab.clas.physics.EventTree
- reset() - Method in class org.jlab.clas.reco.ReconstructionEngine
- responseStore - Variable in class org.jlab.clas.detector.DetectorParticle
- RingCherenkovResponse - Class in org.jlab.clas.detector
- RingCherenkovResponse(int, int, int) - Constructor for class org.jlab.clas.detector.RingCherenkovResponse
- RingCherenkovResponse(RingCherenkovResponse) - Constructor for class org.jlab.clas.detector.RingCherenkovResponse
S
- SCINTILLATOR - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
- ScintillatorResponse - Class in org.jlab.clas.detector
- ScintillatorResponse() - Constructor for class org.jlab.clas.detector.ScintillatorResponse
- ScintillatorResponse(int, int, int) - Constructor for class org.jlab.clas.detector.ScintillatorResponse
- ScintillatorResponse(ScintillatorResponse) - Constructor for class org.jlab.clas.detector.ScintillatorResponse
- set_cluster(int) - Method in class org.jlab.clas.detector.RingCherenkovResponse
- set_xtalk(int) - Method in class org.jlab.clas.detector.RingCherenkovResponse
- setAssociation() - Method in class org.jlab.clas.detector.DetectorEvent
- setAssociation(int) - Method in class org.jlab.clas.detector.DetectorResponse
- setAssociation(int) - Method in class org.jlab.clas.detector.DetectorTrack
- setBeamChargeGated(float) - Method in class org.jlab.clas.detector.DetectorHeader
- setBeta(double) - Method in class org.jlab.clas.detector.DetectorParticle
- setCharge(int) - Method in class org.jlab.clas.detector.DetectorParticle
- setCharge(int) - Method in class org.jlab.clas.detector.DetectorTrack
- setchi2(double) - Method in class org.jlab.clas.detector.DetectorTrack
- setChi2(double) - Method in class org.jlab.clas.detector.DetectorParticle
-
Chi square of score determination.
- setClusterSize(short) - Method in class org.jlab.clas.detector.ScintillatorResponse
- setCoordUVW(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setCovMatrix(float[][]) - Method in class org.jlab.clas.detector.DetectorTrack
- setCovMatrix(int, int, float) - Method in class org.jlab.clas.detector.DetectorTrack
- setDebugMode(int) - Method in class org.jlab.clas.fastmc.Clas12FastMC
-
set debug mode to control printout of the fast MC.
- setDedx() - Method in class org.jlab.clas.detector.DetectorParticle
-
For charged particles with scintillator responses, use dx from its track's trajectory to calculate dedx.
- setDedx(float) - Method in class org.jlab.clas.detector.ScintillatorResponse
- setDelay(int) - Method in class org.jlab.clas.service.DataDistributionService
- setDescription(String) - Method in class org.jlab.clas.reco.ReconstructionEngine
- setDetectorID(int) - Method in class org.jlab.clas.detector.DetectorTrack
- setEnergy(double) - Method in class org.jlab.clas.detector.DetectorResponse
- setEuclidianThreshold(double) - Method in class org.jlab.clas.physics.RecEvent
- setEvent(int) - Method in class org.jlab.clas.detector.DetectorHeader
- setEventCategory(short) - Method in class org.jlab.clas.detector.DetectorHeader
- setFatal() - Method in class org.jlab.clas.reco.ReconstructionEngine
- setFilter(String) - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- setFilterGenerated(String) - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- setHelicity(byte) - Method in class org.jlab.clas.detector.DetectorHeader
- setHelicityRaw(byte) - Method in class org.jlab.clas.detector.DetectorHeader
- setHitIndex(int) - Method in class org.jlab.clas.detector.DetectorResponse
- setHitPosition(double, double, double) - Method in class org.jlab.clas.detector.CherenkovResponse
- setID(int) - Method in class org.jlab.clas.detector.TaggerResponse
- setLiveTime(float) - Method in class org.jlab.clas.detector.DetectorHeader
- setMass(double) - Method in class org.jlab.clas.detector.DetectorParticle
- setMatchPosition(double, double, double) - Method in class org.jlab.clas.detector.DetectorResponse
- setMomentum(double, double, double) - Method in class org.jlab.clas.detector.TaggerResponse
- setName(String) - Method in class org.jlab.clas.physics.EventTree.EventTreeBranch
- setName(String) - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- setNDF(int) - Method in class org.jlab.clas.detector.DetectorTrack
- setNeutralPath(Vector3, Vector3D) - Method in class org.jlab.clas.detector.DetectorTrack
- setParent(String) - Method in class org.jlab.clas.physics.EventTree.EventTreeLeaf
- setPath(double) - Method in class org.jlab.clas.detector.DetectorResponse
- setPath(double) - Method in class org.jlab.clas.detector.DetectorTrack
- setPeakFADCTime(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setPeakStatus(int, int, int) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setPeakTDCTime(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setPid(int) - Method in class org.jlab.clas.detector.DetectorParticle
- setPidQuality(double) - Method in class org.jlab.clas.detector.DetectorParticle
- setPosition(double, double, double) - Method in class org.jlab.clas.detector.DetectorResponse
- setPositionWidth(double, double, double) - Method in class org.jlab.clas.detector.TaggerResponse
- setRadius(double) - Method in class org.jlab.clas.detector.TaggerResponse
- setRawPeakEnergy(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setReconPeakEnergy(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setRfTime(double) - Method in class org.jlab.clas.detector.DetectorHeader
- setRun(int) - Method in class org.jlab.clas.detector.DetectorHeader
- setScore(int) - Method in class org.jlab.clas.detector.DetectorParticle
-
Particle score combined number that represents which detectors were hit HTCC - 1000, FTOF - 100, EC - 10 SCORE = HTCC + FTOF + EC
- setSecondMomentUVW(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setSector(int) - Method in class org.jlab.clas.detector.DetectorTrack
- setSharing(boolean) - Method in class org.jlab.clas.detector.matching.AMatch
- setSize(float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setSize(int) - Method in class org.jlab.clas.detector.TaggerResponse
- setSmearing(boolean) - Method in class org.jlab.clas.fastmc.Clas12FastMC
- setSource(String) - Method in class org.jlab.clas.physics.AnalysisTree
- setSource(String) - Method in class org.jlab.clas.physics.EventTree
- setStartTime(double) - Method in class org.jlab.clas.detector.DetectorHeader
- setStartTime(double) - Method in class org.jlab.clas.detector.DetectorParticle
- setStartTimeFT(double) - Method in class org.jlab.clas.detector.DetectorHeader
- setStatus(double, double) - Method in class org.jlab.clas.detector.DetectorParticle
- setStatus(int) - Method in class org.jlab.clas.detector.DetectorResponse
- setStatus(int) - Method in class org.jlab.clas.detector.DetectorTrack
- setThirdMomentUVW(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- setTime(double) - Method in class org.jlab.clas.detector.DetectorResponse
- setTimeStamp(String) - Method in class org.jlab.clas.reco.ReconstructionEngine
- setTrackEnd(double, double, double) - Method in class org.jlab.clas.detector.DetectorTrack
- setTrackEnd(Vector3D) - Method in class org.jlab.clas.detector.DetectorTrack
- setTrigger(long) - Method in class org.jlab.clas.detector.DetectorHeader
- setTriggerParticle(boolean) - Method in class org.jlab.clas.detector.DetectorParticle
-
set this as the trigger particle.
- setTriggerParticle(boolean) - Method in class org.jlab.clas.detector.DetectorParticleStatus
- setVariation(String) - Method in class org.jlab.clas.reco.ReconstructionEngine
- setVector(double, double, double) - Method in class org.jlab.clas.detector.DetectorTrack
- setVector(Vector3) - Method in class org.jlab.clas.detector.DetectorTrack
- setVertex(double, double, double) - Method in class org.jlab.clas.detector.DetectorTrack
- setVertex(Vector3) - Method in class org.jlab.clas.detector.DetectorTrack
- setWidthUVW(float, float, float) - Method in class org.jlab.clas.detector.CalorimeterResponse
- sharedDetectors - Variable in class org.jlab.clas.detector.DetectorParticle
- show() - Method in class org.jlab.clas.fastmc.Clas12FastMC
- show() - Method in class org.jlab.clas.reco.EngineProcessor
-
display services registered with the processor.
- showDetectorResponses(Particle) - Method in class org.jlab.clas.fastmc.Clas12FastMC
- size() - Method in class org.jlab.clas.detector.DetectorTrack.Trajectory
- sort() - Method in class org.jlab.clas.detector.DetectorEvent
- startService() - Method in class org.jlab.clas.service.DataDistributionService
- startServiceEt() - Method in class org.jlab.clas.service.DataDistributionService
-
service works off ET ring
- startServiceHipo() - Method in class org.jlab.clas.service.DataDistributionService
T
- TAGGER - Static variable in class org.jlab.clas.detector.DetectorParticleStatus
- TaggerResponse - Class in org.jlab.clas.detector
- TaggerResponse() - Constructor for class org.jlab.clas.detector.TaggerResponse
- TaggerResponse(TaggerResponse) - Constructor for class org.jlab.clas.detector.TaggerResponse
- time - Static variable in class org.jlab.clas.detector.DetectorResponseComparators
- TimeCompare() - Constructor for class org.jlab.clas.detector.DetectorResponseComparators.TimeCompare
- toString() - Method in class org.jlab.clas.detector.DetectorEvent
- toString() - Method in class org.jlab.clas.detector.DetectorParticle
- toString() - Method in class org.jlab.clas.detector.DetectorResponse
- toString() - Method in class org.jlab.clas.detector.DetectorTrack
- toString() - Method in class org.jlab.clas.fastmc.Clas12FastMC.DetectorSensitivity
- toString() - Method in class org.jlab.clas.physics.RecEvent
- TrackResidual(CherenkovResponse, Line3D) - Constructor for class org.jlab.clas.detector.CherenkovResponse.TrackResidual
- Trajectory() - Constructor for class org.jlab.clas.detector.DetectorTrack.Trajectory
- TrajectoryPoint(int, int, Line3D, float, float, float) - Constructor for class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- TrajectoryPoint(DataBank, int) - Constructor for class org.jlab.clas.detector.DetectorTrack.TrajectoryPoint
- tree() - Method in class org.jlab.clas.physics.EventTree
- treeConfigure() - Method in class org.jlab.clas.physics.EventTree
V
- vector() - Method in class org.jlab.clas.detector.DetectorParticle
- vertex() - Method in class org.jlab.clas.detector.DetectorParticle
W
- writeHeader(String, String, int, double, double, int) - Static method in class org.jlab.clas.reco.io.ReconstructionIO
- writeHipo(String, int, String, String, List<String>) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- writeHipoEvents(String, List<String>) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- writeHipoEvents(String, List<String>) - Static method in class org.jlab.clas.reco.io.ReconstructionIO
- writeLundFiles(String, List<String>) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
- writeLundFilesHipo(String, List<String>) - Static method in class org.jlab.clas.reco.io.HipoFileUtils
All Classes and Interfaces|All Packages|Constant Field Values