A generator of pseudo-datasets of decays with time-dependent CP violation.
- The
masterbranch should always correspond to a tagged version. - All features should be merged into the
developbranch. - Features should be developed in a
feature-xyzbranch, wherexyzshould be replaced with some meaningful name. Feature branches should have a limited lifetime. After finishing the development of the feature, merge its branch todevelopand delete it (both local and remote). - Adaptations for specific analyses should be developed in a
dev-analysisnamebranch. - Release branches have the form
release-x.yand are based on the develop branch. After preparation, the release is merged into the master, the master is tagged, and the release branch is deleted (local and remote).