/[PAMELA software]/DarthVader/TrackerLevel2/src/TrkLevel2.cpp
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/src/TrkLevel2.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by pam-fi, Thu Jan 11 10:20:58 2007 UTC revision 1.22 by pam-fi, Mon Jan 15 12:49:05 2007 UTC
# Line 79  TrkTrack::TrkTrack(const TrkTrack& t){ Line 79  TrkTrack::TrkTrack(const TrkTrack& t){
79          dedx_x[ip] = t.dedx_x[ip];          dedx_x[ip] = t.dedx_x[ip];
80          dedx_y[ip] = t.dedx_y[ip];          dedx_y[ip] = t.dedx_y[ip];
81      };      };
82      clx = new TRefArray(*(t.clx));      clx = 0;
83      cly = new TRefArray(*(t.cly));      cly = 0;
84        if(t.clx)clx = new TRefArray(*(t.clx));
85        if(t.cly)cly = new TRefArray(*(t.cly));
86                    
87  };  };
88  //--------------------------------------  //--------------------------------------

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.23