/[PAMELA software]/yoda/event/varDump/VarDumpRecord.h
ViewVC logotype

Diff of /yoda/event/varDump/VarDumpRecord.h

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

revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC revision 4.1 by kusanagi, Sat May 7 08:49:12 2005 UTC
# Line 7  Line 7 
7    
8  namespace pamela {  namespace pamela {
9    /**    /**
10     * VarDumpBlock data Wrapper     * VarDumpRecord data Wrapper
11       *
12       * Each pamela::VarDumpRecord is a CPU specific variable.
13     */     */
14    class VarDumpRecord: public TObject {    class VarDumpRecord: public TObject {
15    private:    private:
16            
17    public:    public:
18      /**      /**
19       * Get the run name according to a certain run number.       * The variable ID.
20       * @param run Run number.       */      
      * @return a string with the run name.  
      */  
       
21      UINT8  VAR_ID;      UINT8  VAR_ID;
22    
23        /**
24         * The variable value.
25         */  
26      UINT32 VAR_VALUE;      UINT32 VAR_VALUE;
27      VarDumpRecord(void);      VarDumpRecord(void);
28      ~VarDumpRecord(void){};      ~VarDumpRecord(void){};

Legend:
Removed from v.4.0  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23