Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- clear()
- set_RunID(int)
- set_EventID(int)
- set_EventTime(float)
- set_CPUTime(long)
- getFTOFphase()
- add_Hit(RICHHit)
- add_Cluster(RICHCluster)
- add_Photon(RICHParticle)
- add_Hadron(RICHParticle)
- add_ResClu(DetectorResponse)
- add_ResHit(DetectorResponse)
- add_Match(DetectorResponse)
- add_Clusters(ArrayList)
- add_Hits(ArrayList)
- add_Photons(ArrayList)
- add_Hadron(ArrayList)
- add_ResClus(ArrayList)
- add_ResHits(ArrayList)
- add_Matches(ArrayList)
- get_RunID()
- get_EventID()
- get_EventTime()
- get_CPUTime()
- setFTOFphase(int)
- get_Cluster(int)
- get_Hit(int)
- get_Photon(int)
- get_Hadron(int)
- get_ResClu(int)
- get_ResHit(int)
- get_Match(int)
- get_Clusters()
- get_Hits()
- get_Photons()
- get_Hadrons()
- get_ResClus()
- get_ResHits()
- get_Matches()
- get_nClu()
- get_nHit()
- get_nHad()
- get_nPho()
- get_nResClu()
- get_nResHit()
- get_nMatch()
- select_Signals()
- count_Signals()
- get_ChMean(RICHParticle, int, int)
- get_HypoPID(RICHParticle, int, RICHParameters)
- get_LHCbpid(RICHParticle, int, RICHParameters)
- get_pid(RICHParticle, int, RICHParameters)
- showEvent()
- select_Photons(RICHParticle, int, RICHParameters)
- analyze_Photons(int, RICHRayTrace)
- trace_Photons(RICHParticle, int, RICHRayTrace, RICHCalibration)
- associate_Throws(RICHParticle, int, RICHParameters)
- throw_Photons(RICHParticle, int, int, RICHRayTrace, RICHParameters, RICHCalibration)
Class RICHEvent
java.lang.Object
org.jlab.rec.rich.RICHEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add_Cluster
(RICHCluster cluster) void
add_Clusters
(ArrayList<RICHCluster> res) void
add_Hadron
(ArrayList<RICHParticle> hads) void
add_Hadron
(RICHParticle hadron) void
void
void
add_Match
(DetectorResponse match) void
add_Matches
(ArrayList<DetectorResponse> resps) void
add_Photon
(RICHParticle photon) void
add_Photons
(ArrayList<RICHParticle> phos) void
add_ResClu
(DetectorResponse resclu) void
add_ResClus
(ArrayList<DetectorResponse> resps) void
add_ResHit
(DetectorResponse reshit) void
add_ResHits
(ArrayList<DetectorResponse> resps) void
analyze_Photons
(int hypo, RICHRayTrace richtrace) void
associate_Throws
(RICHParticle hadron, int hypo, RICHParameters richpar) void
clear()
int
void
get_ChMean
(RICHParticle hadron, int hypo, int recotype) get_Cluster
(int i) long
int
float
get_Hadron
(int i) get_Hit
(int i) get_Hits()
void
get_HypoPID
(RICHParticle hadron, int recotype, RICHParameters richpar) void
get_LHCbpid
(RICHParticle hadron, int recotype, RICHParameters richpar) get_Match
(int i) int
get_nClu()
int
get_nHad()
int
get_nHit()
int
int
get_nPho()
int
int
get_Photon
(int i) void
get_pid
(RICHParticle hadron, int recotype, RICHParameters richpar) get_ResClu
(int i) get_ResHit
(int i) int
int
void
select_Photons
(RICHParticle hadron, int recotype, RICHParameters richpar) void
void
set_CPUTime
(long CPUTime) void
set_EventID
(int ID) void
set_EventTime
(float time) void
set_RunID
(int ID) void
setFTOFphase
(int phase) void
void
throw_Photons
(RICHParticle hadron, int Nthrows, int hypo, RICHRayTrace richtrace, RICHParameters richpar, RICHCalibration richcal) void
trace_Photons
(RICHParticle hadron, int hypo, RICHRayTrace richtrace, RICHCalibration richcal)
-
Constructor Details
-
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)
-