Skip to content

Commit 43b9277

Browse files
committed
No tab will be left unpurged.
1 parent a7ed955 commit 43b9277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCValidation/lifetime_plots.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class lifetime_plots {
3131
{
3232
cout << " - Decay = " << p->decayVtx()->v4().T()*0.001 << endl;
3333
cout << " - Prod = " << p->prodVtx()->v4().T()*0.001 << endl;
34-
cout << " -- diff = " << p->decayVtx()->v4().T()*0.001 - p->prodVtx()->v4().T()*0.001 << endl;
34+
cout << " -- diff = " << p->decayVtx()->v4().T()*0.001 - p->prodVtx()->v4().T()*0.001 << endl;
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)