16 lines
488 B
Tcl
16 lines
488 B
Tcl
# Author Jing Chen (jgn@ansto.gove.au)
|
|
|
|
source $cfPath(hmm)/hmm_configuration_common_1.tcl
|
|
source $cfPath(hmm)/hmm_cylindrical_detector_configuration.tcl
|
|
set sim_mode [SplitReply [hmm_simulation]]
|
|
|
|
proc ::histogram_memory::init_OAT_TABLE {} {}
|
|
proc CAT_TABLE {args} {}
|
|
proc ::histogram_memory::init_CAT_TABLE {} {}
|
|
proc ::histogram_memory::pre_count {} {}
|
|
proc ::histogram_memory::post_count {} {}
|
|
proc ::histogram_memory::isc_initialize {} {}
|
|
proc histmem {cmd args} {}
|
|
|
|
|