/[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 2.1 - (hide 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 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $
3 kusanagi 2.1 * $Id: CalorimeterEvent.h,v 2.0 2004/09/21 20:50:29 kusanagi Exp $
4 kusanagi 1.2 * $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 kusanagi 1.3 * Techmodel calorimeter data.
24 kusanagi 1.1 */
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 2.1 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 kusanagi 1.2
43 kusanagi 1.1 ClassDef(CalorimeterEvent, 1)
44     };
45     }
46     }
47     #endif /* CALORIMETER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23