We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ed955 commit 43b9277Copy full SHA for 43b9277
MCValidation/lifetime_plots.h
@@ -31,7 +31,7 @@ class lifetime_plots {
31
{
32
cout << " - Decay = " << p->decayVtx()->v4().T()*0.001 << endl;
33
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;
+ cout << " -- diff = " << p->decayVtx()->v4().T()*0.001 - p->prodVtx()->v4().T()*0.001 << endl;
35
}
36
37
0 commit comments