/[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.2 - (hide annotations) (download)
Wed Sep 24 15:17:29 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: MAIN
Changes since 1.1: +8 -14 lines
File MIME type: text/plain
PhysEndRun trigger data unpack upgrade

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     * $Id: TBEndRun.h,v 1.1.1.1 2008/09/23 07:20:02 mocchiut Exp $
4     * $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     ClassDef(TBEndRun, 2)
30     };
31     }
32    
33     #endif /* TB_END_RUN_H */
34    

  ViewVC Help
Powered by ViewVC 1.1.23