From a6ab427300b126d400eb0f1b3a5494bc9f50640e Mon Sep 17 00:00:00 2001 From: fuchenxi <1256257282@qq.com> Date: Sun, 22 Sep 2024 23:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elec/readout.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/elec/readout.py b/elec/readout.py index 3903ea9..cc11a57 100644 --- a/elec/readout.py +++ b/elec/readout.py @@ -24,18 +24,21 @@ class Amplifier: Parameters --------- - my_current : CalCurrent - The object of CalCurrent, with induced current and time information + currents : list[ROOT.TH1F] + The ROOT.TH1F objects of induced current with time information amplifier_name : str - The name of amplifier + The name of the amplifier + + CDet : None | float + The capacitance of the detector time_step : float The readout time step (bin width) Attributes --------- - ele : list + amplified_current : list[ROOT.TH1F] The list of induced current after amplifier Methods -- GitLab