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

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

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

revision 1.17 by pam-ts, Wed Jun 4 07:57:04 2014 UTC revision 1.18 by pam-ts, Mon Jun 23 08:34:18 2014 UTC
# Line 17  TrkProcess::TrkProcess(){ Line 17  TrkProcess::TrkProcess(){
17      geth  = 0;      geth  = 0;
18      get2  = 1;      get2  = 1;
19      gete  = 1;      gete  = 1;
20        gete_ncheck = 10;
21      getn  = 1;      getn  = 1;
22      extAlgID = 202;      extAlgID = 202;
23      standalone = false;      standalone = false;
# Line 69  TrkProcess::TrkProcess(ULong64_t run, TF Line 70  TrkProcess::TrkProcess(ULong64_t run, TF
70      get2 = 1;      get2 = 1;
71      geth = 0;      geth = 0;
72      gete = 1;      gete = 1;
73        gete_ncheck = 10;
74      getn = 1;      getn = 1;
75      extAlgID = 202;      extAlgID = 202;
76      standalone = false;      standalone = false;
# Line 172  int TrkProcess::HandleCustomPar(int ncus Line 174  int TrkProcess::HandleCustomPar(int ncus
174              continue;              continue;
175          }            }  
176          // -----------------------------------------------------//              // -----------------------------------------------------//    
177            if (!strcmp(vcustom[i], "-extalg-check")){
178                if (++i >= ncustom) throw -3;
179                gete_ncheck = atoi(vcustom[i]);
180                continue;
181            }  
182            // -----------------------------------------------------//    
183          if (!strcmp(vcustom[i], "--dontgetn") ||!strcmp(vcustom[i], "--dontget-nuclei") ){          if (!strcmp(vcustom[i], "--dontgetn") ||!strcmp(vcustom[i], "--dontget-nuclei") ){
184              getn = 0;              getn = 0;
185              continue;              continue;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.23