]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Increased precision of drift velocity widget.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Jun 2006 18:31:11 +0000 (18:31 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Jun 2006 18:31:11 +0000 (18:31 +0000)
EVE/Alieve/TPCSector3DEditor.cxx

index 508084fbbadfac2a0f53508d8448971aa98bc176..e8745507616a13af0f4529d51eae55d9c718167f 100644 (file)
@@ -39,7 +39,7 @@ TPCSector3DEditor::TPCSector3DEditor(const TGWindow *p, Int_t id, Int_t width, I
     TGLabel *l = new TGLabel(f, "Drift Velocity factor:");
     f->AddFrame(l, new TGLayoutHints(kLHintsLeft | kLHintsCenterY, 25, 2, 1, 1));
     fDriftVel = new TGNumberEntry(f, 0., 6, -1,
-                       TGNumberFormat::kNESRealOne, TGNumberFormat::kNEAPositive,
+                       TGNumberFormat::kNESRealThree, TGNumberFormat::kNEAPositive,
                        TGNumberFormat::kNELLimitMinMax, 0.001, 1000.0);
     fDriftVel->GetNumberEntry()->SetToolTipText("Drift velocity factor.");
     f->AddFrame(fDriftVel, new TGLayoutHints(kLHintsLeft, 1, 1, 1, 1));