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

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

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

revision 1.19 by pam-fi, Tue Aug 7 13:56:28 2007 UTC revision 1.20 by pam-fi, Mon Aug 20 15:47:57 2007 UTC
# Line 909  float* TrkLevel1::GetPfaAbs(TString pfa, Line 909  float* TrkLevel1::GetPfaAbs(TString pfa,
909   * NB If the TrkLevel1 object is readout from a tree, and the   * NB If the TrkLevel1 object is readout from a tree, and the
910   * TrkLevel1::ProcessEvent(int pfa) is used to reprocess the event, attention   * TrkLevel1::ProcessEvent(int pfa) is used to reprocess the event, attention
911   * should be payed to the fact that single clusters (clusters not associated   * should be payed to the fact that single clusters (clusters not associated
912   * with any track) might not be stored. Full reprocessing should be done from   * with any track) might not be stored. Full reprocessing should be done starting
913   * level0 data.   * from level0 data.
914   */   */
915  int TrkLevel1::ProcessEvent(int pfa){  //int TrkLevel1::ProcessEvent(int pfa){
916    int TrkLevel1::ProcessEvent(){
917    
918  //    cout << "int TrkLevel1::ProcessEvent()" << endl;  //    cout << "int TrkLevel1::ProcessEvent()" << endl;
919      TrkParams::Load( );      TrkParams::Load( );
# Line 921  int TrkLevel1::ProcessEvent(int pfa){ Line 922  int TrkLevel1::ProcessEvent(int pfa){
922      GetLevel1Struct();      GetLevel1Struct();
923    
924  //    analysisflight_(&pfa);  //    analysisflight_(&pfa);
925      TrkParams::SetPFA(pfa);  //    TrkParams::SetPFA(pfa);
926      analysisflight_();      analysisflight_();
927    
928      return 1;      return 1;

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

  ViewVC Help
Powered by ViewVC 1.1.23