Skip to content

Instantly share code, notes, and snippets.

@kratsg
Created September 15, 2017 06:38
Show Gist options
  • Save kratsg/441bb3a38e9d00abb5acc5d5d748b88c to your computer and use it in GitHub Desktop.
Save kratsg/441bb3a38e9d00abb5acc5d5d748b88c to your computer and use it in GitHub Desktop.
valgrind command for mbj
valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --track-origins=yes --trace-children=yes --num-callers=8 --show-reachable=yes --suppressions=$ROOTSYS/etc/valgrind-root.supp --suppressions=valgrind-python.supp python MultibjetsAnalysis/scripts/MBJ_run.py --files "mc15_13TeV:mc15_13TeV.363372.Sherpa_NNPDF30NNLO_Zmumu_Pt140_280_BFilter.merge.DAOD_SUSY10.e4716_s2726_r7725_r7676_p2666" --inputSource grid --dataSource 1 --doTruth 0 --doWZReweighting 1 --doSyst 1 --doNTUPSyst 0 --baselineSelectionBT 3 --baselineSelectionHF 3 --doMuonCorrection 1 --doEWKvar 1 --doVRHiggs 1 --pTLepCount 20.0 --config MultibjetsAnalysis/SUSYTools_EW.conf --driver direct --nevents 10000 > valgrind10000.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment