/[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 4.4 - (hide annotations) (download)
Sat May 28 10:44:10 2005 UTC (19 years, 6 months ago) by kusanagi
Branch: MAIN
Changes since 4.1: +1 -1 lines
File MIME type: text/plain
Main features of this release are:
- updated classes documentations;
- major changes on the calibration fortran routine for the calorimeter
- update on the TMTC thermistors
- removed old classes as CalibTrkBoth and CalibTrd

1 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $
3 kusanagi 4.4 * $Id: CalorimeterEvent.h,v 4.1 2005/05/07 08:49:00 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 "event/SubPacket.h"
12    
13     namespace pamela {
14     /**
15     * Namespace for all calorimeter related code.
16     */
17     namespace calorimeter {
18     /**
19 kusanagi 1.3 * Techmodel calorimeter data.
20 kusanagi 1.1 */
21     class CalorimeterEvent: public pamela::SubPacket {
22     private:
23 kusanagi 1.2
24 kusanagi 1.1 public:
25     CalorimeterEvent(void);
26     ~CalorimeterEvent(void);
27 kusanagi 2.4 int iev;
28 kusanagi 2.2 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 kusanagi 2.3 float calstriphit[4];
36 kusanagi 2.2 float calDSPtaberr[4];
37     float calevnum[4];
38 kusanagi 4.1
39     /**
40     * The data validity (to be defined).
41     *
42     * Description: <BR>
43     */
44 kusanagi 2.5 UINT8 unpackError;
45 kusanagi 2.6 ClassDef(CalorimeterEvent, 2)
46 kusanagi 1.1 };
47     }
48     }
49     #endif /* CALORIMETER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23