Skip to content

TH2::Fill(const char *namex, const char *namey, Double_t w) doesn't update fTsumwxy #11746

@YSelfTool

Description

@YSelfTool

This line:

fTsumwx2 += z * x * x;

Should be fTsumwxy += z * x * y; instead, as in the other versions TH2::Fill.
This was changed by 4465976, previously fTsumwxy was updated.

Metadata

Metadata

Assignees

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