Skip to content
Snippets Groups Projects
Unverified Commit 43922140 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

fix: /work/eic2 -> /volatile/eic (#60)

parent 753ea89f
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ rule fetch_epic: ...@@ -24,7 +24,7 @@ rule fetch_epic:
filepath="EPIC/{PATH}" filepath="EPIC/{PATH}"
cache: True cache: True
shell: """ shell: """
xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath} xrdcp root://dtn-eic.jlab.org//volatile/eic/{output.filepath} {output.filepath}
""" """
......
...@@ -38,7 +38,7 @@ ddsim \ ...@@ -38,7 +38,7 @@ ddsim \
-v WARNING \ -v WARNING \
--numberOfEvents {params.N_EVENTS} \ --numberOfEvents {params.N_EVENTS} \
--compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \ --compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \
--inputFiles root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/EXCLUSIVE/DEMP/DEMPgen-1.2.0/{wildcards.EBEAM}x{wildcards.PBEAM}/pi+/DEMPgen-1.2.0_{wildcards.EBEAM}x{wildcards.PBEAM}_pi+_{wildcards.INDEX}.hepmc3.tree.root \ --inputFiles root://dtn-eic.jlab.org//volatile/eic/EPIC/EVGEN/EXCLUSIVE/DEMP/DEMPgen-1.2.0/{wildcards.EBEAM}x{wildcards.PBEAM}/pi+/DEMPgen-1.2.0_{wildcards.EBEAM}x{wildcards.PBEAM}_pi+_{wildcards.INDEX}.hepmc3.tree.root \
--outputFile {output} --outputFile {output}
""" """
......
...@@ -35,7 +35,7 @@ ddsim \ ...@@ -35,7 +35,7 @@ ddsim \
--skipNEvents $( command expr "{wildcards.INDEX}" "*" "{params.N_EVENTS}" ) \ --skipNEvents $( command expr "{wildcards.INDEX}" "*" "{params.N_EVENTS}" ) \
--numberOfEvents {params.N_EVENTS} \ --numberOfEvents {params.N_EVENTS} \
--compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \ --compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \
--inputFiles root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/EXCLUSIVE/DIFFRACTIVE_$( echo -n "{wildcards.PARTICLE}" | tr "[:lower:]" "[:upper:]" )_ABCONV/Sartre/Coherent/sartre_bnonsat_Au_{wildcards.PARTICLE}_ab_eAu_1.hepmc3.tree.root \ --inputFiles root://dtn-eic.jlab.org//volatile/eic/EPIC/EVGEN/EXCLUSIVE/DIFFRACTIVE_$( echo -n "{wildcards.PARTICLE}" | tr "[:lower:]" "[:upper:]" )_ABCONV/Sartre/Coherent/sartre_bnonsat_Au_{wildcards.PARTICLE}_ab_eAu_1.hepmc3.tree.root \
--outputFile {output} --outputFile {output}
""" """
......
...@@ -72,7 +72,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -72,7 +72,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.sh
FILE_NAME_TAG="dvcs" FILE_NAME_TAG="dvcs"
XROOTD_BASEURL="root://dtn-eic.jlab.org//work/eic2/EPIC" XROOTD_BASEURL="root://dtn-eic.jlab.org//volatile/eic/EPIC"
INPUT_FILE="EVGEN/EXCLUSIVE/DVCS_ABCONV/10x100/DVCS.1.ab.hiDiv.10x100.hepmc3.tree.root" INPUT_FILE="EVGEN/EXCLUSIVE/DVCS_ABCONV/10x100/DVCS.1.ab.hiDiv.10x100.hepmc3.tree.root"
export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}" export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}"
......
...@@ -90,7 +90,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -90,7 +90,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.sh
FILE_NAME_TAG="tcs" FILE_NAME_TAG="tcs"
XROOTD_BASEURL="root://dtn-eic.jlab.org//work/eic2/EPIC" XROOTD_BASEURL="root://dtn-eic.jlab.org//volatile/eic/EPIC"
INPUT_FILE="EVGEN/EXCLUSIVE/TCS_ABCONV/${EBEAM}x${PBEAM}/hel_minus/TCS_gen_ab_hiAcc_${EBEAM}x${PBEAM}m_${TAG}.hepmc3.tree.root" INPUT_FILE="EVGEN/EXCLUSIVE/TCS_ABCONV/${EBEAM}x${PBEAM}/hel_minus/TCS_gen_ab_hiAcc_${EBEAM}x${PBEAM}m_${TAG}.hepmc3.tree.root"
export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}" export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}"
......
...@@ -72,7 +72,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -72,7 +72,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.sh
FILE_NAME_TAG="u_omega" FILE_NAME_TAG="u_omega"
XROOTD_BASEURL="root://dtn-eic.jlab.org//work/eic2/EPIC" XROOTD_BASEURL="root://dtn-eic.jlab.org//volatile/eic/EPIC"
INPUT_FILE="EVGEN/EXCLUSIVE/omega/u_omegaNeutralDecay_5x41GeV_5k_Q2_1_5.hepmc3.tree.root" INPUT_FILE="EVGEN/EXCLUSIVE/omega/u_omegaNeutralDecay_5x41GeV_5k_Q2_1_5.hepmc3.tree.root"
export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}" export JUGGLER_MC_FILE="${XROOTD_BASEURL}/${INPUT_FILE}"
......
...@@ -22,7 +22,7 @@ ddsim \ ...@@ -22,7 +22,7 @@ ddsim \
-v WARNING \ -v WARNING \
--numberOfEvents {params.N_EVENTS} \ --numberOfEvents {params.N_EVENTS} \
--compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \ --compactFile $DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml \
--inputFiles root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/DIS/NC/{wildcards.EBEAM}x{wildcards.PBEAM}/minQ2={wildcards.MINQ2}/pythia8NCDIS_{wildcards.EBEAM}x{wildcards.PBEAM}_minQ2={wildcards.MINQ2}_beamEffects_xAngle=-0.025_hiDiv_vtxfix_1.hepmc3.tree.root \ --inputFiles root://dtn-eic.jlab.org//volatile/eic/EPIC/EVGEN/DIS/NC/{wildcards.EBEAM}x{wildcards.PBEAM}/minQ2={wildcards.MINQ2}/pythia8NCDIS_{wildcards.EBEAM}x{wildcards.PBEAM}_minQ2={wildcards.MINQ2}_beamEffects_xAngle=-0.025_hiDiv_vtxfix_1.hepmc3.tree.root \
--outputFile {output} --outputFile {output}
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment