Skip to content
Snippets Groups Projects
Commit 74155cb2 authored by Chenxi Fu's avatar Chenxi Fu
Browse files

readout.py main加注释

parent fda01b2e
No related branches found
No related tags found
1 merge request!26Amplifier定义与CalCurrent解耦合,增加Amplifier测试和ABCStar设计
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment