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

Diff of /yoda/event/endrun/TBEndRun.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:08 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $   * $Source: /home/cvsmanager/yoda/event/endrun/TBEndRun.h,v $
3   * $Id: TBEndRun.h,v 3.0 2005/03/04 15:54:56 kusanagi Exp $   * $Id: TBEndRun.h,v 5.2 2006/02/04 12:37:43 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the TBEndRun class.   * Header file for the TBEndRun class.
7   */   */
8  #ifndef TB_END_RUN_H  #ifndef TB_END_RUN_H
9  #define TB_END_RUN_H  #define TB_END_RUN_H
10    #include "../SubPacket.h"
 #include "event/SubPacket.h"  
11  namespace pamela {  namespace pamela {
12    /**    /**
13     * TBEndRun data Wrapper     * TBEndRun data Wrapper
# Line 19  namespace pamela { Line 18  namespace pamela {
18    public:    public:
19    
20      UINT16  TB_ALARM_MASK;      UINT16  TB_ALARM_MASK;
21        UINT16  TB_PMT_MASK_S3;
22        UINT8   TB_PMT_MASK_S2;
23        UINT16  TB_PMT_MASK_S12;
24        UINT16  TB_PMT_MASK_S11;
25      UINT8   TB_S4_MASK;      UINT8   TB_S4_MASK;
26      UINT8   TB_CALO_MASK;      UINT8   TB_CALO_MASK;
27      UINT32  TB_BUSY_MASK;      UINT32  TB_BUSY_MASK;
# Line 29  namespace pamela { Line 32  namespace pamela {
32                    
33      TBEndRun(void);      TBEndRun(void);
34      ~TBEndRun(void){};      ~TBEndRun(void){};
35      ClassDef(TBEndRun, 1)      ClassDef(TBEndRun, 2)
36    };    };
37  }  }
38    

Legend:
Removed from v.4.0  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23