/[PAMELA software]/yoda/event/physics/tracker/TrackerEvent.h
ViewVC logotype

Annotation of /yoda/event/physics/tracker/TrackerEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.0 - (hide annotations) (download)
Tue Sep 21 20:50:36 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.3: +1 -1 lines
File MIME type: text/plain
Major release

1 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/physics/tracker/TrackerEvent.h,v $
3 kusanagi 2.0 * $Id: TrackerEvent.h,v 1.3 2004/08/19 15:24:37 kusanagi Exp $
4 kusanagi 1.2 * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the raw tracker events
7     */
8     #ifndef TRACKER_EVENT_H
9     #define TRACKER_EVENT_H
10    
11     #include <exception>
12    
13     #include <TObject.h>
14    
15     #include "event/SubPacket.h"
16    
17    
18     namespace pamela {
19     /**
20     * Namespace for the tracker specific code.
21     */
22     namespace tracker {
23     class TrackerEvent: public pamela::SubPacket {
24 kusanagi 1.2
25 kusanagi 1.1 private:
26    
27     public:
28 kusanagi 1.2
29 kusanagi 1.1 TrackerEvent(void);
30 kusanagi 1.3 int good0;
31     int nev0;
32 kusanagi 1.1 int DAQmode[12];
33     int DSPnumber[12];
34     int DATAlength[12];
35     int eventn[12];
36     int nclust[12];
37     int cutc[12];
38     int cutcl[12];
39     int addrcluster[12][3];
40     int signcluster[12][3];
41     int fc[12];
42     int compressiontime[12];
43     int fl5[12];
44     int fl4[12];
45     int fl3[12];
46     int fl2[12];
47     int fl1[12];
48     int fl6[12];
49     int checksum[12];
50     int pnum[12];
51     int cmdnum[12];
52     int bid[12];
53     int alarm[12];
54     int aswr[12];
55 kusanagi 1.2 int TOTDATAlength;
56     int datatracker[49152];
57 kusanagi 1.1 ClassDef(TrackerEvent, 1)
58     };
59     }
60     }
61     #endif /* TRACKER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23