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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (hide annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_2/01, YODA4_2/00
Changes since 3.0: +0 -0 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 kusanagi 1.1 #ifndef TABDUMP_EVENT_H
2     #define TABDUMP_EVENT_H
3    
4     #include "event/tabDump/TabDumpRecord.h"
5     #include <TClonesArray.h>
6    
7     using namespace std;
8    
9     namespace pamela {
10     /**
11     * TabDumpEvent data Wrapper
12     */
13     class TabDumpEvent: public pamela::SubPacket {
14     private:
15     static TClonesArray *fgRecords;
16     public:
17     /**
18     * Get the run name according to a certain run number.
19     * @param run Run number.
20     * @return a string with the run name.
21     */
22 kusanagi 2.2 TClonesArray* Records;
23     UINT32 PARAMETER_STAMP;
24    
25 kusanagi 1.1 TabDumpEvent(void);
26     ~TabDumpEvent(void);
27    
28     ClassDef(TabDumpEvent, 1)
29     };
30     }
31    
32     #endif /* TABDUMP_EVENT_H */
33    

  ViewVC Help
Powered by ViewVC 1.1.23