/[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.4 by mocchiut, Thu Dec 24 11:20:54 2009 UTC revision 1.5 by mocchiut, Thu Feb 11 09:02:12 2010 UTC
# Line 1  Line 1 
1   /** @file   /** @file
2   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/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.3 2009/12/24 10:31:15 mocchiut Exp $   * $Id: PhysicsReader.cpp,v 1.4 2009/12/24 11:20:54 mocchiut Exp $
4   * $Author: mocchiut $   * $Author: mocchiut $
5   *   *
6   * Implementation of the LogReader class.   * Implementation of the LogReader class.
# Line 51  PhysicsReader::PhysicsReader(void): Line 51  PhysicsReader::PhysicsReader(void):
51   */   */
52  void PhysicsReader::Init(PamelaRun *run)  void PhysicsReader::Init(PamelaRun *run)
53  {            {          
54      //    printf(" physics reader in \n");
55          trackerReader->Init(run);          trackerReader->Init(run);
56      anticounterReader->Init(run);      anticounterReader->Init(run);
57      calorimeterReader->Init(run);      calorimeterReader->Init(run);
# Line 58  void PhysicsReader::Init(PamelaRun *run) Line 59  void PhysicsReader::Init(PamelaRun *run)
59      s4Reader->Init(run);      s4Reader->Init(run);
60      tofReader->Init(run);      tofReader->Init(run);
61      triggerReader->Init(run);        triggerReader->Init(run);  
62        //  printf(" physics reader out \n");
63      ////run->WriteSubPacket(this, &physicsEvent, physicsEvent->Class());      ////run->WriteSubPacket(this, &physicsEvent, physicsEvent->Class());
64  }  }
65    
# Line 94  void PhysicsReader::PKT_RunEvent(char* s Line 96  void PhysicsReader::PKT_RunEvent(char* s
96   */   */
97  std::string PhysicsReader::GetVersionInfo(void) const {  std::string PhysicsReader::GetVersionInfo(void) const {
98    return    return
99      "$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";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/PhysicsReader.cpp,v 1.4 2009/12/24 11:20:54 mocchiut Exp $\n";
100  }  }
101    

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

  ViewVC Help
Powered by ViewVC 1.1.23