Skip to content

Commit

Permalink
Created data type for hadronic final state variables (#74)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?

This creates a data type `HadronicFinalState` for variables summed over
final state hadrons.

### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [x] New feature (issue #73 )
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?

New data type, no breaking changes.

### Does this PR change default behavior?

No.
  • Loading branch information
tylerkutz authored Apr 4, 2024
1 parent 0bd6edd commit cc887f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,16 @@ datatypes:
## @TODO: Spin state?
## - phi_S?

edm4eic::HadronicFinalState:
Description: "Summed quantities of the hadronic final state"
Author: "T. Kutz"
Members:
- float sigma // Longitudinal energy-momentum balance (aka E - pz)
- float pT // Transverse momentum
- float gamma // Hadronic angle
OneToManyRelations:
- edm4eic::ReconstructedParticle hadrons // Reconstructed hadrons used in calculation

## ==========================================================================
## Data-Montecarlo relations
## ==========================================================================
Expand Down

0 comments on commit cc887f9

Please sign in to comment.