km3pipe.cmd

KM3Pipe command line utility.

Usage:

km3pipe test km3pipe update [GIT_BRANCH] km3pipe createconf [–overwrite] [–dump] km3pipe retrieve DET_ID RUN [-i -o OUTFILE] km3pipe (-h | –help) km3pipe –version

Options:

-h –help Show this screen. -m Get the MC detector file (flips the sign of DET_ID). -c CALIBR_ID Geometrical calibration ID (eg. A01466417) -i Use iRODS instead of xrootd to retrieve files. -o OUT Output folder or filename. -t T0_SET Time calibration ID (eg. A01466431) -s REGEX Regular expression to filter the runsetup name/id. DET_ID Detector ID (eg. D_ARCA001). DETECTOR Detector (eg. ARCA). GIT_BRANCH Git branch to pull (eg. develop). RUN Run number.

Module Contents

Functions

run_tests()

update_km3pipe([git_branch])

retrieve(run_id, det_id[, use_irods, out])

Retrieve run from iRODS for a given detector (O)ID

main()

Attributes

log

SPS_CACHE

KM3PIPE_GIT

km3pipe.cmd.log[source]
km3pipe.cmd.SPS_CACHE = '/sps/km3net/repo/data/cache'[source]
km3pipe.cmd.KM3PIPE_GIT = 'https://git.km3net.de/km3py/km3pipe.git'[source]
km3pipe.cmd.run_tests()[source]
km3pipe.cmd.update_km3pipe(git_branch='')[source]
km3pipe.cmd.retrieve(run_id, det_id, use_irods=False, out=None)[source]

Retrieve run from iRODS for a given detector (O)ID

km3pipe.cmd.main()[source]