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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.0 - (show annotations) (download)
Mon Aug 29 09:46:12 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.5: +1 -1 lines
File MIME type: text/plain
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/physics/trigger/TriggerEvent.h,v $
3 * $Id: TriggerEvent.h,v 4.5 2005/08/29 08:27:55 kusanagi Exp $
4 * $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 #include "../../SubPacket.h"
13
14 namespace pamela {
15 /**
16 * Namespace
17 */
18 namespace trigger {
19 /**
20 * Techmodel trigger data.
21 */
22 class TriggerEvent: public pamela::SubPacket {
23 private:
24
25 public:
26 TriggerEvent(void);
27 ~TriggerEvent(void);
28 int evcount;
29 int pmtpl[3];
30 int trigrate[6];
31 int dltime[2];
32 int s4calcount[2];
33 int pmtcount1[24];
34 int pmtcount2[24];
35 int patternbusy[3];
36 int patterntrig[6];
37 int trigconf;
38 ClassDef(TriggerEvent, 1)
39 };
40 }
41 }
42 #endif /* TRIGGER_EVENT_H */

  ViewVC Help
Powered by ViewVC 1.1.23