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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (show annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_2/01, YODA4_2/00
Changes since 3.0: +1 -1 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $
3 * $Id: CalorimeterEvent.h,v 3.0 2005/03/04 15:54:11 kusanagi Exp $
4 * $Author: kusanagi $
5 *
6 * Header file for the raw calorimeter events
7 */
8 #ifndef CALORIMETER_EVENT_H
9 #define CALORIMETER_EVENT_H
10
11 #include "event/SubPacket.h"
12
13 namespace pamela {
14 /**
15 * Namespace for all calorimeter related code.
16 */
17 namespace calorimeter {
18 /**
19 * Techmodel calorimeter data.
20 */
21 class CalorimeterEvent: public pamela::SubPacket {
22 private:
23
24 public:
25 CalorimeterEvent(void);
26 ~CalorimeterEvent(void);
27 int iev;
28 int stwerr[4];
29 float perror[4];
30 float dexy[2][22][96];
31 float dexyc[2][22][96];
32 float base[2][22][6];
33 float calselftrig[4][7];
34 float calIItrig[4];
35 float calstriphit[4];
36 float calDSPtaberr[4];
37 float calevnum[4];
38 /*
39 * unpackError =
40 *
41 */
42 UINT8 unpackError;
43 ClassDef(CalorimeterEvent, 2)
44 };
45 }
46 }
47 #endif /* CALORIMETER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23