We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193c3e0 commit d66fba6Copy full SHA for d66fba6
src/DetectorK/DetectorK.cxx
@@ -461,11 +461,11 @@ void DetectorK::PrintLayout(Bool_t full) {
461
if (tmp->phiRes==RIDICULOUS)
462
printf(" - ");
463
else
464
- printf("%3.0f ",tmp->phiRes*10000);
+ printf("%3.2f ",tmp->phiRes*10000);
465
if (tmp->zRes==RIDICULOUS)
466
printf(" -");
467
468
- printf("%3.0f",tmp->zRes*10000);
+ printf("%3.2f",tmp->zRes*10000);
469
470
471
printf("\t -\n");
0 commit comments