Skip to content

Commit 25565c9

Browse files
committed
fixing minor code error
1 parent 05540b4 commit 25565c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ struct RadialFlowDecorr {
11151115
// ===========================================================================
11161116
void init(InitContext&)
11171117
{
1118-
TH1::SetDefaultSumw2(kTRUE);
1118+
TH1::SetDefaultSumw2(true);
11191119
// Nch axes by system
11201120
if (cfgSys == kPbPb) {
11211121
nChAxis = {cfgNchPbMax / 2, KBinOffset, cfgNchPbMax + KBinOffset, "Nch", "PV-contributor track multiplicity"};

0 commit comments

Comments
 (0)