]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Bugfix regarding pulser interval, added flash groups and input hints
authorhadeshyp <hadeshyp>
Wed, 10 Oct 2012 13:12:00 +0000 (13:12 +0000)
committerhadeshyp <hadeshyp>
Wed, 10 Oct 2012 13:12:00 +0000 (13:12 +0000)
cts/CtsPlugins/CtsMod10.pm
cts/CtsPlugins/CtsMod20.pm
cts/CtsPlugins/CtsMod30.pm
cts/CtsPlugins/CtsMod50.pm

index e2973e8541cbc5e20283c3c90d8ed28099f847dc..47e7ad220a307d335ba20aded01b1cc49ffa88d8 100755 (executable)
@@ -45,6 +45,8 @@ sub init {
 
 # properties
    $prop->{"trg_input_count"} = $header->{'len'};
+   $prop->{"trg_input_itc_base"} = $header->{'itc_base'};
+
 }
 
 1;
\ No newline at end of file
index fc43f5a60aba68c1464880ce3140cc69e051175c..41bcc704a35e9ceef13c1a7461a26a1606ccd23e 100755 (executable)
@@ -42,6 +42,7 @@ sub init {
 
 # properties
    $prop->{"trg_coin_count"} = $header->{'len'};
+   $prop->{"trg_coin_itc_base"} = $header->{'itc_base'};
 }
 
 1;
\ No newline at end of file
index 6bbce508173142f50edce06f04a0fb3c769352a6..af6facfae6b60d0d90df20f8f76889d4b0f6f574 100755 (executable)
@@ -44,6 +44,8 @@ sub init {
    
 # properties
    $prop->{"trg_pulser_count"} = $header->{'len'};
+   $prop->{"trg_pulser_itc_base"} = $header->{'itc_base'};
+
 }
 
 1;
\ No newline at end of file
index f612440cf67e04a1d3c880d080816fa4ea146eb9..7c89f6d96b1c8e8a08951453ba65b5c548ec47e6 100755 (executable)
@@ -44,6 +44,8 @@ sub init {
    
 # registers
    $prop->{"trg_random_pulser_count"} = $header->{'len'};
+   $prop->{"trg_random_pulser_itc_base"} = $header->{'itc_base'};
+
 }
 
 1;
\ No newline at end of file