/[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 4.4 - (hide annotations) (download)
Sat May 28 10:44:14 2005 UTC (19 years, 6 months ago) by kusanagi
Branch: MAIN
Changes since 4.1: +1 -1 lines
File MIME type: text/plain
Main features of this release are:
- updated classes documentations;
- major changes on the calibration fortran routine for the calorimeter
- update on the TMTC thermistors
- removed old classes as CalibTrkBoth and CalibTrd

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

  ViewVC Help
Powered by ViewVC 1.1.23