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) {
77
77
Double_t distance = fStartingDistance ;
78
78
while (distance < fMinimumDistance || hits.GetNumberOfHits () > fMaxNodes ) {
79
79
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;
82
82
cout << " TRestTrackReductionProcess. Hits now : " << hits.GetNumberOfHits () << endl;
83
83
}
84
84
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ typedef struct CCtsp_branchobj {
258
258
} CCtsp_branchobj ;
259
259
260
260
typedef struct CCtsp_cutnode {
261
- #define CCtsp_CUT_INNODELIST (t ) ((t)& 4)
261
+ #define CCtsp_CUT_INNODELIST (t ) ((t) & 4)
262
262
#define CCtsp_CUT_ROOT 0
263
263
#define CCtsp_CUT_PNODE 1
264
264
#define CCtsp_CUT_QNODE 2
You can’t perform that action at this time.
0 commit comments