]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EVE/alice-macros/pmd_hits.C
Merge of EVE-dev branch.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jun 2008 23:58:36 +0000 (23:58 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jun 2008 23:58:36 +0000 (23:58 +0000)
commitfbc350a385f404d365ed56e92c6333b910b6a2e9
treefecc023c0242dd2f438d35b21057c7650bd9dff4
parent03c4a89dffe91158b77201de151d59a6d304beb2
Merge of EVE-dev branch.

From this point onward root-5.20 is required for compilation.

Major changes that might be relevant for developers having EVE related
code outside of AliRoot/EVE.

1. Remove calls to TEveElement::UpdateItems(). This method was
obsolete and has been removed.

2. Replace calls to TEveElement::GetNChildren() with
NumChildren(). The method has been renamed to use the same naming
conventions as other methods of the same type.

3. Remove all explisit casts to Color_t that were needed because of
overloading of color-setting functions (Color_t, Pixel_t). As this was
annoying, the methods taking Pixel_t were renamed to
SetXyzzPixel(Pixel_t).

4. Minor changes in internals of TGLViewer and its window-system
interface.
55 files changed:
EVE/EveBase/AliEveCosmicRayFitter.cxx
EVE/EveBase/AliEveEventManager.cxx
EVE/EveBase/AliEveTrackFitter.cxx
EVE/EveDet/AliEveFMDLoader.cxx
EVE/EveDet/AliEveITSModule.cxx
EVE/EveDet/AliEveITSModuleStepper.cxx
EVE/EveDet/AliEveMUONChamber.cxx
EVE/EveDet/AliEvePMDModule.cxx
EVE/EveDet/AliEveTOFSector.cxx
EVE/EveDet/AliEveTOFStrip.cxx
EVE/EveDet/AliEveTPCSectorViz.cxx
EVE/EveDet/AliEveTRDData.cxx
EVE/EveDet/AliEveTRDModuleImp.cxx
EVE/EveHLT/AliEveHOMERSource.cxx
EVE/EveHLT/AliEveHOMERSource.h
EVE/alice-macros/MUON_displayData.C
EVE/alice-macros/MUON_displaySimu.C
EVE/alice-macros/SplitGLView.C
EVE/alice-macros/acorde_hits.C
EVE/alice-macros/acorde_raw.C
EVE/alice-macros/clusters.C
EVE/alice-macros/emcal_hits.C
EVE/alice-macros/esd_Cascade.C
EVE/alice-macros/esd_V0.C
EVE/alice-macros/esd_V0_points.C
EVE/alice-macros/esd_tracks.C
EVE/alice-macros/fmd_hits.C
EVE/alice-macros/geom_gentle_trd.C
EVE/alice-macros/its_common_foos.C
EVE/alice-macros/its_hits.C
EVE/alice-macros/its_hits_layer_split.C
EVE/alice-macros/its_module_stepper.C
EVE/alice-macros/kine_tracks.C
EVE/alice-macros/pmd_digits.C
EVE/alice-macros/pmd_hits.C
EVE/alice-macros/pmd_raw.C
EVE/alice-macros/primary_vertex.C
EVE/alice-macros/primary_vertex_tracks.C
EVE/alice-macros/t0_hits.C
EVE/alice-macros/tof_digits.C
EVE/alice-macros/tof_digits_sector.C
EVE/alice-macros/tof_digits_strips.C
EVE/alice-macros/tof_hits.C
EVE/alice-macros/tof_raw.C
EVE/alice-macros/tpc_digits.C
EVE/alice-macros/tpc_hits.C
EVE/alice-macros/tpc_hits_charge_split.C
EVE/alice-macros/tpc_hits_eta_split.C
EVE/alice-macros/trd_friend_tracks.C
EVE/alice-macros/trd_hits.C
EVE/alice-macros/trd_hits_z_split.C
EVE/alice-macros/vzero_hits.C
EVE/hlt-macros/command_queue.C
EVE/hlt-macros/geom_hlt.C
EVE/hlt-macros/homer_display.C