Uses of Class
org.jlab.rec.rich.RICHParameters
Packages that use RICHParameters
-
Uses of RICHParameters in org.jlab.rec.rich
Methods in org.jlab.rec.rich with parameters of type RICHParametersModifier and TypeMethodDescriptionboolean
RICHEventBuilder.analyze_Cherenkovs
(RICHRayTrace richtrace, RICHParameters richpar) void
RICHEvent.associate_Throws
(RICHParticle hadron, int hypo, RICHParameters richpar) boolean
RICHEventBuilder.find_Hadrons
(RICHRayTrace richtrace, RICHCalibration richcal, RICHParameters richpar) boolean
RICHEventBuilder.find_Photons
(List<DetectorResponse> RichHits, RICHParameters richpar, RICHCalibration richcal) void
RICHPMTReconstruction.find_XTalk
(ArrayList<RICHHit> hits, ArrayList<RICHCluster> allclusters, RICHParameters richpar) void
RICHEvent.get_HypoPID
(RICHParticle hadron, int recotype, RICHParameters richpar) void
RICHEvent.get_LHCbpid
(RICHParticle hadron, int recotype, RICHParameters richpar) void
RICHEvent.get_pid
(RICHParticle hadron, int recotype, RICHParameters richpar) RICHio.get_ResponseBank
(List<DetectorResponse> responses, DataEvent event, String bank_name, RICHParameters richpar) boolean
RICHEventBuilder.is_WantedHypo
(RICHParameters richpar, int hypo) void
RICHCalibration.load_CCDB
(ConstantsManager manager, int run, int ncalls, RICHGeoFactory richgeo, RICHParameters richpar) boolean
RICHEventBuilder.process_Data
(DataEvent event, RICHParameters richpar, RICHCalibration richcal, RICHRayTrace richtrace, RICHTime richtime) boolean
RICHEventBuilder.process_DCData
(DataEvent event, RICHParameters richpar) void
RICHEventBuilder.process_HitMatching
(RICHParameters richpar) void
RICHPMTReconstruction.process_RawData
(DataEvent event, RICHParameters richpar, RICHCalibration richcal) boolean
RICHEventBuilder.process_RICHData
(DataEvent event, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) boolean
RICHEventBuilder.reco_Cherenkovs
(RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) void
RICHEvent.select_Photons
(RICHParticle hadron, int recotype, RICHParameters richpar) void
RICHEvent.throw_Photons
(RICHParticle hadron, int Nthrows, int hypo, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) void
RICHio.write_CherenkovBanks
(DataEvent event, RICHEvent richevent, RICHParameters richpar) void
RICHio.write_ParticleBank
(DataEvent event, RICHEvent richevent, RICHParameters richpar) void
RICHio.write_PhotonBank
(DataEvent event, RICHEvent richevent, RICHParameters richpar) void
RICHio.write_RECBank
(DataEvent event, RICHEvent richevent, RICHParameters richpar) void
RICHio.write_RingBank
(DataEvent event, RICHEvent richevent, RICHParameters richpar) Constructors in org.jlab.rec.rich with parameters of type RICHParametersModifierConstructorDescriptionRICHParticle
(int id, DetectorParticle p, DetectorResponse exr, RICHParameters richpar) RICHParticle
(int id, RICHParticle hadron, DetectorResponse hit, Point3D point, RICHParameters richpar) RICHRayTrace
(RICHGeoFactory richgeo, RICHParameters richpar)