/[PAMELA software]/yoda/event/physics/calorimeter/CalorimeterEvent.h
ViewVC logotype

Diff of /yoda/event/physics/calorimeter/CalorimeterEvent.h

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

revision 2.1 by kusanagi, Sun Oct 17 12:28:33 2004 UTC revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $   * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $
3   * $Id: CalorimeterEvent.h,v 2.0 2004/09/21 20:50:29 kusanagi Exp $   * $Id: CalorimeterEvent.h,v 3.0 2005/03/04 15:54:11 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the raw calorimeter events   * Header file for the raw calorimeter events
# Line 8  Line 8 
8  #ifndef CALORIMETER_EVENT_H  #ifndef CALORIMETER_EVENT_H
9  #define CALORIMETER_EVENT_H  #define CALORIMETER_EVENT_H
10    
 #include <exception>  
   
 #include <TObject.h>  
   
11  #include "event/SubPacket.h"  #include "event/SubPacket.h"
12    
13  namespace pamela {  namespace pamela {
# Line 28  namespace pamela { Line 24  namespace pamela {
24      public:      public:
25        CalorimeterEvent(void);        CalorimeterEvent(void);
26        ~CalorimeterEvent(void);        ~CalorimeterEvent(void);
27          int     IEV;          int iev;
28          int     stwerr[4];          int stwerr[4];
29          float   perror[4];          float perror[4];
30          float   dexy[2][22][96];          float dexy[2][22][96];
31          float   dexyc[2][22][96];          float dexyc[2][22][96];
32          float   base[2][22][6];          float base[2][22][6];
33          float   calselftrig[4][7];          float calselftrig[4][7];
34          float   calIItrig[4];          float calIItrig[4];
35          float   calstripshit[4];          float calstriphit[4];
36          float   calDSPtaberr[4];          float calDSPtaberr[4];
37          float   calevnum[4];          float calevnum[4];
38            /*
39        ClassDef(CalorimeterEvent, 1)          * unpackError =
40            *
41            */
42            UINT8 unpackError;
43          ClassDef(CalorimeterEvent, 2)
44      };      };
45    }    }
46  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23