/[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.26 by pam-fi, Fri Feb 16 14:56:01 2007 UTC revision 1.28 by pam-fi, Wed Feb 21 10:40:38 2007 UTC
# Line 304  void TrkTrack::LoadField(TString path){ Line 304  void TrkTrack::LoadField(TString path){
304  //     readb_();  //     readb_();
305    
306      TrkParams::Set(path,1);      TrkParams::Set(path,1);
307        TrkParams::Load(1);
308    
309  };  };
310    
# Line 450  void TrkTrack::FitReset(){ Line 451  void TrkTrack::FitReset(){
451          for(int j=0; j<5; j++) coval[i][j]=0.;          for(int j=0; j<5; j++) coval[i][j]=0.;
452      }      }
453  }  }
454    void TrkTrack::SetTrackingMode(int trackmode){
455        extern cMini2track track_;
456        track_.trackmode = trackmode;
457    }
458    
459  //--------------------------------------  //--------------------------------------
460  //  //
# Line 1087  void TrkLevel2::LoadField(TString path){ Line 1092  void TrkLevel2::LoadField(TString path){
1092  //     readb_();  //     readb_();
1093    
1094      TrkParams::Set(path,1);      TrkParams::Set(path,1);
1095        TrkParams::Load(1);
1096    
1097  //  //
1098  };  };

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.23