Skip to content

Commit d96c6a8

Browse files
authored
Please consider the following formatting changes to #14083 (#14084)
1 parent f1fa2b5 commit d96c6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ struct AntinucleiInJets {
11271127
// custom nsigma He3 based on bethe bloch fit of TPC signal
11281128
double tpcSignal = track.tpcSignal();
11291129
double expectedSignalHe3 = tpc::BetheBlochAleph(static_cast<double>(track.tpcInnerParam() * 2. / o2::constants::physics::MassHelium3), cfgBetheBlochParams.value[0], cfgBetheBlochParams.value[1], cfgBetheBlochParams.value[2], cfgBetheBlochParams.value[3], cfgBetheBlochParams.value[4]);
1130-
double nSigmaTPCHe3Custom = ((tpcSignal/expectedSignalHe3) - 1.) / 0.045;
1130+
double nSigmaTPCHe3Custom = ((tpcSignal / expectedSignalHe3) - 1.) / 0.045;
11311131
registryData.fill(HIST("antihelium3_jet_tpc_custom"), 2.0 * pt, nSigmaTPCHe3Custom);
11321132
}
11331133
}
@@ -1222,7 +1222,7 @@ struct AntinucleiInJets {
12221222
// custom nsigma He3 based on bethe bloch fit of TPC signal
12231223
double tpcSignal = track.tpcSignal();
12241224
double expectedSignalHe3 = tpc::BetheBlochAleph(static_cast<double>(track.tpcInnerParam() * 2. / o2::constants::physics::MassHelium3), cfgBetheBlochParams.value[0], cfgBetheBlochParams.value[1], cfgBetheBlochParams.value[2], cfgBetheBlochParams.value[3], cfgBetheBlochParams.value[4]);
1225-
double nSigmaTPCHe3Custom = ((tpcSignal/expectedSignalHe3) - 1.) / 0.045;
1225+
double nSigmaTPCHe3Custom = ((tpcSignal / expectedSignalHe3) - 1.) / 0.045;
12261226
registryData.fill(HIST("antihelium3_ue_tpc_custom"), 2.0 * pt, nSigmaTPCHe3Custom);
12271227
}
12281228
}

0 commit comments

Comments
 (0)