/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkLevel0.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkLevel0.h

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

revision 1.5 by pam-fi, Tue Nov 25 14:41:35 2008 UTC revision 1.7 by pam-fi, Thu Aug 6 15:00:42 2009 UTC
# Line 38  class TrkLevel0 : public TObject{ Line 38  class TrkLevel0 : public TObject{
38      void SetFromLevel0Struct(){ SetFromLevel0Struct(&level0event_); };      void SetFromLevel0Struct(){ SetFromLevel0Struct(&level0event_); };
39            
40      bool FillADC();      bool FillADC();
41      bool GetCalibratedEvent( int, TGraph*, bool );      bool GetCalibratedEvent( int, TGraph* );
     bool GetCalibratedEvent( int iview, TGraph* gr){ return GetCalibratedEvent(iview,gr,true); };  
42      bool GetCalibratedEvent( int iview){ return GetCalibratedEvent(iview,NULL); };      bool GetCalibratedEvent( int iview){ return GetCalibratedEvent(iview,NULL); };
43    
44      void* GetPointerToTrackerEvent(){ return &yodaobj; };      void* GetPointerToTrackerEvent(){ return &yodaobj; };
# Line 59  class TrkLevel0 : public TObject{ Line 58  class TrkLevel0 : public TObject{
58   * \brief Struct to decode tracker words   * \brief Struct to decode tracker words
59   *   *
60   */   */
61  typedef struct trkword{  struct trkword{
62    int type;    int type;
63    int decode;    int decode;
64  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.23