Skip to content

Commit

Permalink
production-pfnano: change export location, closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
katilp committed Apr 5, 2023
1 parent 163cf93 commit c8a9656
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions production/pfnano/pf_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ set -e
# then
sudo chown $USER /mnt/vol
ls -l /mnt/vol
export SITECONFIG_PATH=/mnt/vol/production/pfnano/site-local-config.xml
echo $SITECONFIG_PATH
export SITECONFIG_PATH=/mnt/vol/production/pfnano
# cp -r /mnt/vol cat-hackathon
# fi

Expand All @@ -28,7 +29,9 @@ git config user.name "me"
git cms-merge-topic 39040
git clone -b opendata https://github.com/DAZSLE/PFNano.git PhysicsTools/PFNano
scram b -j 4
export SITECONFIG_PATH=/mnt/vol/production/pfnano/
echo $SITECONFIG_PATH
export SITECONFIG_PATH=/mnt/vol/production/pfnano
echo $SITECONFIG_PATH

cmsDriver.py --python_filename doubleeg_cfg.py --eventcontent NANOAOD --datatier NANOAOD \
--fileout file:doubleeg_nanoaod.root --conditions 106X_dataRun2_v36 --step NANO \
Expand Down

0 comments on commit c8a9656

Please sign in to comment.