iris-hep / project-milestones

IRIS-HEP project milestones
3 stars 0 forks source link

Collect and curate example analysis use cases with some existing reference implementation #3

Closed BenGalewsky closed 4 years ago

BenGalewsky commented 5 years ago

Assumptions

  1. Expressed as user stories
  2. Existing reference implementation representative of analysis implementation pre-IRIS-HEP.
  3. Reference implementation may be restricted due to policies of the collaborations, or may be modified in some way for practical purposes.
  4. User stories should focus on complementary aspects of analysis systems.

Acceptance Criteria

  1. User stories should provide some minimal description of the task and refer to reference implementation.
masonproffitt commented 5 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?)

cranmer commented 5 years ago

Collect and curate example analysis use cases with some reference implementation

User stories:

Benchmark examples (concrete examples with reference implementation)

cranmer commented 4 years ago

Before marking as done:

cranmer commented 4 years ago

Links to Analysis use cases:

cranmer commented 4 years ago

@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

cranmer commented 4 years ago

I added one for H->4l https://github.com/iris-hep/as-user-facing/blob/master/cms-higgs-open-data.md

cranmer commented 4 years ago

@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)
jpivarski commented 4 years ago

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.)

cranmer commented 4 years ago

ServiceX + TRexFitter extends scope of IRIS-HEP tools for template fit user story https://github.com/kyungeonchoi/ServiceXforTRExFitter