/[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 5.0 - (hide annotations) (download)
Mon Aug 29 09:46:02 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00
Changes since 4.5: +1 -1 lines
File MIME type: text/plain
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

1 kusanagi 1.1 /** @file
2     * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $
3 kusanagi 5.0 * $Id: TBEndRun.h,v 4.5 2005/08/29 08:27:26 kusanagi Exp $
4 kusanagi 1.1 * $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     namespace pamela {
12     /**
13     * TBEndRun data Wrapper
14     */
15     class TBEndRun: public TObject {
16     private:
17    
18     public:
19    
20     UINT16 TB_ALARM_MASK;
21 kusanagi 4.1 UINT16 TB_PMT_MASK_S3;
22     UINT8 TB_PMT_MASK_S2;
23     UINT16 TB_PMT_MASK_S12;
24     UINT16 TB_PMT_MASK_S11;
25 kusanagi 1.1 UINT8 TB_S4_MASK;
26     UINT8 TB_CALO_MASK;
27     UINT32 TB_BUSY_MASK;
28     UINT8 TB_CALIB_FLAG;
29     UINT8 TB_S4_TRIG;
30     UINT8 TB_CALO_TRIG;
31     UINT8 TB_TOF_TRIG;
32    
33     TBEndRun(void);
34     ~TBEndRun(void){};
35 kusanagi 4.1 ClassDef(TBEndRun, 2)
36 kusanagi 1.1 };
37     }
38    
39     #endif /* TB_END_RUN_H */
40    

  ViewVC Help
Powered by ViewVC 1.1.23