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

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

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

revision 1.19 by pam-fi, Tue Nov 27 11:43:50 2007 UTC revision 1.20 by pam-fi, Tue Jan 15 14:29:46 2008 UTC
# Line 37  float  TrkParams::init__pfa_e234ax[]   = Line 37  float  TrkParams::init__pfa_e234ax[]   =
37  float  TrkParams::init__pfa_e234ay[]   = {0.,20.,90.,90.,90.,90.};  float  TrkParams::init__pfa_e234ay[]   = {0.,20.,90.,90.,90.,90.};
38  double TrkParams::init__deltab_0       = 0.;  double TrkParams::init__deltab_0       = 0.;
39  double TrkParams::init__deltab_1       = 0.;  double TrkParams::init__deltab_1       = 0.;
40    double TrkParams::init__dlt            = 1.e-5;
41    
42  TrkParams::TrkParams(){  TrkParams::TrkParams(){
43    
# Line 909  void TrkParams::SetDeltaB(int id,double Line 910  void TrkParams::SetDeltaB(int id,double
910      if(id==1)init__deltab_1 = db;      if(id==1)init__deltab_1 = db;
911      SetDeltaB(); //fill F77 common      SetDeltaB(); //fill F77 common
912  };  };
913    /**
914     * \brief Set DLT-grkuta precision factor (default 1.e-4)
915     */
916    void TrkParams::SetDLT(double fact){
917        init__dlt               = fact;
918        SetDLT(); //fill F77 common
919    };
920    
921  /**  /**
922   * \brief Fill F77 commons with PFA settings   * \brief Fill F77 commons with PFA settings

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.23