From 4b907cb010ce739afb74d50988ed5265d08b496f Mon Sep 17 00:00:00 2001 From: Souvik Paul <136603463+eicsouvik@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:23:36 -0400 Subject: [PATCH] Update BTOFHitDigi.h --- src/detectors/BTOF/BTOFHitDigi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/detectors/BTOF/BTOFHitDigi.h b/src/detectors/BTOF/BTOFHitDigi.h index 5d378673d..50e3d9fb7 100644 --- a/src/detectors/BTOF/BTOFHitDigi.h +++ b/src/detectors/BTOF/BTOFHitDigi.h @@ -1,5 +1,6 @@ // SPDX-License-Identifier: LGPL-3.0-or-later -// Copyright (C) 2024 Souvik Paul, Kolja Kauder, Prithwish Tribedy +// Copyright (C) 2024 Souvik Paul, Chun Yuen Tsang, Prithwish Tribedy +// Special Acknowledgement: Kolja Kauder // A general digitization for CalorimeterHit from simulation // 1. Smear energy deposit with a/sqrt(E/GeV) + b + c/E or a/sqrt(E/GeV) (relative value) @@ -8,7 +9,7 @@ // 4. Signal is summed if the SumFields are provided // // Author: Souvik Paul, Chun Yuen Tsang -// Date: 18/07/2024 +// Date: 19/07/2024 #pragma once