Skip to content

Commit d9b0530

Browse files
committed
Fix linter error related to cpplint
1 parent 8338f7d commit d9b0530

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

PWGJE/Tasks/recoilJets.cxx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -977,17 +977,13 @@ struct RecoilJets {
977977

978978
if (foundBC.foundFT0Id() > 0) // -1 if does not
979979
spectra.fill(HIST("hIsFT0SignalComeFromCollPerRun"), 0.5, fillNumber, weight);
980-
else {
980+
else
981981
spectra.fill(HIST("hIsFT0SignalComeFromCollPerRun"), 1.5, fillNumber, weight);
982-
// LOG(info) << "FT0A: " << multFT0A << " | FT0C: " << multFT0C;
983-
}
984982

985983
if (collision.foundBCId() > 0)
986984
spectra.fill(HIST("hIsFT0SignalComeFromCollPerRun"), 2.5, fillNumber, weight);
987-
else {
985+
else
988986
spectra.fill(HIST("hIsFT0SignalComeFromCollPerRun"), 3.5, fillNumber, weight);
989-
// LOG(info) << "Coll id: " << collision.globalIndex();
990-
}
991987
}
992988

993989
template <typename JCollision, typename JTracks>

0 commit comments

Comments
 (0)