Package org.jlab.rec.rich
Class RICHEvent
java.lang.Object
org.jlab.rec.rich.RICHEvent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd_Cluster(RICHCluster cluster) voidadd_Clusters(ArrayList<RICHCluster> res) voidadd_Hadron(ArrayList<RICHParticle> hads) voidadd_Hadron(RICHParticle hadron) voidvoidvoidadd_Match(DetectorResponse match) voidadd_Matches(ArrayList<DetectorResponse> resps) voidadd_Photon(RICHParticle photon) voidadd_Photons(ArrayList<RICHParticle> phos) voidadd_ResClu(DetectorResponse resclu) voidadd_ResClus(ArrayList<DetectorResponse> resps) voidadd_ResHit(DetectorResponse reshit) voidadd_ResHits(ArrayList<DetectorResponse> resps) voidanalyze_Photons(int hypo, RICHRayTrace richtrace) voidassociate_Throws(RICHParticle hadron, int hypo, RICHParameters richpar) voidclear()intvoidget_ChMean(RICHParticle hadron, int hypo, int recotype) get_Cluster(int i) longintfloatget_Hadron(int i) get_Hit(int i) get_Hits()voidget_HypoPID(RICHParticle hadron, int recotype, RICHParameters richpar) voidget_LHCbpid(RICHParticle hadron, int recotype, RICHParameters richpar) get_Match(int i) intget_nClu()intget_nHad()intget_nHit()intintget_nPho()intintget_Photon(int i) voidget_pid(RICHParticle hadron, int recotype, RICHParameters richpar) get_ResClu(int i) get_ResHit(int i) intintvoidselect_Photons(RICHParticle hadron, int recotype, RICHParameters richpar) voidvoidset_CPUTime(long CPUTime) voidset_EventID(int ID) voidset_EventTime(float time) voidset_RunID(int ID) voidsetFTOFphase(int phase) voidvoidthrow_Photons(RICHParticle hadron, int Nthrows, int hypo, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) voidtrace_Photons(RICHParticle hadron, int hypo, RICHRayTrace richtrace, RICHCalibration richcal) 
- 
Constructor Details- 
RICHEventpublic RICHEvent()
 
- 
- 
Method Details- 
clearpublic void clear()
- 
set_RunIDpublic void set_RunID(int ID) 
- 
set_EventIDpublic void set_EventID(int ID) 
- 
set_EventTimepublic void set_EventTime(float time) 
- 
set_CPUTimepublic void set_CPUTime(long CPUTime) 
- 
getFTOFphasepublic int getFTOFphase()
- 
add_Hit
- 
add_Cluster
- 
add_Photon
- 
add_Hadron
- 
add_ResClu
- 
add_ResHit
- 
add_Match
- 
add_Clusters
- 
add_Hits
- 
add_Photons
- 
add_Hadron
- 
add_ResClus
- 
add_ResHits
- 
add_Matches
- 
get_RunIDpublic int get_RunID()
- 
get_EventIDpublic int get_EventID()
- 
get_EventTimepublic float get_EventTime()
- 
get_CPUTimepublic long get_CPUTime()
- 
setFTOFphasepublic void setFTOFphase(int phase) 
- 
get_Cluster
- 
get_Hit
- 
get_Photon
- 
get_Hadron
- 
get_ResClu
- 
get_ResHit
- 
get_Match
- 
get_Clusters
- 
get_Hits
- 
get_Photons
- 
get_Hadrons
- 
get_ResClus
- 
get_ResHits
- 
get_Matches
- 
get_nClupublic int get_nClu()
- 
get_nHitpublic int get_nHit()
- 
get_nHadpublic int get_nHad()
- 
get_nPhopublic int get_nPho()
- 
get_nResClupublic int get_nResClu()
- 
get_nResHitpublic int get_nResHit()
- 
get_nMatchpublic int get_nMatch()
- 
select_Signalspublic void select_Signals()
- 
count_Signalspublic int count_Signals()
- 
get_ChMean
- 
get_HypoPID
- 
get_LHCbpid
- 
get_pid
- 
showEventpublic void showEvent()
- 
select_Photons
- 
analyze_Photons
- 
trace_Photonspublic void trace_Photons(RICHParticle hadron, int hypo, RICHRayTrace richtrace, RICHCalibration richcal) 
- 
associate_Throws
- 
throw_Photonspublic void throw_Photons(RICHParticle hadron, int Nthrows, int hypo, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) 
 
-