Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- process_Data(DataEvent, RICHParameters, RICHCalibration, RICHRayTrace, RICHTime)
- process_DCData(DataEvent, RICHParameters)
- process_RICHData(DataEvent, RICHRayTrace, RICHParameters, RICHCalibration)
- read_ForwardTracks(DataEvent)
- process_HitMatching(RICHParameters)
- set_EventInfo(DataEvent)
- get_NClasParticle()
- get_nMatch()
- find_Hadrons(RICHRayTrace, RICHCalibration, RICHParameters)
- find_Photons(List, RICHParameters, RICHCalibration)
- analyze_Cherenkovs(RICHRayTrace, RICHParameters)
- is_WantedHypo(RICHParameters, int)
- reco_Cherenkovs(RICHRayTrace, RICHParameters, RICHCalibration)
- extrapolate_RICHResponse(DetectorParticle, DetectorResponse, RICHRayTrace)
- check_CLASpid(int)
- Pi_Likelihood(double)
- Outer_Intersection(Point3D, Point3D, Vector3D)
- getRichResponseList()
- getPindexMap()
- CosmicEvent(List, List)
- show_Particle(DetectorParticle)
- show_Track(DetectorTrack)
Class RICHEventBuilder
java.lang.Object
org.jlab.rec.rich.RICHEventBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRICHEventBuilder
(DataEvent event, RICHEvent richeve, RICHGeoFactory richgeo, RICHio richio) -
Method Summary
Modifier and TypeMethodDescriptionboolean
analyze_Cherenkovs
(RICHRayTrace richtrace, RICHParameters richpar) int
check_CLASpid
(int pid) void
CosmicEvent
(List<RICHHit> Hits, List<RICHCluster> Clusters) extrapolate_RICHResponse
(DetectorParticle p, DetectorResponse r, RICHRayTrace richtrace) boolean
find_Hadrons
(RICHRayTrace richtrace, RICHCalibration richcal, RICHParameters richpar) boolean
find_Photons
(List<DetectorResponse> RichHits, RICHParameters richpar, RICHCalibration richcal) int
int
boolean
is_WantedHypo
(RICHParameters richpar, int hypo) Outer_Intersection
(Point3D first, Point3D second, Vector3D direction) double
Pi_Likelihood
(double angolo) boolean
process_Data
(DataEvent event, RICHParameters richpar, RICHCalibration richcal, RICHRayTrace richtrace, RICHTime richtime) boolean
process_DCData
(DataEvent event, RICHParameters richpar) void
process_HitMatching
(RICHParameters richpar) boolean
process_RICHData
(DataEvent event, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) boolean
read_ForwardTracks
(DataEvent event) boolean
reco_Cherenkovs
(RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) void
set_EventInfo
(DataEvent event) void
void
-
Field Details
-
Constructor Details
-
Method Details
-
process_Data
public boolean process_Data(DataEvent event, RICHParameters richpar, RICHCalibration richcal, RICHRayTrace richtrace, RICHTime richtime) -
process_DCData
-
process_RICHData
public boolean process_RICHData(DataEvent event, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) -
read_ForwardTracks
-
process_HitMatching
-
set_EventInfo
-
get_NClasParticle
public int get_NClasParticle() -
get_nMatch
public int get_nMatch() -
find_Hadrons
public boolean find_Hadrons(RICHRayTrace richtrace, RICHCalibration richcal, RICHParameters richpar) -
find_Photons
public boolean find_Photons(List<DetectorResponse> RichHits, RICHParameters richpar, RICHCalibration richcal) -
analyze_Cherenkovs
-
is_WantedHypo
-
reco_Cherenkovs
public boolean reco_Cherenkovs(RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) -
extrapolate_RICHResponse
public DetectorResponse extrapolate_RICHResponse(DetectorParticle p, DetectorResponse r, RICHRayTrace richtrace) -
check_CLASpid
public int check_CLASpid(int pid) -
Pi_Likelihood
public double Pi_Likelihood(double angolo) -
Outer_Intersection
-
getRichResponseList
-
getPindexMap
-
CosmicEvent
-
show_Particle
-
show_Track
-