The common documentation can be found in the NanoGardener page. At IFCA we are in charge of postprocessing several MC samples. The file fall17_nAOD_v1.py contains both the samples and the assigned names.
ssh -Y lxplus.cern.ch -o ServerAliveInterval=240
bash -l
cd work/CMSSW_projects/CMSSW_9_4_9/src/LatinoAnalysis
cmsenv
git pull
scram b -j 8
To submit jobs the procedure is simple.
voms-proxy-init -voms cms -rfc --valid 168:0
mkPostProc.py -p Fall2017_nAOD_v1_Full2017v2 -s MCl1loose2017v2 -b -T WWW,WWZ,WZZ,ZZZ,WWG,Wg_MADGRAPHMLM
The output will be located here.
/eos/cms/store/group/phys_higgs/cmshww/amassiro/HWWNano/Fall2017_nAOD_v1_Full2017v2/MCl1loose2017v2/
To submit jobs to the HTCondor batch system add the line batchType = 'condor'
in your LatinoAnalysis/Tools/python/userConfig.py
file. Then you can proceed as usual by adding the batch queue flavour.
mkBatch.py --clean
voms-proxy-init -voms cms -rfc --valid 168:0
mkPostProc.py -p Fall2017_nAOD_v1_Full2017v2 -s MCCorr2017 -i MCl1loose2017v2 -b -T WWW,WWZ,WZZ,ZZZ,WWG,Wg_MADGRAPHMLM --queue=tomorrow
To check the status of the jobs.
mkBatch.py --status
condor_q
In case the jobs submitted by $USER
to the HTCondor batch system need to be removed.
condor_rm $USER
In case the files produced by $USER
need to be removed.
cd /eos/cms/store/group/phys_higgs/cmshww/amassiro/HWWNano/Fall2017_nAOD_v1_Full2017v2/MCl1loose2017v2__MCCorr2017
ls -lrt | grep $USER | awk '{print $9}' | xargs -n 1 rm