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

Annotation of /yoda/event/endrun/CaloEndRun.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 kusanagi 3.0 * $Source: /home/cvsmanager/yoda/event/endrun/CaloEndRun.h,v $
3 kusanagi 5.0 * $Id: CaloEndRun.h,v 4.5 2005/08/29 08:27:26 kusanagi Exp $
4 kusanagi 1.1 * $Author: kusanagi $
5     *
6     * Header file for the CaloEndRun class.
7     */
8     #ifndef CALO_END_RUN_H
9     #define CALO_END_RUN_H
10    
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     UINT8 CALO_BOARD_ID_REG;
24     UINT8 CALO_BOARD_STATUS_REG;
25     UINT16 CALO_REG[7];
26     CaloEndRun(void);
27     ~CaloEndRun(void){};
28     ClassDef(CaloEndRun, 1)
29     };
30     }
31    
32     #endif /* CALO_END_RUN_H */
33    

  ViewVC Help
Powered by ViewVC 1.1.23