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 Jun 21, 2024
1 parent 2462386 commit 7771856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Detectors/GLOQC/include/GLOQC/MatchITSTPCQC.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ class MatchITSTPCQC
void setRefitK0(bool v) { mRefit = v; }
void setCutK0Mass(float v) { mCutK0Mass = v; }

void printParams() {
void printParams()
{
LOG(info) << "minPtITSCut = " << mPtITSCut;
LOG(info) << "etaITSCut = " << mEtaITSCut;
LOG(info) << "minNITSClustersCut = " << mMinNClustersITS;
Expand Down

0 comments on commit 7771856

Please sign in to comment.