centrofermi / e3pipe

Analysis pipeline for the EEE expriment
http://eee.centrofermi.it/
GNU General Public License v3.0
4 stars 1 forks source link

Register runs automatically #70

Closed lucabaldini closed 9 years ago

lucabaldini commented 9 years ago

As a baseline we should register runs in the db is the recon folder points to /recon (i.e., each time we write in recon we should fill the db).

lucabaldini commented 9 years ago

Added

def doDbRegister(): """ Return true if E3PIPE_RECON_BASE is pointing to /recon.

(This means that we are writing in the actual recon space and
we should register any action into the db.)
"""
return E3PIPE_RECON_BASE == '/recon'

in config/storage.py

lucabaldini commented 9 years ago

Done.