Skip to content
Snippets Groups Projects
Commit 5db07b28 authored by Rene Brun's avatar Rene Brun
Browse files

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
parent 7cab011c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment