The focus is on RK/K*/phi analyses.
cmsrel CMSSW_10_2_15
cd CMSSW_10_2_15/src
cmsenv
git cms-initThe ID model is 2020Sept15 (depth=15, ntrees=1000).
git cms-merge-topic -u CMSBParking:from-CMSSW_10_2_15_2020Sept15_v1
git clone --single-branch --branch from-CMSSW_10_2_15_2020Sept15 git@github.com:CMSBParking/RecoEgamma-ElectronIdentification.git $CMSSW_BASE/external/$SCRAM_ARCH/data/RecoEgamma/ElectronIdentification/dataTo run on CRAB, the following three lines must be executed:
git cms-addpkg RecoEgamma/ElectronIdentification
mkdir -p $CMSSW_BASE/src/RecoEgamma/ElectronIdentification/data/LowPtElectrons
cp $CMSSW_BASE/external/$SCRAM_ARCH/data/RecoEgamma/ElectronIdentification/data/LowPtElectrons/LowPtElectrons_ID_2020Sept15.root $CMSSW_BASE/src/RecoEgamma/ElectronIdentification/data/LowPtElectronsgit cms-merge-topic -u CMSBParking:convertXMLToGBRForestROOTgit cms-merge-topic -u CMSBParking:GsfTransientTracks # unsafe checkout (no checkdeps), but suggested heregit cms-merge-topic -u CMSBParking:fixKinParticleVtxFitter # unsafe checkout (no checkdeps), but suggested heregit clone git@github.com:CMSBParking/BParkingNANO.git ./PhysicsTools
git cms-addpkg PhysicsTools/NanoAOD
scram bcd PhysicsTools/BParkingNano/test/
cmsenv
cmsRun run_nano_cfg.pyWe use the fork and pull model:
fork this repository https://github.com/CMSBParking/BParkingNANO (top right _Fork button)
If you haven't done so yet, clone this repository:
git clone git@github.com:CMSBParking/BParkingNANO.git ./PhysicsToolsAdd your fork of the repository as remote:
git remote add mine git@github.com:`git config user.github`/BParkingNANO.git
git checkout -b ${USER}_feature_branch origin/masterWork on your feature, add, commit, etc. and push to your own fork
when adding a sequence or table producer, please include it in the python/nanoBPark_cff.py and make sure it runs properly checking the output result (test_BParkSequence_10215.py to give it a try)
git push mine feature_branchMake a pull request on github