X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2FChangeLog;h=b822aa28e68dbdee149432f1b605621a0caaf748;hb=43208e3dddf3fb198b7afd1a5cda0fb104a942a5;hp=17f085a8bb9e77b00c5c95874f223b88c182199a;hpb=8056a1e4f0622ebfeb207436cc3a25fc7e9d8ca2;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/ChangeLog b/EVE/ChangeLog index 17f085a8bb9..b822aa28e68 100644 --- a/EVE/ChangeLog +++ b/EVE/ChangeLog @@ -1,3 +1,154 @@ +2007-08-06 Matevz Tadel + + * alice-macros/jetplane.C: + From Cesar: Macro to visualize jets. + +2007-08-02 Matevz Tadel + + * binalieve.pkg: + * binreve.pkg: + Remove linking against libTreeViewer, this dependency has been + removed in root head. + +2007-07-24 Matevz Tadel + + * binalieve.pkg: + * binreve.pkg: + Link also against libTreeViewer. + +2007-07-23 Matevz Tadel + + * alice-macros/kine_tracks.C: + New optional argument: Bool_t use_track_refs=kTRUE. + + * macros/trackcount_init.C: + Load ITS/TPC clusters instead of hits. + +2007-07-13 Matevz Tadel + + * alice-macros/tpc_clusters.C: + New macro from Jouri: display TPC clusters. + +2007-07-12 Matevz Tadel + + * alice-macros/clusters_from_index.C: + * alice-macros/esd_Cascade.C: + * alice-macros/esd_V0.C: + * alice-macros/esd_V0_points.C: + * alice-macros/esd_spd_tracklets.C: + * alice-macros/esd_tracks.C: + * alice-macros/primary_vertex.C: + * alice-macros/primary_vertex_tracks.C: + From Christian: AliESD -> AliESDEvent migration. + +2007-07-02 Matevz Tadel + + Removed tags EVE-head-after-merge and EVE-dev-after-merge. + Removed EVE-dev branch. + It will be recreated when needed. + + * binalieve.pkg: + * binreve.pkg: + Link also against libFTGL. + + * macros/reve_quad_test.C: + Improve test-function modularity. + +2007-06-27 Matevz Tadel + + Due to significant changes in the coming ROOT release + (reimplementation of GL-viewer) we'll probably have to split the + development again. + + Merge changes from HEAD to EVE-dev. + Tag HEAD: EVE-head-after-merge. + Tag EVE-dev: EVE-dev-after-merge. + +2007-06-26 Matevz Tadel + + * alice-macros/its_clusters.C: + Remove AliDebug stuff. + + * macros/alieve_init.C: + Use new Alieve::Event initialization. + +2007-06-22 Matevz Tadel + + * alice-macros/its_clusters.C: + * alice-macros/phos_clusters.C: + Use geometry from CDB. + + * macros/alieve_init.C: + Allow override of CDB storage. + +2007-06-19 Matevz Tadel + + * alice-macros/its_clusters.C: + Load misaligned-geometry.root not created any more. + +2007-06-18 Matevz Tadel + + * alice-macros/esd_spd_tracklets.C: + New macro: show SPD tracklets from AliMultiplicity. + + * alice-macros/its_clusters.C: + Added optional argument maxR. + +2007-06-13 Matevz Tadel + + * libAlieve.pkg: + Added TOF to EINCLUDES. + + * alice-macros/tof_digits.C: + * alice-macros/tof_digits_sector.C: + * alice-macros/tof_digits_strips.C: + From Annalisa: new macros for TOF digit visualization. + +2007-06-06 Matevz Tadel + + * alice-macros/init_trd.C: + From Alexandru: new version of TRD visualization. + +2007-05-30 Alja Mrak-Tadel + + * alice-macros/NLT_geo_demo.C: + * alice-macros/NLT_demo.C: + New files; macros to demonstrate non-linear projections. + +2007-05-31 Matevz Tadel + + * alice-macros/its_raw.C: + Added new argument event number and an option to accumulate + several events. + +2007-05-25 Matevz Tadel + + * alice-macros/its_raw.C: + New macro - load ITS raw data. + +2007-04-19 Matevz Tadel + + * alice-macros/emcal_digits.C: + Do not transpose rotation part of super-module matrix. + + * alice-macros/geom_phos.C: + Add common holder for all modules. + +2007-04-17 Matevz Tadel + + * alice-macros/emcal_digits.C: + Use the y-z mode of QuadSet to represent calo-cells. + + * alice-macros/geom_HMPID_tmp.C: + Remove file. + +2007-04-17 Matevz Tadel + + * alice-macros/t0_digits.C: + * alice-macros/t0_hits.C: + * alice-macros/t0_raw.C: + Alexey: new macros for T0 visualization. + 2007-04-11 Alja Mrak-Tadel * macros/reve_lineset_test.C: