CbmRoot
Loading...
Searching...
No Matches
CaWindowData.cxx
Go to the documentation of this file.
1/* Copyright (C) 2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#include "CaWindowData.h"
11
13
14// ---------------------------------------------------------------------------------------------------------------------
15//
17{
18 fvHits.reset(nHits);
19 fvbHitSuppressed.reset(nHits, 0);
20}
Container for all data, which are processed within a single sub-timeslice (implementation)
void reset(std::size_t count, Tinput... value)
Clears vector and resizes it to the selected size with selected values.
Definition CaVector.h:121
Container for internal data, processed on a single time window.
void ResetHitData(int nHits)
Resets hit data.
Vector< unsigned char > fvbHitSuppressed
Flag, if the hit is suppressed for tracking.
Vector< ca::Hit > fvHits
Hits of the current time window.