Higgs Recoil Analysis
Install on lxslc6
git clone https://github.com/cepc/higgsrecoil.git .
Setup env
source setup.sh
Build code
./build.sh
Submit jobs
./submit.sh
For developers
- Fork the code with your personal github ID. See details
git clone git@github.com:yourid/higgsrecoil.git .
- Make your change, commit and push
git commit -a -m "Added feature A, B, C" git push
- Make a pull request to cepc. See details