From: mtadel Date: Tue, 6 Jun 2006 18:34:38 +0000 (+0000) Subject: Record changes. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=f56512b2c866f812ac48718d35bd6cebeec53b62 Record changes. --- diff --git a/EVE/Alieve/ChangeLog b/EVE/Alieve/ChangeLog index 973894d3a5a..8c973451f04 100644 --- a/EVE/Alieve/ChangeLog +++ b/EVE/Alieve/ChangeLog @@ -1,3 +1,26 @@ +2006-06-06 Matevz Tadel + + * TPCLoader.cxx: + * TPCLoader.h: + Added member for double sampling-rate fDoubleSR; copy + visualization parameter from 2D view when creating 3D view. + + * TPCLoaderEditor.cxx: + * TPCLoaderEditor.h: + Added control for double sampling-rate fDoubleSR. + + * TPCSector3DEditor.cxx: + Increased precision of drift velocity widget. + + * TPCSectorViz.cxx: + * TPCSectorViz.h: + Added method CopyVizParams(); reset transformation on sector id + change. + + * TPCSectorVizEditor.cxx: + * TPCSectorVizEditor.h: + Added button to control realistic positioning of the sector. + 2006-06-02 Matevz Tadel * LinkDef.h: diff --git a/EVE/ChangeLog b/EVE/ChangeLog index 2cdb431ed6e..24eea854042 100644 --- a/EVE/ChangeLog +++ b/EVE/ChangeLog @@ -1,3 +1,20 @@ +2006-06-06 Matevz Tadel + + * alice-macros/geom_ddip.C: + New file, display DDIP volume. + + * alice-macros/primary_vertex.C: + New file, display reconstructed primary vertex. + + * alice-macros/region_marker.C: + Added separate y, z box dimensions. + + * macros/alieve_init.C: + Initialize event only if path is non-zero. + + * test-macros/tpc_gui.C: + Set double sampling-rate on by default. + 2006-06-02 Matevz Tadel * test-macros/tpc_gui.C: