/[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.10 by pam-fi, Thu May 24 16:45:48 2007 UTC revision 1.12 by pam-fi, Mon Aug 20 16:07:15 2007 UTC
# Line 24  UInt_t       TrkParams::trkparamtype[] = Line 24  UInt_t       TrkParams::trkparamtype[] =
24  GL_PARAM     TrkParams::gl[]           = {GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM()};  GL_PARAM     TrkParams::gl[]           = {GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM(),GL_PARAM()};
25  TString      TrkParams::glpath[]       = {"","","","","","",""};  TString      TrkParams::glpath[]       = {"","","","","","",""};
26  Bool_t       TrkParams::glload[]       = {false,false,false,false,false,false,false};  Bool_t       TrkParams::glload[]       = {false,false,false,false,false,false,false};
 cDbg         TrkParams::dbg_mode       = {0,0,0};  
27  // ----------------  // ----------------
28  // other parameters  // other parameters
29  // ----------------  // ----------------
30    cDbg   TrkParams::init__dbg_mode       = {0,0,0};
31  int    TrkParams::init__pfa            = 14;//COG4  int    TrkParams::init__pfa            = 14;//COG4
32  int    TrkParams::init__mini_trackmode = 0;  int    TrkParams::init__mini_trackmode = 0;
33  int    TrkParams::init__mini_istepmin  = 3;  int    TrkParams::init__mini_istepmin  = 3;
# Line 670  Bool_t TrkParams::Set( GL_RUN* glrun , T Line 670  Bool_t TrkParams::Set( GL_RUN* glrun , T
670          gl[index]     = q4;          gl[index]     = q4;
671          glpath[index] = q4.PATH+q4.NAME;          glpath[index] = q4.PATH+q4.NAME;
672          glload[index] = false;          glload[index] = false;
673          if(TrkParams::VerboseMode())cout << "<< set TrkParams type "<<type<<" >> (from DB) "<<endl;          if(TrkParams::VerboseMode())
674                cout << "<< set TrkParams type "<<type<<" from DB << RUN "<<glrun->ID<<endl;
675          return true;          return true;
676    
677      }      }
# Line 690  Bool_t TrkParams::Set( TString path , UI Line 691  Bool_t TrkParams::Set( TString path , UI
691    
692      gl[index].TYPE= type;      gl[index].TYPE= type;
693      glpath[index] = path;      glpath[index] = path;
694      if(TrkParams::VerboseMode())cout << "<< set TrkParams type "<<type<<" >> (from input) "<<endl;      if(TrkParams::VerboseMode())
695            cout << "<< set TrkParams type "<<type<<" from path << "<<path<<endl;
696      glload[index] = false;      glload[index] = false;
697    
698  //    return TrkParams::Load(type);  //    return TrkParams::Load(type);
# Line 962  void TrkParams::SetStepMin(int istepmin) Line 964  void TrkParams::SetStepMin(int istepmin)
964   * \brief Set p.f.a.   * \brief Set p.f.a.
965   *   *
966   * Implemented algorythms:   * Implemented algorythms:
967   * 0  ETA (default)   * 0  ETA
968   * 1  ---   * 1  ---
969   * 2  ETA2   * 2  ETA2
970   * 3  ETA3   * 3  ETA3
971   * 4  ETA4   * 4  ETA4
972     * 5  ETAL ==> ETA+LANDI
973   * 10 COG   * 10 COG
974   * 11 COG1   * 11 COG1
975   * 12 COG2   * 12 COG2

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23