/[PAMELA software]/yoda/event/tabDump/TabDumpEvent.h
ViewVC logotype

Diff of /yoda/event/tabDump/TabDumpEvent.h

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

revision 2.1.2.1 by kusanagi, Fri Mar 4 10:10:57 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC
# Line 1  Line 1 
1  #ifndef TABDUMP_EVENT_H  #ifndef TABDUMP_EVENT_H
2  #define TABDUMP_EVENT_H  #define TABDUMP_EVENT_H
3    
4  #include "event/tabDump/TabDumpRecord.h"  #include "TabDumpRecord.h"
5  #include <TClonesArray.h>  #include <TClonesArray.h>
6    
 using namespace std;  
   
7  namespace pamela {  namespace pamela {
8    /**    /**
9     * TabDumpEvent data Wrapper     * TabDumpEvent data Wrapper.
10       *
11       * The pamela::TabDumpEvent represents the TabDump packet generated by the PAMELA CPU software.
12       * It contains the values of the PAMELA CPU software's vectors written in Mass Memory between
13       * two storing operations.
14     */     */
15    class TabDumpEvent: public pamela::SubPacket {    class TabDumpEvent: public pamela::SubPacket {
16    private:    private:
17      static TClonesArray *fgRecords;      static TClonesArray *fgRecords;
18    public:    public:
19    
20      /**      /**
21       * Get the run name according to a certain run number.       * Contain multiple instances of pamela::TabDumpRecord type.
      * @param run Run number.  
      * @return a string with the run name.  
22       */       */
23      TClonesArray* Records;      TClonesArray*   Records;
24      UINT32        PARAMETER_STAMP;  
25            /**
26         * The Compilation Timestamp of the PAMELA CPU software.
27         */
28        UINT32          PARAMETER_STAMP;
29    
30      TabDumpEvent(void);      TabDumpEvent(void);
31      ~TabDumpEvent(void);      ~TabDumpEvent(void);
32            

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

  ViewVC Help
Powered by ViewVC 1.1.23