]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
status, mt
authorhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:32:15 +0000 (17:32 +0200)
committerhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:32:15 +0000 (17:32 +0200)
shower/generate.pl

index 6113005bcba12b039fda1a6cabe3921de3bc0706..fb769f68cb733efe54e8acbe91c00b5c19bba7b6 100755 (executable)
@@ -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";
+
 }