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

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

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

revision 2.1.2.1 by kusanagi, Fri Mar 4 10:11:09 2005 UTC revision 4.1 by kusanagi, Sat May 7 08:49:12 2005 UTC
# Line 8  using namespace std; Line 8  using namespace std;
8    
9  namespace pamela {  namespace pamela {
10    /**    /**
11     * VarDumpEvent data Wrapper     * VarDumpEvent data Wrapper.
12       *
13       * The pamela::VarDumpEvent represents the VarDump packet generated by the PAMELA CPU software.
14       * It contains the values of the PAMELA CPU software's vectors written in Mass Memory between
15       * two storing operations.
16     */     */
17    class VarDumpEvent: public pamela::SubPacket {    class VarDumpEvent: public pamela::SubPacket {
18    private:    private:
19      static TClonesArray *fgRecords;      static TClonesArray *fgRecords;
20    public:    public:
21      
22      /**      /**
23       * Get the run name according to a certain run number.       * Contain multiple instances of pamela::VarDumpRecord type.
      * @param run Run number.  
      * @return a string with the run name.  
24       */       */
25      TClonesArray* Records;      TClonesArray*   Records;
26      UINT32        PARAMETER_STAMP;  
27            /**
28         * The Compilation Timestamp of the PAMELA CPU software.
29         */
30        UINT32          PARAMETER_STAMP;
31    
32      VarDumpEvent(void);      VarDumpEvent(void);
33      ~VarDumpEvent(void);      ~VarDumpEvent(void);
34            

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

  ViewVC Help
Powered by ViewVC 1.1.23