Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by mocchiut, Fri Jun 6 11:24:00 2014 UTC | revision 1.4 by pam-ts, Thu Jul 24 12:39:50 2014 UTC | |
|---|---|---|
| # | Line 190 void ExtTrack::Set( TrkTrack& t , int in | Line 190 void ExtTrack::Set( TrkTrack& t , int in |
| 190 | Clear();//deallocate vectors | Clear();//deallocate vectors |
| 191 | cout << "SetDimension("<<t.GetNhit()<<")"<<endl; | cout << "SetDimension("<<t.GetNhit()<<")"<<endl; |
| 192 | SetDimension(t.GetNhit()); //allocate vectors | SetDimension(t.GetNhit()); //allocate vectors |
| 193 | // }else{ | |
| 194 | // SetDimension(6+index); | |
| 195 | } | } |
| 196 | // default fit settings (the same as TrkTrack) | // default fit settings (the same as TrkTrack) |
| 197 | SetMiniDefault(); | SetMiniDefault(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |