From: hadaq@countinghouse Date: Thu, 28 Aug 2014 15:32:15 +0000 (+0200) Subject: status, mt X-Git-Tag: pre2018~7 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=794240972269be51515967d491f7ce8eb3a26cdc;p=hadesdaq.git status, mt --- diff --git a/shower/generate.pl b/shower/generate.pl index 6113005..fb769f6 100755 --- a/shower/generate.pl +++ b/shower/generate.pl @@ -1,11 +1,20 @@ open FILE, ">correctionsNew.txt" or die "cannot open file"; for (my $i = 0; $i < 32; $i++) { -# print FILE "3 0 20 ".$i." +30\n"; -# print FILE "3 0 22 ".$i." +30\n"; -# print FILE "3 0 23 ".$i." +15\n"; +# print FILE "0 0 1 ".$i." +2\n"; +# print FILE "0 0 3 ".$i." -2\n"; - print FILE "3 1 7 ".$i." 195\n"; +# print FILE "0 0 5 ".$i." -1\n"; +# print FILE "0 0 7 ".$i." -1\n"; + +# print FILE "0 1 8 ".$i." -1\n"; +# print FILE "0 1 9 ".$i." -1\n"; + + print FILE "2 2 12 ".$i." +2\n"; +# print FILE "2 2 13 ".$i." +2\n"; + +# print FILE "3 0 12 ".$i." -1\n"; + }