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

Annotation of /chewbacca/event/endrun/CaloEndRun.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/CaloEndRun.h,v $
3 mocchiut 1.3 * $Id: CaloEndRun.h,v 1.2 2008/09/24 08:48:00 mocchiut Exp $
4 mocchiut 1.2 * $Author: mocchiut $
5 mocchiut 1.1 *
6     * Header file for the CaloEndRun class.
7     */
8     #ifndef CALO_END_RUN_H
9     #define CALO_END_RUN_H
10     #include "../SubPacket.h"
11     namespace pamela {
12     /**
13     * CaloEndRun data Wrapper
14     */
15     class CaloEndRun: public TObject {
16     private:
17    
18     public:
19     UINT8 CALO_BOARD_ID_HK;
20     UINT8 CALO_BOARD_STATUS_HK;
21     UINT16 CALO_HK0[11];
22     UINT16 CALO_HK1[11];
23 mocchiut 1.2 UINT8 CALO_BOARD_ID_REG[7];
24     UINT8 CALO_BOARD_STATUS_REG[7];
25 mocchiut 1.1 UINT16 CALO_REG[7];
26     CaloEndRun(void);
27     ~CaloEndRun(void){};
28 mocchiut 1.3 ClassDef(CaloEndRun, 2)
29 mocchiut 1.1 };
30     }
31    
32     #endif /* CALO_END_RUN_H */
33    

  ViewVC Help
Powered by ViewVC 1.1.23