justIN           Dashboard       Workflows       Jobs       AWT       Sites       Storages       Docs       Login

Workflow 1969, Stage 1

Priority50
Processors1
Wall seconds80000
RSS bytes2097152000 (2000 MiB)
Max distance for inputs100.0
Enabled input RSEs
Enabled output RSEs
Enabled sites
Scopeusertests
Events for this stage

Output patterns

 DestinationPatternLifetimeFor next stage
0https://fndcadoor.fnal.gov:2880/dune/scratch/users/lavaut/01969/1*evts*.root

Environment variables

NameValue
ENERGY1
INPUT_TAR_DIR_LOCAL/cvmfs/fifeuser1.opensciencegrid.org/sw/dune/d178ad1a97a3387521ddbb52e8cca9207a7d042f
NUM_EVENTS50

File states

Total filesFindingUnallocatedAllocatedOutputtingProcessedNot foundFailed
1000000010

Job states

TotalSubmittedStartedProcessingOutputtingFinishedNotusedAbortedStalledJobscript errorOutputting failedNone processed
1060000102031000

RSEs used

NameInputsOutputs
MONTECARLO600

Stats of processed input files as CSV or JSON, and of uploaded output files as CSV or JSON (up to 10000 files included)

File reset events, by site

SiteAllocatedOutputting
US_PuertoRico10

Jobscript

echo "gen-g4-det-reco of electron at ${ENERGY} MeV in PDVD"

#!/bin/bash

# fcl file and DUNE software version/qualifier to be used
FCL_GEN=${INPUT_TAR_DIR_LOCAL}/gen_protoDune_electron_${ENERGY}MeV_mono.fcl
FCL_REC=${INPUT_TAR_DIR_LOCAL}/standard_reco_protodunehd.fcl
FCL_G41=${INPUT_TAR_DIR_LOCAL}/standard_g4_protodunehd_stage1.fcl
FCL_G42=${INPUT_TAR_DIR_LOCAL}/standard_g4_protodunehd_stage2.fcl
FCL_DET=${INPUT_TAR_DIR_LOCAL}/standard_detsim_protodunehd.fcl

DUNE_VERSION=${DUNE_VERSION:-v09_89_01d00}
DUNE_QUALIFIER=${DUNE_QUALIFIER:-e26:prof}

# number of events to process from the input file
if [ "$NUM_EVENTS" != "" ] ; then
 events_option="-n $NUM_EVENTS"
fi

# First get an unprocessed file from this stage
did_pfn_rse=`$JUSTIN_PATH/justin-get-file`

#if [ "$did_pfn_rse" = "" ] ; then
#  echo "Nothing to process - exit jobscript"
#  exit 0
#fi


# Setup DUNE environment
source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh

# the xroot lib for streaming non-root files is in testproducts, 
# so add it to the start of the path
export PRODUCTS=/cvmfs/dune.opensciencegrid.org/products/dune/testproducts:${PRODUCTS}
setup dunesw "$DUNE_VERSION" -q "$DUNE_QUALIFIER"
export OMP_NUM_THREADS=${JUSTIN_PROCESSORS} 

# Construct outFile

DEC="protodunehd"
TYPE="electron"
ROI="111"
now=$(date -u +"%Y-%m-%dT_%H%M%SZ")

outFile_gen=${DEC}_${TYPE}_${ENERGY}MeV_${NUM_EVENTS}evts_gen_${now}.root
outFile_g41=${DEC}_${TYPE}_${ENERGY}MeV_${NUM_EVENTS}evts_g41_${now}.root
outFile_g42=${DEC}_${TYPE}_${ENERGY}MeV_${NUM_EVENTS}evts_g42_${now}.root
outFile_det=${DEC}_${TYPE}_${ENERGY}MeV_${NUM_EVENTS}evts_det_${now}.root
outFile_rec=${DEC}_${TYPE}_${ENERGY}MeV_${NUM_EVENTS}evts_rec_ROI${ROI}_${now}.root

## THE PROCESS 

lar -c $FCL_GEN $events_option -o $outFile_gen
lar -c $FCL_G41 $outFile_gen   -o $outFile_g41
lar -c $FCL_G42 $outFile_g41   -o $outFile_g42
lar -c $FCL_DET $outFile_g42   -o $outFile_det
lar -c $FCL_REC $outFile_det   -o $outFile_rec


echo 'WORK DONE !'
justIN time: 2024-09-29 11:25:32 UTC       justIN version: 01.01.08