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