Skip to content

Commit cc34780

Browse files
mmrigankaMriganka Mouli Mondalalibuild
authored
bug fix. (#5616)
* Update CMakeLists.txt added for Jet Charge Correlations * Add files via upload Charge correlation analysis * # charge track info not working * chages * test * Please consider the following formatting changes * remoed formating errors * removed tab slaces Merge branch 'master' of github.com:mmriganka/O2Physics * Please consider the following formatting changes * Appled clanf-format * CMakeList jet-ch-corr added * included comments from Nima * Implemented comments from Nima * after running clang-format * added jet-planar-flow * removed whitespace Please enter the commit message for your changes. Lines starting * removed tabs * corrected jet-planar-flow --> jet-planarflow * bug on line 353: fixed * ran with clang-format --------- Co-authored-by: Mriganka Mouli Mondal <mriganka.mouli.mondal@cern.ch> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 55ac679 commit cc34780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetChCorr.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ struct JetChCorr {
350350
nn = 0;
351351
ch_mult = jet.tracksIds().size();
352352
for (auto& jetConstituent : jet.template tracks_as<aod::JTracks>()) {
353-
if (iord[nn] != 0 || iord[nn] != 1)
353+
if (iord[nn] > 1)
354354
continue;
355355

356356
if (iord[nn] == 0) {

0 commit comments

Comments
 (0)