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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Thu Sep 25 09:03:27 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r02, v1r00, v1r01, v10RED, v9r00, v9r01, HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/plain
More Makefiles tuning + new variables in GL_RUN*

1 mocchiut 1.1 /** @file
2 mocchiut 1.2 * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/endrun/TBEndRun.h,v $
3 mocchiut 1.3 * $Id: TBEndRun.h,v 1.2 2008/09/24 15:17:29 mocchiut Exp $
4 mocchiut 1.2 * $Author: mocchiut $
5 mocchiut 1.1 *
6     * Header file for the TBEndRun class.
7     */
8     #ifndef TB_END_RUN_H
9     #define TB_END_RUN_H
10     #include "../SubPacket.h"
11     namespace pamela {
12     /**
13     * TBEndRun data Wrapper
14     */
15     class TBEndRun: public TObject {
16     private:
17    
18     public:
19    
20 mocchiut 1.2 UINT32 TB_ALARM_MASK;
21     UINT32 TB_PMT_MASK_S3S2S12;
22     UINT32 TB_PMT_MASK_S11CRC;
23     UINT16 TB_S4_CAL_MASK;
24 mocchiut 1.1 UINT32 TB_BUSY_MASK;
25 mocchiut 1.2 UINT32 TB_TRIG_CONF;
26 mocchiut 1.1
27     TBEndRun(void);
28     ~TBEndRun(void){};
29 mocchiut 1.3 ClassDef(TBEndRun, 3)
30 mocchiut 1.1 };
31     }
32    
33     #endif /* TB_END_RUN_H */
34    

  ViewVC Help
Powered by ViewVC 1.1.23