Skip to content

Small typo in THcShower.cxx array #480

Description

@Yero1990

While trying to find a separate issue (outside hcana) with why Im not getting etottracknorm in HMS (most likely a cuts file), I found a small type on a variable that is used by a function to set default pedestals in THcShower.h

See DBRequest list[] in THcShower.cxx

    {"cal_PedNegDefault", fPedNegDefault, kInt, static_cast<UInt_t>(fNTotBlocks),1},
    {"cal_PedPosDefault", fPedNegDefault, kInt, static_cast<UInt_t>(fNTotBlocks),1},

where the positive pedestal default parameter is actually read in as if it were the negative side.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions