Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fibers: Added Enis online task #955

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion analysis/AnaLinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/******************************************************************************
* Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
* Copyright (C) 2019-2023 Members of R3B Collaboration *
* Copyright (C) 2019-2024 Members of R3B Collaboration *
* *
* This software is distributed under the terms of the *
* GNU General Public Licence (GPL) version 3, *
Expand Down Expand Up @@ -45,6 +45,7 @@
#pragma link C++ class R3BCalifavsFootOnlineSpectra+;
#pragma link C++ class R3BCalifavsTofDOnlineSpectra+;
#pragma link C++ class R3BFibervsTofDOnlineSpectra+;
#pragma link C++ class R3BFiberTrackingOnlineSpectra+;
#pragma link C++ class R3BGeneralOnlineSpectra+;
#pragma link C++ class R3BIncomingIDOnlineSpectra+;
#pragma link C++ class R3BOnlineSyncCheck+;
Expand Down
2 changes: 1 addition & 1 deletion analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##############################################################################
# Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH #
# Copyright (C) 2019-2023 Members of R3B Collaboration #
# Copyright (C) 2019-2024 Members of R3B Collaboration #
# #
# This software is distributed under the terms of the #
# GNU General Public Licence (GPL) version 3, #
Expand Down
Loading
Loading