From 6124fec9fcc1bed8f27fb40a6634a504b4eac2e3 Mon Sep 17 00:00:00 2001 From: mtadel Date: Mon, 17 Dec 2007 18:15:40 +0000 Subject: [PATCH] Increase the default of fMaxVal to 128. --- EVE/Alieve/TPCSectorViz.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EVE/Alieve/TPCSectorViz.cxx b/EVE/Alieve/TPCSectorViz.cxx index 7d7f7d7a295..0d37faeb9b1 100644 --- a/EVE/Alieve/TPCSectorViz.cxx +++ b/EVE/Alieve/TPCSectorViz.cxx @@ -32,7 +32,7 @@ TPCSectorViz::TPCSectorViz(const Text_t* n, const Text_t* t) : fMinTime (0), fMaxTime (450), fThreshold (5), - fMaxVal (80), + fMaxVal (128), fRnrInn (kTRUE), fRnrOut1 (kTRUE), -- 2.39.3