Skip to content

Commit 839f608

Browse files
committed
feat(actaf):Added utils to manage the signals
Move data to cal level properly Move data to cal level properly Check thrs Baseline for cal data Check Check Check again Check again Check again Check again Check again Check again Check again Check again Check again Check again Check again Check again Update online code Last modificatio for online Last modificatio for online Last modificatio for online Last modificatio for online actaf:Solved minor problem with the histograms feat(actaf):Changes for tracking Remove baseline from raw histrograms Changed binning for actaf raw waveform histrograms Changed binning for actaf raw waveform histrograms Changed histrogram shapes Changed histrogram shapes Changed histrogram shapes Changed histrogram shapes Changed histrogram binning Changed histrogram binning Changed histrogram binning Changed histrogram binning Changed histrogram binning Changed histrogram binning Added drift velocity for H2 at 20bars Added plots for gas quality Added plots for gas quality Added plots for gas quality Added plots for gas quality Clang-format Minor change Added alpha sources for 2026 Change binning Added cluster data for actaf Added R3BActafHit2Cluster Added first version for clustering Added cluster data to the actaf online Minor change for phi Added histogram for cluster energy Minor change Fill the R3BEventHeader timestamp with the amber timestamp Update R3BEventHeader.h Added correct timestamp for amber Added DAQ folder for spill info and other info Clean fClusterItems in the actaf online Added spill rate as function of time Minor change Changed int to uint64_t for timetag Try to use a rate as function of time Try to use a rate as function of time Try to use a rate as function of time Try to use a rate as function of time Try to use a rate as function of time Added conversion factor for timetag Added conversion factor for timetag Update Looks like a problem with timetag in the reader Minor change Minor change Minor change Minor change Removed old histogram Clang-format Added raw timetag Minor change Minor change Minor change Minor change Minor change Minor change Minor change Minor change Minor change Minor change Added parId for the r3bevent header Minor change Added histograms for alpha rates and energies Added histograms for alpha rates and energies Added histograms for alpha waveforms Added the conditions for the alpha sources waveforms Changed binning for alpha sources Change label for alpha-2 Added efficiency plots Minor change New canvas New approach New approach New approach New approach New approach New approach New approach Add new visualization Add new visualization Add new visualization More conditions for cluster selection More conditions for cluster selection More conditions for cluster selection Final plots Save histograms for gas quality. feat(actaf/online): Add some new histograms for AMBER beamtime. feat(actaf): Add clusters with less than 4 hits to study efficiency. Fix errors from clang-tidy Fix errors from clang-tidy Fix errors from clang-tidy again Fix errors from clang-tidy again Fix errors from clang-tidy again Fix errors from clang-tidy again Fix errors from clang-tidy again Fix errors from clang-tidy again Fix errors from clang-tidy again Fix errors from clang-tidy again Fix errors from clang-tidy again
1 parent cbe8600 commit 839f608

21 files changed

Lines changed: 1859 additions & 150 deletions

actaf/ActafLinkDef.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/******************************************************************************
44
* Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
5-
* Copyright (C) 2019-2025 Members of R3B Collaboration *
5+
* Copyright (C) 2019-2026 Members of R3B Collaboration *
66
* *
77
* This software is distributed under the terms of the *
88
* GNU General Public Licence (GPL) version 3, *
@@ -30,6 +30,7 @@
3030

3131
#pragma link C++ class R3BActafMapped2Cal+;
3232
#pragma link C++ class R3BActafCal2Hit+;
33+
#pragma link C++ class R3BActafHit2Cluster+;
3334

3435
#endif
3536

actaf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##############################################################################
22
# Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH #
3-
# Copyright (C) 2019-2025 Members of R3B Collaboration #
3+
# Copyright (C) 2019-2026 Members of R3B Collaboration #
44
# #
55
# This software is distributed under the terms of the #
66
# GNU General Public Licence (GPL) version 3, #

0 commit comments

Comments
 (0)