Class RICHEvent
java.lang.Object
org.jlab.rec.rich.RICHEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
RICHEvent
public RICHEvent()
-
-
Method Details
-
clear
public void clear() -
set_RunID
public void set_RunID(int ID) -
set_EventID
public void set_EventID(int ID) -
set_EventTime
public void set_EventTime(float time) -
set_CPUTime
public void set_CPUTime(long CPUTime) -
getFTOFphase
public 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_RunID
public int get_RunID() -
get_EventID
public int get_EventID() -
get_EventTime
public float get_EventTime() -
get_CPUTime
public long get_CPUTime() -
setFTOFphase
public 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_nClu
public int get_nClu() -
get_nHit
public int get_nHit() -
get_nHad
public int get_nHad() -
get_nPho
public int get_nPho() -
get_nResClu
public int get_nResClu() -
get_nResHit
public int get_nResHit() -
get_nMatch
public int get_nMatch() -
select_Signals
public void select_Signals() -
count_Signals
public int count_Signals() -
get_ChMean
-
get_HypoPID
-
get_LHCbpid
-
get_pid
-
showEvent
public void showEvent() -
select_Photons
-
analyze_Photons
-
trace_Photons
public void trace_Photons(RICHParticle hadron, int hypo, RICHRayTrace richtrace, RICHCalibration richcal) -
associate_Throws
-
throw_Photons
public void throw_Photons(RICHParticle hadron, int Nthrows, int hypo, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal)
-