File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ void TRestTrackReductionProcess::getHitsMerged(TRestVolumeHits& hits) {
7777 Double_t distance = fStartingDistance ;
7878 while (distance < fMinimumDistance || hits.GetNumberOfHits () > fMaxNodes ) {
7979 if (this ->GetVerboseLevel () >= TRestStringOutput::REST_Verbose_Level::REST_Debug) {
80- cout << " TRestTrackReductionProcess. Merging track hits within a "
81- << " distance : " << distance << " mm" << endl;
80+ cout << " TRestTrackReductionProcess. Merging track hits within a " << " distance : " << distance
81+ << " mm" << endl;
8282 cout << " TRestTrackReductionProcess. Hits now : " << hits.GetNumberOfHits () << endl;
8383 }
8484
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ typedef struct CCtsp_branchobj {
258258} CCtsp_branchobj ;
259259
260260typedef struct CCtsp_cutnode {
261- #define CCtsp_CUT_INNODELIST (t ) ((t)& 4)
261+ #define CCtsp_CUT_INNODELIST (t ) ((t) & 4)
262262#define CCtsp_CUT_ROOT 0
263263#define CCtsp_CUT_PNODE 1
264264#define CCtsp_CUT_QNODE 2
You can’t perform that action at this time.
0 commit comments