-
Sean message
> The evio2db program is currently generating some information on each EVIO file that we also want to store in the RCDB. I think we want to save this information in a JSON blob, so some…
-
Using a simple configuration with version 1.6.8-581-g15766a8:
`box.cfg {
listen: '/var/lib/tarantool/mydb.sock'
}
`
tarantool doesn't start if the file `/var/lib/tarantool/mydb.sock` already exists…
-
I'm seeing this warning about getting the run number from the evio file name:
JANA >>WARNING: setting run number 10390 based on file name
Is this still expected?
-
The hd_root program is lazy about not removing the "-o" and subsequent filename arguments from the list of arguments passed into the DApplication constructor. This leads the constructor to interpret t…
-
The use of callbacks, there are disadvantages
1. You can not catch exceptions
2. It is difficult to controls (is progress, is done, cancel) the current state executing query
3. Not API to return value…
-
Curiously see hd_dump -f -s -DDfa125Config skip 20 events at a time, but then come back and show all events in between. Looks like they all have config objects, but just come in an unexpected order wh…
-
As I can see performace benchmark in libev homepage - http://libev.schmorp.de/bench.html
Is it good to replace libevent with libev ?
-
Latest version of the code stalls after "DParticleID: loading values from PID data base." Launched ~150 jobs all timeout. Seems like this is also happening to the offline monitoring run as most of the…
-
Leaving this here so that it is just marked as a known issue. For now the DigiHit and Hit objects are not being created for the FDC and CDC for mode 8 data so there is no tracking information. The pro…
-
I do this:
../bin/meeg_all_tp -E -V hpssvt_006301.evio.0 -r -g0 -N100
I get this:
Found config/status bank 12 in length(4 1)
Done copy
"
cal_group_1 cal_level_1 cal_delay_2
"
Done
Found config/status…