Skip to content

Releasing v1 of EGamma ID-Trainer

Pre-release
Pre-release
Compare
Choose a tag to compare
@a-kapoor a-kapoor released this 14 Apr 20:42
· 83 commits to master since this release
d22da64

Clone

git clone --branch v1 https://github.com/cms-egamma/ID-Trainer.git

Setup

source /cvmfs/sft.cern.ch/lcg/views/LCG_97python3/x86_64-centos7-gcc8-opt/setup.sh

Create a new config (Just copy the default one and start editing on top of it)

cp Tools/TrainConfig.py Tools/NewTrainConfig.py

All you need to do is to edit the NewTrainConfig.py with the settings for your analysis and then run

python Trainer.py Tools/NewTrainConfig

The Trainer.py will read the settings from the config file and run training

Suggestion: Do not remove or touch the original Tools/TrainConfig.py (Keep it for reference)

More information in the attached pdf.