/[PAMELA software]/chewbacca/PamOffLineSW/physics/AnticounterReader.cpp
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/physics/AnticounterReader.cpp

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

revision 1.2 by mocchiut, Fri Sep 26 19:51:43 2008 UTC revision 1.3 by mocchiut, Tue Aug 4 13:58:09 2009 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/AnticounterReader.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/AnticounterReader.cpp,v $
3   * $Id: AnticounterReader.cpp,v 1.1.1.1 2008/09/23 07:20:22 mocchiut Exp $   * $Id: AnticounterReader.cpp,v 1.2 2008/09/26 19:51:43 mocchiut Exp $
4   * $Author: mocchiut $   * $Author: mocchiut $
5   *   *
6   * Implementation of the AnticounterReader class.   * Implementation of the AnticounterReader class.
# Line 31  AnticounterReader::AnticounterReader(voi Line 31  AnticounterReader::AnticounterReader(voi
31   */   */
32  std::string AnticounterReader::GetVersionInfo(void) const {  std::string AnticounterReader::GetVersionInfo(void) const {
33    return    return
34      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/AnticounterReader.cpp,v 1.1.1.1 2008/09/23 07:20:22 mocchiut Exp $";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/AnticounterReader.cpp,v 1.2 2008/09/26 19:51:43 mocchiut Exp $";
35  }  }
36    
37  /**  /**
# Line 58  void AnticounterReader::RunEvent(int Eve Line 58  void AnticounterReader::RunEvent(int Eve
58    
59          char *data = new char[length];          char *data = new char[length];
60          memcpy(data, subData, length);          memcpy(data, subData, length);
61          struct physicsstruct output[2] = {0};          struct physicsstruct output[2];// = {{0},{0}};
62    
63          //Call to the routine that unpack anitocounter events          //Call to the routine that unpack anitocounter events
64          //anticounter->ERROR = ACphysics(length, (unsigned char*) data, &(*output));          //anticounter->ERROR = ACphysics(length, (unsigned char*) data, &(*output));

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

  ViewVC Help
Powered by ViewVC 1.1.23