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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sat Jul 17 20:03:30 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +14 -13 lines
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $
3     * $Id: CalorimeterEvent.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $
4     * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the raw calorimeter events
7     */
8     #ifndef CALORIMETER_EVENT_H
9     #define CALORIMETER_EVENT_H
10    
11     #include <exception>
12    
13     #include <TObject.h>
14    
15     #include "event/SubPacket.h"
16    
17     namespace pamela {
18     /**
19     * Namespace for all calorimeter related code.
20     */
21     namespace calorimeter {
22     /**
23     * Raw calorimeter data.
24     */
25     class CalorimeterEvent: public pamela::SubPacket {
26     private:
27 kusanagi 1.2
28 kusanagi 1.1 public:
29     CalorimeterEvent(void);
30     ~CalorimeterEvent(void);
31 kusanagi 1.2 int IEV2;
32     int dexy[96][22][2];
33     int dexyc[96][22][2];
34     int base[96][22][2];
35     int calselftrig[7][4];
36     int calIItrig[4];
37     int calstripshift[4];
38     int calDSPtaberr[4];
39     int calevnum[4];
40    
41 kusanagi 1.1 ClassDef(CalorimeterEvent, 1)
42     };
43     }
44     }
45     #endif /* CALORIMETER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23