/[PAMELA software]/yoda/event/tsbt/TsbTEvent.h
ViewVC logotype

Annotation of /yoda/event/tsbt/TsbTEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.2.1 - (hide annotations) (download)
Fri Mar 4 10:08:54 2005 UTC (19 years, 9 months ago) by kusanagi
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
New Tracker sensor board for Tracker temperature sensors

1 kusanagi 1.1 /** @file
2 kusanagi 1.1.2.1 * $Source: /home/cvsmanager/yoda/event/tsbt/TsbTEvent.h,v $
3     * $Id: TsbTEvent.h,v 1.1 2005/03/03 12:35:59 kusanagi Exp $
4 kusanagi 1.1 * $Author: kusanagi $
5     *
6     * Header file for the TsbTEvent class.
7     */
8     #ifndef TSBT_EVENT_H
9     #define TSBT_EVENT_H
10    
11     #include <vector>
12     #include "event/SubPacket.h"
13     #include "event/tsbt/TsbTRecord.h"
14     #include <TClonesArray.h>
15    
16     using namespace std;
17    
18     namespace pamela {
19     /**
20     * TsbTEvent data Wrapper
21     */
22     class TsbTEvent: public pamela::SubPacket {
23     private:
24     static TClonesArray *fgRecords;
25     public:
26    
27     TClonesArray* Records;
28    
29     TsbTEvent(void);
30     ~TsbTEvent(void);
31    
32     ClassDef(TsbTEvent, 1)
33     };
34     }
35    
36     #endif /* TSBT_EVENT_H */
37    

  ViewVC Help
Powered by ViewVC 1.1.23