Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jan 17, 2024
1 parent 2d76bab commit 1bc6e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGEM/PhotonMeson/Core/CutsLibrary.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ V0PhotonCut* o2::aod::pcmcuts::GetCut(const char* cutName)
cut->SetRxyRange(1, 90);
return cut;
}
if (!nameStr.compare("qc_lc")) { //qc for late conversion
if (!nameStr.compare("qc_lc")) { // qc for late conversion
// for track
cut->SetTrackPtRange(0.02f, 1e10f);
// cut->SetTrackEtaRange(-0.9, +0.9);
Expand Down

0 comments on commit 1bc6e52

Please sign in to comment.