/[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 1.2 - (hide annotations) (download)
Mon Jul 26 23:09:40 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +8 -5 lines
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/physics/tracker/TrackerEvent.h,v $
3     * $Id: TrackerEvent.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $
4     * $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    
31     int DAQmode[12];
32     int DSPnumber[12];
33     int DATAlength[12];
34     int eventn[12];
35     int nclust[12];
36     int cutc[12];
37     int cutcl[12];
38     int addrcluster[12][3];
39     int signcluster[12][3];
40     int fc[12];
41     int compressiontime[12];
42     int fl5[12];
43     int fl4[12];
44     int fl3[12];
45     int fl2[12];
46     int fl1[12];
47     int fl6[12];
48     int checksum[12];
49     int pnum[12];
50     int cmdnum[12];
51     int bid[12];
52     int alarm[12];
53     int aswr[12];
54 kusanagi 1.2 int TOTDATAlength;
55     int datatracker[49152];
56    
57 kusanagi 1.1 ClassDef(TrackerEvent, 1)
58     };
59     }
60     }
61     #endif /* TRACKER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23