/[PAMELA software]/chewbacca/YodaProfiler/inc/GLTables.h
ViewVC logotype

Diff of /chewbacca/YodaProfiler/inc/GLTables.h

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:32 2008 UTC revision 1.2 by mocchiut, Thu Sep 25 09:03:17 2008 UTC
# Line 100  class GL_RUN : public GL_TABLES { Line 100  class GL_RUN : public GL_TABLES {
100      UInt_t CAL_DSP_MASK;      UInt_t CAL_DSP_MASK;
101      UInt_t LAST_TIMESYNC;      UInt_t LAST_TIMESYNC;
102      UInt_t OBT_TIMESYNC;      UInt_t OBT_TIMESYNC;
103        UInt_t PHYSENDRUN_MASK_S3S2S12;
104        UInt_t PHYSENDRUN_MASK_S11CRC;
105      UInt_t VALIDATION;      UInt_t VALIDATION;
106      //      //
107      //      //
# Line 155  class GL_RUN : public GL_TABLES { Line 157  class GL_RUN : public GL_TABLES {
157      void SetRM_ACQ_SETTING_MODE(UInt_t);      void SetRM_ACQ_SETTING_MODE(UInt_t);
158      void SetTRK_CALIB_USED(UInt_t);      void SetTRK_CALIB_USED(UInt_t);
159      void SetCAL_DSP_MASK(UInt_t);      void SetCAL_DSP_MASK(UInt_t);
160        void SetPHYSENDRUN_MASK_S3S2S12(UInt_t);
161        void SetPHYSENDRUN_MASK_S11CRC(UInt_t);
162      //      //
163      // GETTERS      // GETTERS
164      //      //
# Line 184  class GL_RUN : public GL_TABLES { Line 188  class GL_RUN : public GL_TABLES {
188      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};
189      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};
190      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};
191        UInt_t GetPHYSENDRUN_MASK_S3S2S12(){return (PHYSENDRUN_MASK_S3S2S12);};
192        UInt_t GetPHYSENDRUN_MASK_S11CRC(){return (PHYSENDRUN_MASK_S11CRC);};
193      //      //
194      GL_RUN* GetGL_RUN(){return this;};      GL_RUN* GetGL_RUN(){return this;};
195      //      //
196      ClassDef(GL_RUN,1);      ClassDef(GL_RUN,2);
197  };  };
198    
199  // ==================================================================  // ==================================================================

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

  ViewVC Help
Powered by ViewVC 1.1.23