Skip to content
Snippets Groups Projects
Commit 0fa38f23 authored by Norbert Herrmann's avatar Norbert Herrmann
Browse files

fix inconsistencies introduced by last merge

parent 0a48b9fc
No related branches found
No related tags found
1 merge request!309Event clusterizer reduced LOG level
...@@ -38,7 +38,7 @@ _pultotmax=500 ...@@ -38,7 +38,7 @@ _pultotmax=500
_puldetref=16 # TSR=032 _puldetref=16 # TSR=032
#_tofftof=0. #_tofftof=0.
_tofftof=-30. _tofftof=-35.
if [[ $_reqmod -eq 1 ]]; then if [[ $_reqmod -eq 1 ]]; then
_iUnp=1 _iUnp=1
...@@ -152,7 +152,7 @@ UNPACKER+=" --channel-config name=syscmd,type=sub,method=connect,rateLogging=0,t ...@@ -152,7 +152,7 @@ UNPACKER+=" --channel-config name=syscmd,type=sub,method=connect,rateLogging=0,t
UNPACKER+=" --severity INFO" UNPACKER+=" --severity INFO"
UNPACKER+=" --SelectComponents 1" UNPACKER+=" --SelectComponents 1"
#UNPACKER+=" --ReqBeam 20486" # diamond -> 0x00005006 v14a #UNPACKER+=" --ReqBeam 20486" # diamond -> 0x00005006 v14a
#UNPACKER+=" --ReqBeam 10246" # diamond -> 0x00002806 v21a UNPACKER+=" --ReqBeam 10246" # diamond -> 0x00002806 v21a
if [[ $_reqmod -lt 1 ]]; then if [[ $_reqmod -lt 1 ]]; then
UNPACKER+=" --ReqMode 0" UNPACKER+=" --ReqMode 0"
case $_reqmod in case $_reqmod in
......
...@@ -78,7 +78,7 @@ source ./init_cal_all.sh ${RunIdMode} ${CalSet} ${Deadtime} ...@@ -78,7 +78,7 @@ source ./init_cal_all.sh ${RunIdMode} ${CalSet} ${Deadtime}
cd ${wdir} cd ${wdir}
#echo execute: ./iter_calib.sh ${RunIdMode} ${CalSet} ${Sel2} ${Deadtime} #echo execute: ./iter_calib.sh ${RunIdMode} ${CalSet} ${Sel2} ${Deadtime}
#source ./iter_calib.sh ${RunIdMode} ${CalSet} ${Sel2} ${Deadtime} #source ./iter_calib.sh ${RunIdMode} ${CalSet} ${Sel2} ${Deadtime}
cd ${wdir} cd ${wdir}
echo execute: ./gen_hits.sh ${RunIdMode} ${CalSet} ${Sel2} ${Deadtime} echo execute: ./gen_hits.sh ${RunIdMode} ${CalSet} ${Sel2} ${Deadtime}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
NrOfGdpbs: Int_t 9 NrOfGdpbs: Int_t 9
GdpbIdArray: Int_t \ GdpbIdArray: Int_t \
0x5b7b 0x55c4 0x18c5 0x5f64 0x18e3 0x181c 0x1922 0x1925 0x1902 0x5b7b 0x55c4 0x18c5 0x5f64 0x1889 0x181c 0x1922 0x1925 0x1902
NrOfFeesPerGdpb: Int_t 30 NrOfFeesPerGdpb: Int_t 30
NrOfGet4PerFee: Int_t 8 NrOfGet4PerFee: Int_t 8
NrOfChannelsPerGet4: Int_t 4 NrOfChannelsPerGet4: Int_t 4
......
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