From 5db07b286a2d4f55420dbfd96f4f0eaaffdc5d48 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Mon, 1 Oct 2007 15:41:06 +0000
Subject: [PATCH] Use the new option [0,0,6] in the Double32_t specification
 for the member fClosestDistance.

git-svn-id: http://root.cern.ch/svn/root/trunk@20157 27541ba8-7e3a-0410-8455-c3a389f83636
---
 test/Event.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Event.h b/test/Event.h
index 7c038e1c62b..5e5dccc12b5 100644
--- a/test/Event.h
+++ b/test/Event.h
@@ -106,10 +106,10 @@ private:
    Int_t          fNseg;              //Number of track segments
    Int_t          fNvertex;
    UInt_t         fFlag;
-   Double32_t     fTemperature;
+   Double32_t     fTemperature;       
    Int_t          fMeasures[10];
    Double32_t     fMatrix[4][4];
-   Double32_t    *fClosestDistance;   //[fNvertex][-10,10,16]
+   Double32_t    *fClosestDistance;   //[fNvertex][0,0,6]
    EventHeader    fEvtHdr;
    TClonesArray  *fTracks;            //->array with all tracks
    TRefArray     *fHighPt;            //array of High Pt tracks only
-- 
GitLab