/[PAMELA software]/chewbacca/PamOffLineSW/techmodel/EventReader.cpp
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/techmodel/EventReader.cpp

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

revision 1.3 by mocchiut, Fri Jul 24 13:53:45 2009 UTC revision 1.4 by mocchiut, Tue Aug 4 13:58:12 2009 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: mocchiut $   * $Author: mocchiut $
3   * $Date: 2008/11/04 09:44:36 $   * $Date: 2009/07/24 13:53:45 $
4   * $Revision: 1.2 $   * $Revision: 1.3 $
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 184  int EventReader::PKT_RunEvent(char* head Line 184  int EventReader::PKT_RunEvent(char* head
184                  // catch (NotExistingAlgorithmException exc) {}                  // catch (NotExistingAlgorithmException exc) {}
185    
186                  Run->FillTrees(type);                  Run->FillTrees(type);
187                    //              cout << Header->GetCounter()->Get(type) << endl;
188                  Header->GetCounter()->Increment(type);                  Header->GetCounter()->Increment(type);
189                    //              cout << Header->GetCounter()->Get(type) << endl;
190          }          }
191          else          else
192          {          {
# Line 232  void EventReader::PKT_UnpackPscuHeader(c Line 234  void EventReader::PKT_UnpackPscuHeader(c
234   */   */
235  std::string EventReader::GetVersionInfo(void) const {  std::string EventReader::GetVersionInfo(void) const {
236          return          return
237      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/EventReader.cpp,v 1.2 2008/11/04 09:44:36 mocchiut Exp $\n";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/EventReader.cpp,v 1.3 2009/07/24 13:53:45 mocchiut Exp $\n";
238  }  }
239    
240    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23