CbmRoot
|
Class for sliding window seed finder. More...
#include <cstddef>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
class | CbmSeedFinderSlidingWindow |
Class for sliding window seed finder.
This class creates event seeds which are later passed to the event builder, by sliding a window of a fixed time duration through a vector of digis or of digi times and placing a seed at the center of the window whenever the minimum required number of digis is reached. The purpose of this procedure is to speed up event building in the presence of noise in the reference detector(s).
Definition in file CbmSeedFinderSlidingWindow.h.