NEXT
User name a-onl
Log entry time 17:26:17 on January 18, 2005
Entry number 139609
keyword=End_of_Run_1934
****************************
Run Number: 1934
End of Run Comment:
Run_type=SRC,bbarm_theta=98,beam_energy=4.6,beam_raster=off,comment_text=production,daq_mode=SRCEXPT,kin_name=F1,leftarm_p=3.762,leftarm_theta=19.5,ndarm_distance=6,ndarm_theta=98,rightarm_p=1.45,rightarm_theta=40.1,target_type=Carbon (tilted)
test run
can't read "epicsfile": no such variable
while executing
"halla_message "halla_scaler_process" "file $epicsfile..."
invoked from within
"if { [file exists $scalerinfo(epics)] } {
set fpid [open $scalerinfo(epics)]
while { ! [ eof $fpid ] } {
gets $fpid temp
set temp [ string trim $temp ] ; # get rid of leading and trailing spaces
if { [ string first ";" $temp ] == 0 } { continue; } ;# skip comments
if { [ string first ps $temp ] == 0 } {
set pslist [ split $temp , ]
foreach i $pslist {
append psfacline "$i "
set psfac [ split $i = ]
regsub ps [lindex $psfac 0 ] " " psind
set psind [string trim $psind ]
set ps($psind) [lindex $psfac 1]
if { $psind == 6 } {
if { $ps($psind) >= 65536 } {
# 9 billion is ~same as turning off this channel (SRC expt assumption)
set ps($psind) 999999999
}
}
if { $psind == 7 } {
if { $ps($psind) >= 65536 } {
set ps($psind) 999999999
}
}
}
break;
}
}
close $fpid
} else {
halla_message "halla_scaler_process" "file $epicsfile does not exist"
}"
(procedure "halla_scaler_process" line 79)
invoked from within
"halla_scaler_process .mid.tex scalerinfo "
****************************