You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- set +u && source ${CMS_PATH}/cmsset_default.sh; set -u
330
332
- export SCRAM_ARCH=${SCRAM_ARCH}
331
-
- cd ${CMSSW_RELEASE}/src
333
+
- export X509_USER_PROXY=${PWD}/proxy/x509_proxy
334
+
- mkdir run
335
+
- cp -r ${CMSSW_RELEASE} run/
336
+
- chmod -R +w run/${CMSSW_RELEASE}/
337
+
- cd run/${CMSSW_RELEASE}/src
332
338
- cmsenv
333
339
- voms-proxy-info --all
334
340
- cd AnalysisCode/ZPeakAnalysis/
335
341
- cmsRun test/MyZPeak_cfg.py
342
+
#- cmsRun test/MyZPeak_cfg.py inputFiles=root://cms-xrd-global.cern.ch//store/user/cmsdas/2026/short_exercises/cat/datasets/MINIAODSIM/RunIISummer20UL17MiniAODv2-106X_mc2017_realistic_v9-v2/DYJetsToLL_M-50_TuneCP5_13TeV-amcatnloFXFX-pythia8/2C5565D7-ADE5-2C40-A0E5-BDFCCF40640E.root #### in case the previous does not work
0 commit comments