Skip to content
  • Stephen Nicholas Swatman's avatar
    Store B-field properties directly, not in pointer · 4a766063
    Stephen Nicholas Swatman authored
    For reasons I cannot explain, the TrkGlobalChi2Fitter class used
    pointers to store its magnetic field properties, even though that is
    just an enum that can be much more elegantly and efficiently be stored
    as-is in side the class instead of explicitly on the heap.
    4a766063