/[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.9 by pam-fi, Fri Apr 27 10:39:57 2007 UTC revision 1.10 by pam-fi, Mon May 14 11:03:06 2007 UTC
# Line 35  TrkProcess::TrkProcess(){ Line 35  TrkProcess::TrkProcess(){
35      file2 = "";      file2 = "";
36            
37      ostatus = 0;      ostatus = 0;
38    
39        TrkParams::SetTrackingMode();
40        TrkParams::SetPrecisionFactor();
41        TrkParams::SetStepMin();  
42        TrkParams::SetPFA();
43  };  };
44                    
45  /**  /**
# Line 80  TrkProcess::TrkProcess(ULong64_t run, TF Line 85  TrkProcess::TrkProcess(ULong64_t run, TF
85    
86      ostatus = 0;      ostatus = 0;
87                    
88        TrkParams::SetTrackingMode();
89        TrkParams::SetPrecisionFactor();
90        TrkParams::SetStepMin();  
91        TrkParams::SetPFA();
92    
93  };  };
94  /**  /**
95   * Set processing variables according to input custom parameters   * Set processing variables according to input custom parameters
# Line 191  void TrkProcess::ProcessEvent(TrkLevel0 Line 201  void TrkProcess::ProcessEvent(TrkLevel0
201      if(F77err < 0)throw F77err;      if(F77err < 0)throw F77err;
202      //      //
203  //    int pfa=0; //<<< ETA  //    int pfa=0; //<<< ETA
204      int pfa=14;//<<< COG4  //    int pfa=14;//<<< COG4
205      if(get2) analysisflight_(&pfa);  //    if(get2) analysisflight_(&pfa);
206        if(get2) analysisflight_();
207      //      //
208      ostatus = F77err;      ostatus = F77err;
209            

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

  ViewVC Help
Powered by ViewVC 1.1.23