Closed BenGalewsky closed 4 years ago
I'm confused a bit by this milestone/issue, since there's this entry that keeps propagating in the AS biweekly meeting notes:
Should the benchmarks/challenges repo be considered part of this milestone? Or does it belong under something else? (A separate project?)
Collect and curate example analysis use cases with some reference implementation
User stories:
Benchmark examples (concrete examples with reference implementation)
Z-peak
Reference: Coffea(awkward)+Service X (single-threaded from a single file with uproot: zpeak.ipynb, talk at HOW2019)
TSelector (exists and one-to-one with awkward capabilities: ZPeak.h, ZPeak.C)
RDataFrame (this one is more basic than the awkward and TSelector based ones, not a one-to-one comparison)
ATLAS Run3 EventLoop style (possible)
KubeCon CMS OpenData Higgs Demo:
Reference: Containerized Root analysis shown at KubeCon
Awkward (to do)
A template fit with control regions and systematics (based on a ttbar example)
Need to check on the status of reference implementation for ttbar example. Alex did TRex fitter in top context, so should be good
Idea that evolved at the meeting: implement a fitting service (eg. send pyhf specification, run it on a GPU or TPU-enabled resource)
Analysis evolution cycle :
Before marking as done:
Would like to have more concrete pointers to the reference implementations.
Links to Analysis use cases:
[ ] Z-peak
as-user-facing
repo[ ] CMS-open data (Higgs analysis shown at Kubecon):
[ ] Template fit:
[ ] Reinterpretation:
@gordonwatts @masonproffitt @BenGalewsky waiting on markdown file describing Z-peak in the as-user-facing demo. Similar to the template-fit.md and reinterpretation.md files.
[Edit] I made something for now. Feel free to edit: https://github.com/iris-hep/as-user-facing/blob/master/z-peak.md
I added one for H->4l https://github.com/iris-hep/as-user-facing/blob/master/cms-higgs-open-data.md
@jpivarski can you provide a pointer to these things mentioned earlier (I believe from your verbal comment during one of the AS meetings)
Reference: Coffea(awkward)+Service X (single-threaded from a single file with uproot: zpeak.ipynb, talk at HOW2019)
TSelector (exists and one-to-one with awkward capabilities: ZPeak.h, ZPeak.C)
RDataFrame (this one is more basic than the awkward and TSelector based ones, not a one-to-one comparison)
Perhaps we have too many messages flying around. I've written notes on this somewhere, but I'm not sure where. Anyway, I found the directory where the code is located, and searching on this URL can find the other things that I've written.
https://github.com/nsmith-/coffea/tree/master/notebooks
(The files are in this directory.)
ServiceX + TRexFitter extends scope of IRIS-HEP tools for template fit user story https://github.com/kyungeonchoi/ServiceXforTRExFitter
Assumptions
Acceptance Criteria