/[PAMELA software]/yoda/techmodel/EventReader.cpp
ViewVC logotype

Diff of /yoda/techmodel/EventReader.cpp

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

revision 2.0 by kusanagi, Tue Sep 21 20:50:54 2004 UTC revision 2.1 by kusanagi, Wed Sep 22 13:14:03 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2004/09/21 20:24:33 $   * $Date: 2004/09/21 20:50:54 $
4   * $Revision: 1.10 $   * $Revision: 2.0 $
5   *   *
6   * Implementation of the functions of a sample Algorithm class.   * Implementation of the functions of a sample Algorithm class.
7   * This file can be used as a templace to develop your own algorithm.   * This file can be used as a templace to develop your own algorithm.
# Line 86  EventReader::EventReader(int packetsLimi Line 86  EventReader::EventReader(int packetsLimi
86   */   */
87  std::string EventReader::GetVersionInfo(void) const {  std::string EventReader::GetVersionInfo(void) const {
88    return    return
89      "$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 1.10 2004/09/21 20:24:33 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 2.0 2004/09/21 20:50:54 kusanagi Exp $\n";
90  }  }
91    
92  /**  /**
# Line 156  void EventReader::RunEvent(int EventNumb Line 156  void EventReader::RunEvent(int EventNumb
156        //This have to be more detailed. More exceptions type are needed.        //This have to be more detailed. More exceptions type are needed.
157        logger->error("Couldn't read the event. Skipping to the next header.");        logger->error("Couldn't read the event. Skipping to the next header.");
158      }      }
159      if ((step%1000) == 0) std::cout << step << "K \n";      if ((step%1000) == 0) std::cout << step/1000 << "K \n";
160    }    }
161      Header->GetCounter()->PrintCounters();      Header->GetCounter()->PrintCounters();
162  }  }

Legend:
Removed from v.2.0  
changed lines
  Added in v.2.1

  ViewVC Help
Powered by ViewVC 1.1.23