Skip to content

Small typo in THcShower.cxx array #480

@Yero1990

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions