-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Trying to get GRUTinizer working with actual data for the first time. All seems well, but the output histogram tree is nearly empty, as is the output root tree.
This is not the latest build as I had some trouble to update (see Issue #119)
GRUT_RELEASE: 1.02.00
Release the Chipper Chartreuse Chipmunk!
GRUTinizer is called with a shell script and seems to give sane output as follows:
////// Log clip begin //////
daid@titanium ~/physics/analysis_code/nscl15151 % ./grut.sh 30
Processing /mnt/h2o/data/nscl15151/Run0030/Global.dat.gz
Calling: grutinizer -qH /mnt/h2o/data/nscl15151/Run0030/Global.dat.gz /home/daid/physics/analysis_code/nscl15151/myvalues/myvalues.val --hist-output /home/daid/physics/analysis_code/nscl15151/hist/0030.root -o /mnt/h2o/data/nscl15151/root/0030.root /home/daid/physics/analysis_code/nscl15151/barney/inv/Print01May16_22h11-57Cu.inv /home/daid/physics/GRUTinizer/lib/libMakeHistos.so
- Welcome to ROOT v5.34/18 *
finished sorting all input.
debug a
debug b
Added "TBank29" branch
2_build_loop: 2Dance Party EventType: 184551936
5_write_loop: 0
Stopping thread 1_input_loop
Joining thread 1_input_loop
Joining thread 2_build_loop
Joining thread 3_unpack
Joining thread 5_write_loop
Joining thread 6_hist_loop
Joining thread 7_terminal_loop
Deleting thread 1_input_loop
Deleting thread 2_build_loop
Deleting thread 3_unpack
Deleting thread 5_write_loop
Deleting thread 6_hist_loop
29 GValues written to file /home/daid/physics/analysis_code/nscl15151/hist/0030.root
Deleting thread 7_terminal_loop
bye,bye daid
\\\\ Log clip end \\\\
File sizes look goofy:
daid@titanium ~/physics/analysis_code/nscl15151 % ls -lh hist/0030.root
-rw-r--r-- 1 daid daid 6.5K May 1 12:59 hist/0030.root
Opening the root histograms tree, I only see Bank29 (with bank29_10) and variables (empty).
daid@titanium ~/physics/analysis_code/nscl15151 % ls -lh /mnt/h2o/data/nscl15151/root/0030.root
-rw-r--r-- 1 daid daid 12K May 1 12:59 /mnt/h2o/data/nscl15151/root/0030.root
I attach a zip with: grut.sh shell script, myvalues, inverse map, and the two output root trees, as well as a defaut MakeHistos.cxx I tested. But I tried with a working MakeHistos from Sarah and very little changes.
Help please? I can provide any additional information as necessary.
daid.zip