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; |
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 |
} |
} |
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); |
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 |