You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Using run log and MYA archiver

Input

CSV file 

MYA file

Load to DB

Development DB

java -Dorg.hps.conditions.connection.file=dev.prop -cp hps-distribution-3.3.3-SNAPSHOT-bin.jar org.hps.conditions.svt.SvtBiasConditionsLoader -c HPS_Runs_2015-SVT_timing_guesses_for_Jeremy.csv -m SVT:bias:bot:20:v_sens.mya -g

where dev.prop is a text file containing:

hostname = hpsdb.jlab.org
user = pelle
password = "ask jeremy"
database = hps_conditions_dev

Validation

Simple validation

This will run over a evio file, read run ranges from cdv and MYA files (settable paths), the conditions DB and also the epics bank inside the data stream. 

java  -cp hps-distribution-3.3.3-SNAPSHOT-bin.jar org.hps.evio.EvioToLcio -x steering-files/src/main/resources/org/hps/steering/production/SampleZeroMonitoring.lcsim -DoutputFile=whatever hps_005796.evio.0 -d HPS-EngRun2015-Nominal-v1

 

  • No labels