Skip to content

Constructor of o2::Header::DataDescription should pad with 0, not " "  #372

@ktf

Description

@ktf

Right now we have that:

o2::Header::DataDescription::DataDescription("CLUSTERS") != gDataDescriptionClusters

because gDataDescriptionClusters is right-padded with spaces. I would suggest that either:

  • The constructor pads with spaces rather than spaces.
  • gDataDescriptionClusters and alikes are 0 padded (preferred).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions