/[PAMELA software]/yoda/event/arrDump/ArrDumpEvent.h
ViewVC logotype

Annotation of /yoda/event/arrDump/ArrDumpEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.0.2.1 - (hide annotations) (download)
Fri Mar 4 10:10:45 2005 UTC (19 years, 9 months ago) by kusanagi
Changes since 2.0: +1 -0 lines
File MIME type: text/plain
Added new parameter PARAMETER_STAMP

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

  ViewVC Help
Powered by ViewVC 1.1.23