/[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.4 - (show annotations) (download)
Sat May 28 10:44:14 2005 UTC (19 years, 6 months ago) by kusanagi
Branch: MAIN
Changes since 4.1: +0 -0 lines
File MIME type: text/plain
Main features of this release are:
- updated classes documentations;
- major changes on the calibration fortran routine for the calorimeter
- update on the TMTC thermistors
- removed old classes as CalibTrkBoth and CalibTrd

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 /**
20 * Contain multiple instances of pamela::neutron::NeutronRecord type.
21 */
22 TClonesArray *Records;
23
24 /**
25 * The data validity flag.
26 *
27 * Description: <BR>
28 * 1: neutron data NOT found. <BR>
29 * 0: neutron data ok. <BR>
30 */
31 unsigned short unpackError;
32
33 NeutronEvent(void);
34 ~NeutronEvent(void);
35
36 ClassDef(NeutronEvent, 2)
37 };
38 }
39 }
40 #endif /* NEUTRON_EVENT_H */
41

  ViewVC Help
Powered by ViewVC 1.1.23