/[PAMELA software]/yoda/event/physics/trigger/TriggerEvent.h
ViewVC logotype

Annotation of /yoda/event/physics/trigger/TriggerEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.0 - (hide annotations) (download)
Fri Mar 4 15:54:11 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)

1 kusanagi 1.1 /** @file
2 kusanagi 3.0 * $Source: /home/cvsmanager/yoda/event/physics/trigger/TriggerEvent.h,v $
3     * $Id: TriggerEvent.h,v 1.1 2005/01/29 00:26:50 kusanagi Exp $
4 kusanagi 1.1 * $Author: kusanagi $
5     *
6     * Header file for the raw calorimeter events
7     */
8     #ifndef TRIGGER_EVENT_H
9     #define TRIGGER_EVENT_H
10    
11     #include <exception>
12    
13     #include <TObject.h>
14    
15     #include "event/SubPacket.h"
16    
17     namespace pamela {
18     /**
19     * Namespace
20     */
21     namespace trigger {
22     /**
23     * Techmodel trigger data.
24     */
25     class TriggerEvent: public pamela::SubPacket {
26     private:
27    
28     public:
29     TriggerEvent(void);
30     ~TriggerEvent(void);
31     int evcount;
32     int pmtpl[3];
33     int trigrate[6];
34     int dltime[2];
35     int s4calcount[2];
36     int pmtcount1[24];
37     int pmtcount2[24];
38     int patternbusy[3];
39     int patterntrig[6];
40     int trigconf;
41     ClassDef(TriggerEvent, 1)
42     };
43     }
44     }
45     #endif /* TRIGGER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23