/[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.1.1 by mocchiut, Tue Sep 23 07:20:32 2008 UTC revision 1.3 by mocchiut, Thu Sep 25 12:13:52 2008 UTC
# Line 62  class GL_TABLES : public TObject { Line 62  class GL_TABLES : public TObject {
62  };  };
63    
64  // ==================================================================  // ==================================================================
65    
66  /**  /**
67   * \brief Class to store GL_RUN data   * \brief Class to store GL_RUN data
68   */   */
# Line 100  class GL_RUN : public GL_TABLES { Line 101  class GL_RUN : public GL_TABLES {
101      UInt_t CAL_DSP_MASK;      UInt_t CAL_DSP_MASK;
102      UInt_t LAST_TIMESYNC;      UInt_t LAST_TIMESYNC;
103      UInt_t OBT_TIMESYNC;      UInt_t OBT_TIMESYNC;
104        UInt_t PHYSENDRUN_MASK_S3S2S12;
105        UInt_t PHYSENDRUN_MASK_S11CRC;
106      UInt_t VALIDATION;      UInt_t VALIDATION;
107      //      //
108      //      //
# Line 155  class GL_RUN : public GL_TABLES { Line 158  class GL_RUN : public GL_TABLES {
158      void SetRM_ACQ_SETTING_MODE(UInt_t);      void SetRM_ACQ_SETTING_MODE(UInt_t);
159      void SetTRK_CALIB_USED(UInt_t);      void SetTRK_CALIB_USED(UInt_t);
160      void SetCAL_DSP_MASK(UInt_t);      void SetCAL_DSP_MASK(UInt_t);
161        void SetPHYSENDRUN_MASK_S3S2S12(UInt_t);
162        void SetPHYSENDRUN_MASK_S11CRC(UInt_t);
163      //      //
164      // GETTERS      // GETTERS
165      //      //
# Line 184  class GL_RUN : public GL_TABLES { Line 189  class GL_RUN : public GL_TABLES {
189      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};      UInt_t GetRM_ACQ_SETTING_MODE(){return(RM_ACQ_SETTING_MODE);};
190      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};      UInt_t GetTRK_CALIB_USED(){return(TRK_CALIB_USED);};
191      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};      UInt_t GetCAL_DSP_MASK(){return(CAL_DSP_MASK);};
192        UInt_t GetPHYSENDRUN_MASK_S3S2S12(){return (PHYSENDRUN_MASK_S3S2S12);};
193        UInt_t GetPHYSENDRUN_MASK_S11CRC(){return (PHYSENDRUN_MASK_S11CRC);};
194      //      //
195      GL_RUN* GetGL_RUN(){return this;};      GL_RUN* GetGL_RUN(){return this;};
196      //      //
197      ClassDef(GL_RUN,1);      ClassDef(GL_RUN,2);
198  };  };
199    
200  // ==================================================================  // ==================================================================

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

  ViewVC Help
Powered by ViewVC 1.1.23