CbmRoot
Loading...
Searching...
No Matches
CbmRichRingFinderData.h
Go to the documentation of this file.
1/* Copyright (C) 2013-2021 UGiessen/JINR-LIT, Giessen/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Semen Lebedev [committer] */
4
5#ifndef CBM_RICH_RING_FINDER_DATA_H_
6#define CBM_RICH_RING_FINDER_DATA_H_
7
8#include "CbmRichRingLight.h"
9
10#include <functional>
11
21 public:
25 CbmRichHoughHit() : fHit(), fX2plusY2(0.f), fTime(0.), fIsUsed(false) {}
26
27 virtual ~CbmRichHoughHit() {}
28
30 float fX2plusY2;
31 double fTime;
32 bool fIsUsed;
33};
34
35#endif /* CBM_RICH_RING_FINDER_DATA_H_ */
Implementation of RICH hit for ring finder algorithm.
CbmRichHoughHit()
Standard constructor.