Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
xAODAnaHelpers is a volunteer effort. We encourage you to pitch in. If you're a part of ATLAS, please join the e-group `atlas-sw-xAODAnaHelpersFW`.
# Bug Reports
[Please file an issue.](https://github.com/UCATLAS/xAODAnaHelpers/issues/new) When submitting a bug report, we need as much information as possible to duplicate the issue.
At a minimum, it would be helpful to know...
* the AnalysisBase release you are using
```
rc get_release
```
* the packages you are using
```
rc version | sed '/^atlasoff/d'
```
* where you ran your script. Often, this might be UChicago's tier3 or lxplus - location may be important!
* how your ran your script
* if you are using our `xAH_run.py` macro, upload the json or python config file to [gist](https://gist.github.com) and give us the link, as well as the entire command used to run it
* if you are using a custom macro, please upload that to [gist](https://gist.github.com)
* the phase of the moon when you ran your script
If you know how to fix it, why not submit a pull request?
# Pull Requests
When submitting a pull request, we need as much information as possible about the purpose of the PR.
* Make the title short, but descriptive.
* If you are closing an issue with the PR, make sure you say something like `Closes #ABC` [(more info)](https://github.com/blog/1506-closing-issues-via-pull-requests)
* If the PR is **only** updating documentation, please prefix your PR title with `doc: ` first so someone else can label it appropriately
# Questions? Don't know how to use?
If you have a question about how to use xAODAnaHelpers, please send an email to the e-group `atlas-sw-xAODAnaHelpersFW`.
If you have a question about using RootCore, please send an email to the e-group `atlas-sw-analysis-forum@cern.ch`.
# Thanks for reading
Have a :beer: on us! :heart: :heart: :heart:
xAH Team