diff --git a/elec/readout.py b/elec/readout.py index 2d5235c2d1b8ce7f4e2c81802874bb48ea229939..c46c6c3a202a64755bedeea371fdef488990747f 100644 --- a/elec/readout.py +++ b/elec/readout.py @@ -180,6 +180,8 @@ class Amplifier: self.amplified_current[i].Scale(self.scale(output_Q_max, input_Q_tot)) def main(label): + '''main function for readout.py to test the output of the given amplifier''' + my_th1f = ROOT.TH1F("my_th1f", "my_th1f", 200, 0, 10e-9) # input signal: square pulse for i in range(21, 41):