From: mtadel Date: Thu, 8 Mar 2007 19:36:27 +0000 (+0000) Subject: Missing initialization; fiddle with the track marker-style a bit more. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=139b93bde2c590296a2f2bede4403cb33c803053;p=u%2Fmrichter%2FAliRoot.git Missing initialization; fiddle with the track marker-style a bit more. --- diff --git a/EVE/Reve/Track.cxx b/EVE/Reve/Track.cxx index 0072e0156ac..3b929b29570 100644 --- a/EVE/Reve/Track.cxx +++ b/EVE/Reve/Track.cxx @@ -391,9 +391,9 @@ ClassImp(Reve::TrackList) void TrackList::Init() { - fMarkerStyle = 4; + fMarkerStyle = 2; fMarkerColor = 4; - fMarkerSize = 0.4; + fMarkerSize = 0.6; if (fRnrStyle== 0) fRnrStyle = new TrackRnrStyle; SetMainColorPtr(&fRnrStyle->fColor); @@ -418,8 +418,9 @@ TrackList::TrackList(const Text_t* name, Int_t n_tracks, TrackRnrStyle* rs) : fTitle(), - fRnrStyle (rs), - fRnrTracks (kTRUE) + fRnrStyle (rs), + fRnrTracks (kTRUE), + fEditPathMarks (kFALSE) { Init(); SetName(name);