Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent d367db4 commit 3fe971e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/TRestTrackReductionProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ void TRestTrackReductionProcess::getHitsMerged(TRestVolumeHits& hits) {
Double_t distance = fStartingDistance;
while (distance < fMinimumDistance || hits.GetNumberOfHits() > fMaxNodes) {
if (this->GetVerboseLevel() >= TRestStringOutput::REST_Verbose_Level::REST_Debug) {
cout << "TRestTrackReductionProcess. Merging track hits within a "
<< "distance : " << distance << " mm" << endl;
cout << "TRestTrackReductionProcess. Merging track hits within a " << "distance : " << distance
<< " mm" << endl;
cout << "TRestTrackReductionProcess. Hits now : " << hits.GetNumberOfHits() << endl;
}

Expand Down
2 changes: 1 addition & 1 deletion tsp/inc/tsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ typedef struct CCtsp_branchobj {
} CCtsp_branchobj;

typedef struct CCtsp_cutnode {
#define CCtsp_CUT_INNODELIST(t) ((t)&4)
#define CCtsp_CUT_INNODELIST(t) ((t) & 4)
#define CCtsp_CUT_ROOT 0
#define CCtsp_CUT_PNODE 1
#define CCtsp_CUT_QNODE 2
Expand Down

0 comments on commit 3fe971e

Please sign in to comment.