/[PAMELA software]/yoda/event/physics/neutronDetector/NeutronEvent.h
ViewVC logotype

Contents of /yoda/event/physics/neutronDetector/NeutronEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (show annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_2/01, YODA4_2/00
Changes since 3.0: +0 -0 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1
2 #ifndef NEUTRON_EVENT_H
3 #define NEUTRON_EVENT_H
4
5 #include "event/SubPacket.h"
6 #include "event/physics/neutronDetector/NeutronRecord.h"
7 #include <TClonesArray.h>
8
9 namespace pamela {
10 namespace neutron {
11 /**
12 * NeutronEvent data Wrapper
13 */
14 class NeutronEvent: public pamela::SubPacket {
15 private:
16 static TClonesArray *fgRecords;
17
18 public:
19 TClonesArray *Records;
20
21 /*
22 * unpackError = 0 ---- no error
23 * unpackError = 1 ---- neutron data not found
24 *
25 */
26 unsigned short unpackError;
27
28 NeutronEvent(void);
29 ~NeutronEvent(void);
30
31 ClassDef(NeutronEvent, 2)
32 };
33 }
34 }
35 #endif /* NEUTRON_EVENT_H */
36

  ViewVC Help
Powered by ViewVC 1.1.23