CbmRoot
Loading...
Searching...
No Matches
CbmSeedFinderSlidingWindow.h File Reference

Class for sliding window seed finder. More...

#include <cstddef>
#include <cstdint>
#include <vector>
Include dependency graph for CbmSeedFinderSlidingWindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CbmSeedFinderSlidingWindow
 

Detailed Description

Class for sliding window seed finder.

Author
Dominik Smith (d.smi.nosp@m.th@g.nosp@m.si.de)
Version
0.1
Date
2021-09-14

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.