Skip to content

Commit

Permalink
Fixed backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tschiffer committed Jan 10, 2025
1 parent 454903d commit b237f66
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Analysis/ingrid/private/hdf5_utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const TPADatasets* = {
igFractionInTransverseRms,
igLikelihood,
igCenterX,
igCenterY,
igToaLength
igCenterY

}
## The datasets that appear in Christoph's `XrayReference` file
const XrayReferenceDsets* = {
Expand Down Expand Up @@ -85,8 +85,7 @@ const LogLCutDsets* = @[
igFractionInTransverseRms,
igTotalCharge,
igCenterX,
igCenterY,
igToaLength
igCenterY
]

const TrackingAttrStr* = "Tracking?" ## Indicates only events in tracking in output if true.
Expand Down

0 comments on commit b237f66

Please sign in to comment.