Uses of Class
org.jlab.rec.rich.RICHParameters
Packages that use RICHParameters
- 
Uses of RICHParameters in org.jlab.rec.richMethods in org.jlab.rec.rich with parameters of type RICHParametersModifier and TypeMethodDescriptionbooleanRICHEventBuilder.analyze_Cherenkovs(RICHRayTrace richtrace, RICHParameters richpar) voidRICHEvent.associate_Throws(RICHParticle hadron, int hypo, RICHParameters richpar) booleanRICHEventBuilder.find_Hadrons(RICHRayTrace richtrace, RICHCalibration richcal, RICHParameters richpar) booleanRICHEventBuilder.find_Photons(List<DetectorResponse> RichHits, RICHParameters richpar, RICHCalibration richcal) voidRICHPMTReconstruction.find_XTalk(ArrayList<RICHHit> hits, ArrayList<RICHCluster> allclusters, RICHParameters richpar) voidRICHEvent.get_HypoPID(RICHParticle hadron, int recotype, RICHParameters richpar) voidRICHEvent.get_LHCbpid(RICHParticle hadron, int recotype, RICHParameters richpar) voidRICHEvent.get_pid(RICHParticle hadron, int recotype, RICHParameters richpar) RICHio.get_ResponseBank(List<DetectorResponse> responses, DataEvent event, String bank_name, RICHParameters richpar) booleanRICHEventBuilder.is_WantedHypo(RICHParameters richpar, int hypo) voidRICHCalibration.load_CCDB(ConstantsManager manager, int run, int ncalls, RICHGeoFactory richgeo, RICHParameters richpar) booleanRICHEventBuilder.process_Data(DataEvent event, RICHParameters richpar, RICHCalibration richcal, RICHRayTrace richtrace, RICHTime richtime) booleanRICHEventBuilder.process_DCData(DataEvent event, RICHParameters richpar) voidRICHEventBuilder.process_HitMatching(RICHParameters richpar) voidRICHPMTReconstruction.process_RawData(DataEvent event, RICHParameters richpar, RICHCalibration richcal) booleanRICHEventBuilder.process_RICHData(DataEvent event, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) booleanRICHEventBuilder.reco_Cherenkovs(RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) voidRICHEvent.select_Photons(RICHParticle hadron, int recotype, RICHParameters richpar) voidRICHEvent.throw_Photons(RICHParticle hadron, int Nthrows, int hypo, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) voidRICHio.write_CherenkovBanks(DataEvent event, RICHEvent richevent, RICHParameters richpar) voidRICHio.write_ParticleBank(DataEvent event, RICHEvent richevent, RICHParameters richpar) voidRICHio.write_PhotonBank(DataEvent event, RICHEvent richevent, RICHParameters richpar) voidRICHio.write_RECBank(DataEvent event, RICHEvent richevent, RICHParameters richpar) voidRICHio.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)