/[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 1.1 - (hide annotations) (download)
Sat Jan 29 00:26:50 2005 UTC (19 years, 10 months ago) by kusanagi
Branch: MAIN
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.1 /** @file
2     * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.h,v $
3     * $Id: CalorimeterEvent.h,v 2.2 2004/10/18 13:01:16 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    
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