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

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

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

revision 1.1.1.1 by mocchiut, Tue Sep 23 07:20:25 2008 UTC revision 1.4 by mocchiut, Thu Dec 24 11:20:54 2009 UTC
# Line 1  Line 1 
1   /** @file   /** @file
2   * $Source: /repository/PamOffLineSW/techmodel/PhysicsReader.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/PhysicsReader.cpp,v $
3   * $Id: PhysicsReader.cpp,v 1.9 2008-03-04 18:09:31 messineo Exp $   * $Id: PhysicsReader.cpp,v 1.3 2009/12/24 10:31:15 mocchiut Exp $
4   * $Author: messineo $   * $Author: mocchiut $
5   *   *
6   * Implementation of the LogReader class.   * Implementation of the LogReader class.
7  * ToBeDone:  * ToBeDone:
# Line 69  void PhysicsReader::PKT_RunEvent(char* s Line 69  void PhysicsReader::PKT_RunEvent(char* s
69          int EventNumber = 0;          int EventNumber = 0;
70      /*-----------------*/      /*-----------------*/
71      //passo packetData a tutti i reader dei vari rivelatori      //passo packetData a tutti i reader dei vari rivelatori
72            //      cout << " 1" << endl;
73      triggerReader->RunEvent(EventNumber, subData, dataLenght);          triggerReader->RunEvent(EventNumber, subData, dataLenght);    
74        //  cout << " 2" << endl;
75      tofReader->RunEvent(EventNumber, subData, dataLenght);      tofReader->RunEvent(EventNumber, subData, dataLenght);
76        //  cout << " 3" << endl;
77      trackerReader->RunEvent(EventNumber, subData, dataLenght);      trackerReader->RunEvent(EventNumber, subData, dataLenght);
78        //  cout << " 4" << endl;
79      anticounterReader->RunEvent(EventNumber, subData, dataLenght);      anticounterReader->RunEvent(EventNumber, subData, dataLenght);
80        //  cout << " 5" << endl;
81      calorimeterReader->RunEvent(EventNumber, subData, dataLenght);      calorimeterReader->RunEvent(EventNumber, subData, dataLenght);
82        //  cout << " 6" << endl;
83        neutronReader->RunEvent(EventNumber, subData, dataLenght); // Emiliano!
84        //  cout << " 7" << endl;
85      s4Reader->RunEvent(EventNumber, subData, dataLenght);      s4Reader->RunEvent(EventNumber, subData, dataLenght);
86        //  cout << " 8" << endl;
87    //  if(...)    //  if(...)
88     //   throw WrongCRCException_PKTUsed("asdsadas");     //   throw WrongCRCException_PKTUsed("asdsadas");
89    
# Line 85  void PhysicsReader::PKT_RunEvent(char* s Line 94  void PhysicsReader::PKT_RunEvent(char* s
94   */   */
95  std::string PhysicsReader::GetVersionInfo(void) const {  std::string PhysicsReader::GetVersionInfo(void) const {
96    return    return
97      "$Header: /repository/PamOffLineSW/techmodel/PhysicsReader.cpp,v 1.9 2008-03-04 18:09:31 messineo Exp $\n";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/PhysicsReader.cpp,v 1.3 2009/12/24 10:31:15 mocchiut Exp $\n";
98  }  }
99    

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

  ViewVC Help
Powered by ViewVC 1.1.23