]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Missing initialization; fiddle with the track marker-style a bit more.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Mar 2007 19:36:27 +0000 (19:36 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Mar 2007 19:36:27 +0000 (19:36 +0000)
EVE/Reve/Track.cxx

index 0072e0156ac5d736c62e7fe4289047ac8cdb1382..3b929b29570dfd7e5a8549406baa179532c7585f 100644 (file)
@@ -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);