X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Fhits_from_label.C;h=6349395eb18f61759d2b03673b843d92c4b22917;hb=a8600b566c7eec7b922865dad7bb85c615b6d349;hp=739d12b009db08d573e92ae8821b56f7ff9ea2a2;hpb=2cea06006d90b2abbf9f64db1b4b3e487a6f3b34;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/hits_from_label.C b/EVE/alice-macros/hits_from_label.C index 739d12b009d..6349395eb18 100644 --- a/EVE/alice-macros/hits_from_label.C +++ b/EVE/alice-macros/hits_from_label.C @@ -5,12 +5,12 @@ void hits_from_label(Int_t label=0) Reve::PointSet* h; Reve::LoadMacro("its_hits.C"); h = its_hits("fX:fY:fZ", Form("ITS.fTrack==%d", label)); - h->SetMarkerSize(5); + h->SetMarkerSize(1); Reve::LoadMacro("tpc_hits.C"); h = tpc_hits("TPC2.fArray.fR:TPC2.fArray.fFi:TPC2.fArray.fZ", Form("TPC2.fArray.fTrackID==%d", label)); - h->SetMarkerSize(5); + h->SetMarkerSize(1); gReve->Redraw3D(); }