run sndisplay::calorimeter demo script :
root
.L sndisplay.cc
// fill with random value and draw with palette
sndisplay_calorimeter_test_values();
// set manually text and color
sndisplay_calorimeter_test_status();
// convertion map OM_ID <=> OM_NUM
sndisplay_calorimeter_test_omnum();
run sndisplay::tracker demo script :
root
.L sndisplay.cc
// fill with random value and draw with palette
sndisplay_tracker_test();
run sndisplay::demonstrator demo script :
root
.L sndisplay.cc
// fill with the official first demonstrator track
sndisplay_demonstrator_test();