/[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 2.1 - (show annotations) (download)
Sun Oct 17 12:28:33 2004 UTC (20 years, 1 month ago) by kusanagi
Branch: MAIN
Changes since 2.0: +12 -12 lines
File MIME type: text/plain
*** empty log message ***

1 /** @file
2 * $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 $
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 <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 * Techmodel calorimeter data.
24 */
25 class CalorimeterEvent: public pamela::SubPacket {
26 private:
27
28 public:
29 CalorimeterEvent(void);
30 ~CalorimeterEvent(void);
31 int IEV;
32 int stwerr[4];
33 float perror[4];
34 float dexy[2][22][96];
35 float dexyc[2][22][96];
36 float base[2][22][6];
37 float calselftrig[4][7];
38 float calIItrig[4];
39 float calstripshit[4];
40 float calDSPtaberr[4];
41 float calevnum[4];
42
43 ClassDef(CalorimeterEvent, 1)
44 };
45 }
46 }
47 #endif /* CALORIMETER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23