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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1 - (show annotations) (download)
Fri Dec 3 22:04:49 2004 UTC (20 years ago) by kusanagi
Branch: MAIN
Changes since 2.0: +0 -1 lines
File MIME type: text/plain
*** empty log message ***

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 TClonesArray* Records;
23
24 TabDumpEvent(void);
25 ~TabDumpEvent(void);
26
27 ClassDef(TabDumpEvent, 1)
28 };
29 }
30
31 #endif /* TABDUMP_EVENT_H */
32

  ViewVC Help
Powered by ViewVC 1.1.23