/[PAMELA software]/chewbacca/PamOffLineSW/PacketUser.cpp
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/PacketUser.cpp

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

revision 1.20 by mocchiut, Tue Mar 27 09:50:34 2012 UTC revision 1.21 by mocchiut, Tue May 15 14:04:36 2012 UTC
# Line 1  Line 1 
1  //============================================================================  //============================================================================
2  // $Id: PacketUser.cpp,v 1.19 2010/02/16 13:38:12 mocchiut Exp $  // $Id: PacketUser.cpp,v 1.20 2012/03/27 09:50:34 mocchiut Exp $
3  // Description :  // Description :
4  //============================================================================  //============================================================================
5  #include "PacketUser.h"  #include "PacketUser.h"
# Line 445  void PacketUser::setTimeSync(char* packe Line 445  void PacketUser::setTimeSync(char* packe
445      //    printf(" Pointer to Mcmd obj is %p \n",reader->GetPtr("Mcmd"));      //    printf(" Pointer to Mcmd obj is %p \n",reader->GetPtr("Mcmd"));
446    
447      UInt_t recEntries = 0;      UInt_t recEntries = 0;
448      Double_t minimum = 0.;      //    Double_t minimum = 0.;
449      Double_t maximum = 0.;      //    Double_t maximum = 0.;
450      Double_t minimum2 = 0.;      //    Double_t minimum2 = 0.;
451      Double_t maximum2 = 0.;      Double_t maximum2 = 0.;
452      UInt_t TSYNC = 0;      UInt_t TSYNC = 0;
453      UInt_t OBT = 0;      UInt_t OBT = 0;
# Line 457  void PacketUser::setTimeSync(char* packe Line 457  void PacketUser::setTimeSync(char* packe
457      pamela::McmdRecord *mcrc = 0;      pamela::McmdRecord *mcrc = 0;
458      TArrayC *mcmddata = 0;      TArrayC *mcmddata = 0;
459      //      //
460      minimum = numeric_limits<Double_t>::max();      //    minimum = numeric_limits<Double_t>::max();
461      maximum = numeric_limits<Double_t>::min();      //    maximum = numeric_limits<Double_t>::min();
462      minimum2 = numeric_limits<Double_t>::max();      //    minimum2 = numeric_limits<Double_t>::max();
463      maximum2 = numeric_limits<Double_t>::min();      maximum2 = numeric_limits<Double_t>::min();
464      //      //
465      recEntries = mc->Records->GetEntries();      recEntries = mc->Records->GetEntries();

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.23