 |
Belle II Software
release-05-01-25
|
26 class KLMTimeWindow :
public TObject {
42 KLMTimeWindow(
double coincidenceWindow,
double promptTime,
double promptWindow)
void setPromptTime(double promptTime)
Set the prompt time.
~KLMTimeWindow()
Destructor.
ClassDef(KLMTimeWindow, 1)
Class version.
DBObject containing KLM time window parameters used in KLMReconstructor module.
double m_CoincidenceWindow
Half-width of the time coincidence window used to create a 2D hit from 1D digits/hits.
KLMTimeWindow()
Default constructor.
Abstract base class for different kinds of events.
double getPromptTime() const
Get the prompt time.
double m_PromptWindow
Half-width of the time window relative to the prompt time for BKLMHit2ds.
void setPromptWindow(double promptWindow)
Set the prompt time window.
double getCoincidenceWindow() const
Get the coincidence window.
void setCoincidenceWindow(double coincidenceWindow)
Set the coincidence window.
double m_PromptTime
Nominal time of prompt BKLMHit2ds.
double getPromptWindow() const
Get the prompt time window.