You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename EEjet to EEJet
Follow Julia standard capitalisation more closely
* Rename source file
* Update struct name
Co-authored-by: Mateusz Jakub Fila <[email protected]>
* Add basic unit tests for jet types
This improves test coverage
* Fixup a few old struct name references
---------
Co-authored-by: Mateusz Jakub Fila <[email protected]>
-`particles` - a one dimensional array (vector) of input particles for the clustering
34
34
- Any type that supplies the methods `pt2()`, `phi()`, `rapidity()`, `px()`, `py()`, `pz()`, `energy()` can be used
35
35
- These methods have to be defined in the namespace of this package, i.e., `JetReconstruction.pt2(::T)`
36
-
- The `PseudoJet` or `EEjet` types from this package, a 4-vector from `LorentzVectorHEP`, or a `ReconstructedParticle` from [EDM4hep](https://github.com/peremato/EDM4hep.jl) are suitable (and have the appropriate definitions)
36
+
- The `PseudoJet` or `EEJet` types from this package, a 4-vector from `LorentzVectorHEP`, or a `ReconstructedParticle` from [EDM4hep](https://github.com/peremato/EDM4hep.jl) are suitable (and have the appropriate definitions)
37
37
-`algorithm` is the name of the jet algorithm to be used (from the `JetAlgorithm` enum)
Only jets passing the cut $p_T > p_{Tmin}$ will be returned. The result is returned as a `Vector{LorentzVectorHEP}`, but different return types can be specified (e.g., `T = EEjet`).
67
+
Only jets passing the cut $p_T > p_{Tmin}$ will be returned. The result is returned as a `Vector{LorentzVectorHEP}`, but different return types can be specified (e.g., `T = EEJet`).
0 commit comments