CbmRoot
Loading...
Searching...
No Matches
CbmTsEventHeader.cxx
Go to the documentation of this file.
1/* Copyright (C) 2021 Goethe-University Frankfurt, Frankfurt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Pascal Raisig [committer] */
4
5#include "CbmTsEventHeader.h"
6
7// ----- Constructor ------------------------------------------------------
9// ----------------------------------------------------------------------------
10
11
12// ---- Reset ----
14{
15 // Reset the digi counters
16 fNDigisMuch = 0;
17 fNDigisPsd = 0;
18 fNDigisFsd = 0;
19 fNDigisRich = 0;
20 fNDigisSts = 0;
21 fNDigisTof = 0;
22 fNDigisTrd1D = 0;
23 fNDigisTrd2D = 0;
24 fNDigisBmon = 0;
25}
26
ClassImp(CbmConverterManager)
uint64_t fNDigisFsd
nDigis in "this" timeslice measured by the FSD
uint64_t fNDigisTrd2D
nDigis in "this" timeslice measured by the TRD2D
uint64_t fNDigisTrd1D
nDigis in "this" timeslice measured by the TRD1D
uint64_t fNDigisMuch
nDigis in "this" timeslice measured by the MUCH
uint64_t fNDigisPsd
nDigis in "this" timeslice measured by the PSD
uint64_t fNDigisBmon
nDigis in "this" timeslice measured by the BMON
uint64_t fNDigisSts
nDigis in "this" timeslice measured by the STS
uint64_t fNDigisTof
nDigis in "this" timeslice measured by the TOF
uint64_t fNDigisRich
nDigis in "this" timeslice measured by the RICH
void Reset()
Resets counters and variables for a new Timeslice, e.g. the NDigis counter are set back to 0.