/[PAMELA software]/yoda/event/endrun/TBEndRun.h
ViewVC logotype

Annotation of /yoda/event/endrun/TBEndRun.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Mar 3 12:46:22 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
File MIME type: text/plain
New version of Physics EndRun with more structured data parameters

1 kusanagi 1.1 /** @file
2     * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $
3     * $Id: TBEndRun.h,v 2.2 2004/12/03 22:04:14 kusanagi Exp $
4     * $Author: kusanagi $
5     *
6     * Header file for the TBEndRun class.
7     */
8     #ifndef TB_END_RUN_H
9     #define TB_END_RUN_H
10    
11     #include "event/SubPacket.h"
12     namespace pamela {
13     /**
14     * TBEndRun data Wrapper
15     */
16     class TBEndRun: public TObject {
17     private:
18    
19     public:
20    
21     UINT16 TB_ALARM_MASK;
22     UINT8 TB_S4_MASK;
23     UINT8 TB_CALO_MASK;
24     UINT32 TB_BUSY_MASK;
25     UINT8 TB_CALIB_FLAG;
26     UINT8 TB_S4_TRIG;
27     UINT8 TB_CALO_TRIG;
28     UINT8 TB_TOF_TRIG;
29    
30     TBEndRun(void);
31     ~TBEndRun(void){};
32     ClassDef(TBEndRun, 1)
33     };
34     }
35    
36     #endif /* TB_END_RUN_H */
37    

  ViewVC Help
Powered by ViewVC 1.1.23